From 7f7d2c8b9facf43f657214501cfe0aef8a3a5481 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2002 07:30:07 +0000 Subject: update copyright years --- perl-install/bootlook.pm | 2 +- perl-install/printer/printerdrake.pm | 6 ++---- perl-install/scanner.pm | 2 +- perl-install/security/msec.pm | 2 +- perl-install/standalone/XFdrake | 2 +- perl-install/standalone/diskdrake | 2 +- perl-install/standalone/drakautoinst | 2 +- perl-install/standalone/drakbackup | 6 +++--- perl-install/standalone/drakfont | 4 ++-- perl-install/standalone/drakgw | 2 +- perl-install/standalone/drakproxy | 2 +- perl-install/standalone/logdrake | 2 +- perl-install/standalone/net_monitor | 2 +- perl-install/standalone/printerdrake | 2 +- perl-install/standalone/scannerdrake | 2 +- 15 files changed, 19 insertions(+), 21 deletions(-) diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 58cd29cf7..692b560b8 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -2,7 +2,7 @@ # Control-center -# Copyright (C) 2001 MandrakeSoft +# Copyright (C) 2001-2002 MandrakeSoft # Yves Duret # # This program is free software; you can redistribute it and/or modify diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index 49e6c5aa2..9dd38d532 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -2757,10 +2757,8 @@ sub configure_queue { sub install_foomatic { my ($in) = @_; if (!$::testing && - !files_exist(qw(/usr/bin/foomatic-configure - /usr/lib/perl5/vendor_perl/5.8.0/Foomatic/DB.pm))) { - my $w = $in->wait_message(N("Printerdrake"), - N("Installing Foomatic...")); + !files_exist(qw(/usr/bin/foomatic-configure /usr/lib/perl5/vendor_perl/5.8.0/Foomatic/DB.pm))) { + my $w = $in->wait_message(N("Printerdrake"), N("Installing Foomatic...")); $in->do_pkgs->install('foomatic'); } } diff --git a/perl-install/scanner.pm b/perl-install/scanner.pm index 93fe714c0..3c9ff6ff2 100755 --- a/perl-install/scanner.pm +++ b/perl-install/scanner.pm @@ -1,7 +1,7 @@ package scanner; # scanner.pm $Id$ # Yves Duret -# Copyright (C) 2001 MandrakeSoft +# Copyright (C) 2001-2002 MandrakeSoft # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm index 10a69f6bd..2c56197e9 100644 --- a/perl-install/security/msec.pm +++ b/perl-install/security/msec.pm @@ -35,7 +35,7 @@ that can be set in msec's configuration files. =head1 COPYRIGHT -Copyright (C) 2000,2001,2002 MandrakeSoft +Copyright (C) 2000-2002 MandrakeSoft This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 579476ba7..1c803ccd5 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -1,7 +1,7 @@ #!/usr/bin/perl # XFdrake -# Copyright (C) 1999 MandrakeSoft (pixel@mandrakesoft.com) +# Copyright (C) 1999-2002 MandrakeSoft (pixel@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 2297a07de..1aa72a3df 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -1,7 +1,7 @@ #!/usr/bin/perl # DiskDrake -# Copyright (C) 1999 MandrakeSoft (pixel@mandrakesoft.com) +# Copyright (C) 1999-2002 MandrakeSoft (pixel@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index a1ce1cbd7..478850eeb 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -3,7 +3,7 @@ # # Guillaume Cottenceau (gc@mandrakesoft.com) # -# Copyright 2001 MandrakeSoft +# Copyright 2001-2002 MandrakeSoft # # This software may be freely redistributed under the terms of the GNU # public license. 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 +# Copyright (C) 2001-2002 MandrakeSoft by Sebastien DUPONT # Updated 2002 by Stew Benedict # 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 ") . + N(" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien ") . "\n" . N(" updates 2002 MandrakeSoft by Stew Benedict ") . "\n\n" . @@ -4893,7 +4893,7 @@ backup data files by hand. ") ); - my $default_help = N(" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien ") . + my $default_help = N(" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien ") . "\n" . N(" updates 2002 MandrakeSoft by Stew Benedict ") . "\n\n" . diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 9094876bb..ec8386b5f 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2001 by MandrakeSoft (sdupont@mandrakesoft.com) +# Copyright (C) 2001-2002 by MandrakeSoft (sdupont@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -770,7 +770,7 @@ sub about { 1, gtktext_insert( gtkset_editable( $text, 1 ), " - Copyright (C) 2001 by MandrakeSoft + Copyright (C) 2001-2002 by MandrakeSoft DUPONT Sebastien sdupont\@mandrakesoft.com This program is free software; you can redistribute it and/or modify diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index ee1b2d828..357dfb2a2 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -3,7 +3,7 @@ # # Guillaume Cottenceau (gc@mandrakesoft.com) # -# Copyright 2000, 2001, 2002 MandrakeSoft +# Copyright 2000-2002 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 diff --git a/perl-install/standalone/drakproxy b/perl-install/standalone/drakproxy index f912bb9ee..ffc947c36 100755 --- a/perl-install/standalone/drakproxy +++ b/perl-install/standalone/drakproxy @@ -2,7 +2,7 @@ # DrakNet -# Copyright (C) 1999 MandrakeSoft (damien@mandrakesoft.com) +# Copyright (C) 1999-2002 MandrakeSoft (damien@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index d6418b96d..77406ab5b 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -1,7 +1,7 @@ #! /usr/bin/perl # $Id$ -# Copyright (C) 2001 MandrakeSoft +# Copyright (C) 2001-2002 MandrakeSoft # Yves Duret # some code is Copyright: (C) 1999, Michael T. Babcock # diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 07be76b68..b12863418 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -2,7 +2,7 @@ # Monitor -# Copyright (C) 1999 MandrakeSoft (damien@mandrakesoft.com) +# Copyright (C) 1999-2002 MandrakeSoft (damien@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index a73253d05..0369cd661 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -1,7 +1,7 @@ #!/usr/bin/perl # printerdrake -# Copyright (C) 1999 MandrakeSoft (fpons@mandrakesoft.com) +# Copyright (C) 1999-2002 MandrakeSoft (fpons@mandrakesoft.com) # Original version for printer configuration from pad. # # This program is free software; you can redistribute it and/or modify diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index da9fecb3e..c89ff8754 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -2,7 +2,7 @@ # scannerdrake $Id$ # Yves Duret -# Copyright (C) 2001 MandrakeSoft +# Copyright (C) 2001-2002 MandrakeSoft # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1