summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-18 07:30:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-18 07:30:07 +0000
commit7f7d2c8b9facf43f657214501cfe0aef8a3a5481 (patch)
treebf9066c4b1348e12a23d0702a0068c49bb3656e2 /perl-install
parente1d6f9cd306061cd1d6d03ecc336e06d315660fd (diff)
downloaddrakx-backup-do-not-use-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar
drakx-backup-do-not-use-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar.gz
drakx-backup-do-not-use-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar.bz2
drakx-backup-do-not-use-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.tar.xz
drakx-backup-do-not-use-7f7d2c8b9facf43f657214501cfe0aef8a3a5481.zip
update copyright years
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootlook.pm2
-rw-r--r--perl-install/printer/printerdrake.pm6
-rwxr-xr-xperl-install/scanner.pm2
-rw-r--r--perl-install/security/msec.pm2
-rwxr-xr-xperl-install/standalone/XFdrake2
-rwxr-xr-xperl-install/standalone/diskdrake2
-rwxr-xr-xperl-install/standalone/drakautoinst2
-rwxr-xr-xperl-install/standalone/drakbackup6
-rwxr-xr-xperl-install/standalone/drakfont4
-rwxr-xr-xperl-install/standalone/drakgw2
-rwxr-xr-xperl-install/standalone/drakproxy2
-rwxr-xr-xperl-install/standalone/logdrake2
-rwxr-xr-xperl-install/standalone/net_monitor2
-rwxr-xr-xperl-install/standalone/printerdrake2
-rwxr-xr-xperl-install/standalone/scannerdrake2
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 <yduret at mandrakesoft.com>
#
# 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 <yduret at mandrakesoft.com>
-# 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 <cbelisle@mandrakesoft.com>
+Copyright (C) 2000-2002 MandrakeSoft <tvignaud@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/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 <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" .
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 <yduret at mandrakesoft.com>
# some code is Copyright: (C) 1999, Michael T. Babcock <mikebabcock@pobox.com>
#
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 <yduret at mandrakesoft.com>
-# 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