diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-18 07:30:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-18 07:30:07 +0000 |
commit | 7f7d2c8b9facf43f657214501cfe0aef8a3a5481 (patch) | |
tree | bf9066c4b1348e12a23d0702a0068c49bb3656e2 /perl-install/standalone/drakbackup | |
parent | e1d6f9cd306061cd1d6d03ecc336e06d315660fd (diff) | |
download | drakx-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar drakx-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar.gz drakx-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar.bz2 drakx-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar.xz drakx-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.zip |
update copyright years
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-x | perl-install/standalone/drakbackup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index a981852e4..0394d147f 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2001 MandrakeSoft by Sebastien DUPONT <dupont_s@epita.fr> +# Copyright (C) 2001-2002 MandrakeSoft by Sebastien DUPONT <dupont_s@epita.fr> # Updated 2002 by Stew Benedict <sbenedict@mandrakesoft.com> # Redistribution of this file is permitted under the terms of the GNU # Public License (GPL) @@ -4816,7 +4816,7 @@ Otherwise, you are able to select only one of these. "), "main" => - N(" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\@epita.fr>") . + N(" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\@epita.fr>") . "\n" . N(" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\@mandrakesoft.com>") . "\n\n" . @@ -4893,7 +4893,7 @@ backup data files by hand. ") ); - my $default_help = N(" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\@epita.fr>") . + my $default_help = N(" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\@epita.fr>") . "\n" . N(" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\@mandrakesoft.com>") . "\n\n" . |