diff options
Diffstat (limited to 'src/VBox/Additions/linux/installer/x11config.pl')
-rw-r--r-- | src/VBox/Additions/linux/installer/x11config.pl | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/VBox/Additions/linux/installer/x11config.pl b/src/VBox/Additions/linux/installer/x11config.pl index 5fcc2e86f64..884d0ff1efc 100644 --- a/src/VBox/Additions/linux/installer/x11config.pl +++ b/src/VBox/Additions/linux/installer/x11config.pl @@ -4,15 +4,16 @@ # # Linux Additions X11 config update script # -# Copyright (C) 2006-2007 innotek GmbH -# -# This file is part of VirtualBox Open Source Edition (OSE), as -# available from http://www.virtualbox.org. This file is free software; -# you can redistribute it and/or modify it under the terms of the GNU -# General Public License as published by the Free Software Foundation, -# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE -# distribution. VirtualBox OSE is distributed in the hope that it will -# be useful, but WITHOUT ANY WARRANTY of any kind. +# Copyright (C) 2006-2007 innotek GmbH +# +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License (GPL) as published by the Free Software +# Foundation, in version 2 as it comes in the "COPYING" file of the +# VirtualBox OSE distribution. VirtualBox OSE is distributed in the +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. +# my $temp="/tmp/xorg.conf"; |