diff options
-rw-r--r-- | urpm/args.pm | 4 | ||||
-rw-r--r-- | urpm/cfg.pm | 4 | ||||
-rw-r--r-- | urpm/download.pm | 4 | ||||
-rw-r--r-- | urpm/msg.pm | 4 | ||||
-rw-r--r-- | urpme | 4 | ||||
-rwxr-xr-x | urpmi | 4 | ||||
-rwxr-xr-x | urpmi.addmedia | 2 | ||||
-rwxr-xr-x | urpmi.removemedia | 2 | ||||
-rwxr-xr-x | urpmi.update | 2 |
9 files changed, 23 insertions, 7 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 09d748d5..3b3a94de 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -320,4 +320,8 @@ urpm::args - command-line argument parser for the urpm* tools =head1 DESCRIPTION +=head1 COPYRIGHT + +Copyright (C) 2000-2004 Mandrakesoft + =cut diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 7e273375..00495045 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -163,4 +163,8 @@ __END__ =back +=head1 COPYRIGHT + +Copyright (C) 2000-2004 Mandrakesoft + =cut diff --git a/urpm/download.pm b/urpm/download.pm index e8585a58..7da27ca3 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -442,4 +442,8 @@ urpm::download - download routines for the urpm* tools =head1 DESCRIPTION +=head1 COPYRIGHT + +Copyright (C) 2000-2004 Mandrakesoft + =cut diff --git a/urpm/msg.pm b/urpm/msg.pm index bff6be5f..1957916f 100644 --- a/urpm/msg.pm +++ b/urpm/msg.pm @@ -116,4 +116,8 @@ urpm::msg - routines to prompt messages from the urpm* tools =head1 DESCRIPTION +=head1 COPYRIGHT + +Copyright (C) 2000-2004 Mandrakesoft + =cut @@ -2,7 +2,7 @@ # $Id$ -# Copyright (C) 1999,2002 Mandrakesoft <pixel@linux-mandrake.com> +# Copyright (C) 1999-2004 Mandrakesoft <pixel@linux-mandrake.com> # <fpons@mandrakesoft.com> # # This program is free software; you can redistribute it and/or modify @@ -34,7 +34,7 @@ my $yesexpr = N("Yy"); sub usage { print STDERR N("urpme version %s -Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft. +Copyright (C) 1999-2004 Mandrakesoft. This is free software and may be redistributed under the terms of the GNU GPL. usage: @@ -2,7 +2,7 @@ # $Id$ -#- Copyright (C) 1999,2001 Mandrakesoft (pixel@linux-mandrake.com) +#- Copyright (C) 1999-2004 Mandrakesoft (pixel@linux-mandrake.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 @@ -67,7 +67,7 @@ $ENV{USER} ||= "root"; sub usage { print STDERR N("urpmi version %s -Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft. +Copyright (C) 1999-2004 Mandrakesoft. This is free software and may be redistributed under the terms of the GNU GPL. usage: diff --git a/urpmi.addmedia b/urpmi.addmedia index 4e885aaa..3f66fa4c 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -2,7 +2,7 @@ # $Id$ -#- Copyright (C) 2000 Mandrakesoft (fpons@mandrakesoft.com) +#- Copyright (C) 2000-2004 Mandrakesoft (fpons@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/urpmi.removemedia b/urpmi.removemedia index 73b16c65..9ac8f913 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -2,7 +2,7 @@ # $Id$ -#- Copyright (C) 2000 Mandrakesoft (fpons@mandrakesoft.com) +#- Copyright (C) 2000-2004 Mandrakesoft (fpons@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/urpmi.update b/urpmi.update index f6bcd341..4dd07bfc 100755 --- a/urpmi.update +++ b/urpmi.update @@ -1,6 +1,6 @@ #!/usr/bin/perl -#- Copyright (C) 2000 Mandrakesoft (fpons@mandrakesoft.com) +#- Copyright (C) 2000-2004 Mandrakesoft (fpons@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 |