diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 20:42:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 20:42:33 +0000 |
commit | 25d260aeaf8796c95ac1b7aedf8f45924c6b2d88 (patch) | |
tree | 2974a56df77316d00f1738004ae2e0b9bbb3eba6 /perl-install/standalone/drakgw | |
parent | b6df1d4232e9d8fd08f6093306e1709aa9c892ea (diff) | |
download | drakx-25d260aeaf8796c95ac1b7aedf8f45924c6b2d88.tar drakx-25d260aeaf8796c95ac1b7aedf8f45924c6b2d88.tar.gz drakx-25d260aeaf8796c95ac1b7aedf8f45924c6b2d88.tar.bz2 drakx-25d260aeaf8796c95ac1b7aedf8f45924c6b2d88.tar.xz drakx-25d260aeaf8796c95ac1b7aedf8f45924c6b2d88.zip |
update copyright notices
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 732b5c240..0f906374d 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -4,7 +4,7 @@ # author Guillaume Cottenceau (gc@mandrakesoft.com) # modified by Florin Grad (florin@mandrakesoft.com) # -# Copyright 2000-2003 MandrakeSoft +# Copyright 2000-2004 MandrakeSoft # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # - +use strict; use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' |