diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-11-21 15:54:30 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-11-21 15:54:30 +0000 |
commit | f9036cda17610aa3a257c51590f79e9fbe454f16 (patch) | |
tree | ee1eb0d4e1ce0c8e505ef9d11e77bfcfb02050f1 | |
parent | c404eebc3587c7b817572b463fd03fd3ff2d627a (diff) | |
download | urpmi-f9036cda17610aa3a257c51590f79e9fbe454f16.tar urpmi-f9036cda17610aa3a257c51590f79e9fbe454f16.tar.gz urpmi-f9036cda17610aa3a257c51590f79e9fbe454f16.tar.bz2 urpmi-f9036cda17610aa3a257c51590f79e9fbe454f16.tar.xz urpmi-f9036cda17610aa3a257c51590f79e9fbe454f16.zip |
update copyright notices
-rwxr-xr-x | gurpmi | 2 | ||||
-rw-r--r-- | gurpmi.pm | 4 | ||||
-rwxr-xr-x | gurpmi2 | 2 | ||||
-rw-r--r-- | rurpme | 2 | ||||
-rw-r--r-- | rurpmi | 2 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpm/args.pm | 2 | ||||
-rw-r--r-- | urpm/cfg.pm | 2 | ||||
-rw-r--r-- | urpm/download.pm | 2 | ||||
-rw-r--r-- | urpm/ldap.pm | 2 | ||||
-rw-r--r-- | urpm/main_loop.pm | 2 | ||||
-rw-r--r-- | urpm/msg.pm | 2 | ||||
-rw-r--r-- | urpm/parallel_ka_run.pm | 2 | ||||
-rw-r--r-- | urpm/parallel_ssh.pm | 2 | ||||
-rw-r--r-- | urpm/prompt.pm | 2 | ||||
-rw-r--r-- | urpm/sys.pm | 2 | ||||
-rw-r--r-- | urpm/util.pm | 2 | ||||
-rwxr-xr-x | urpme | 4 | ||||
-rwxr-xr-x | urpmf | 4 | ||||
-rwxr-xr-x | urpmi | 4 | ||||
-rwxr-xr-x | urpmi.addmedia | 2 | ||||
-rw-r--r-- | urpmi.recover | 2 | ||||
-rwxr-xr-x | urpmi.removemedia | 2 | ||||
-rwxr-xr-x | urpmi.update | 2 | ||||
-rwxr-xr-x | urpmq | 4 |
25 files changed, 30 insertions, 30 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/perl #- Copyright (C) 2005 MandrakeSoft SA -#- Copyright (C) 2005-2007 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA use strict; @@ -1,7 +1,7 @@ package gurpmi; #- Copyright (C) 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- $Id$ #- This is needed because text printed by Gtk2 will always be encoded @@ -37,7 +37,7 @@ urpm::select::add_packages_to_priority_upgrade_list('gurpmi'); sub usage () { print N("urpmi version %s -Copyright (C) 1999-2008 Mandriva. +Copyright (C) 1999-2010 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: @@ -1,7 +1,7 @@ #!/usr/bin/perl #- Copyright (C) 2005 MandrakeSoft SA -#- Copyright (C) 2005-2007 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA use strict; @@ -1,6 +1,6 @@ #!/usr/bin/perl -T -#- Copyright (C) 2005 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA use strict; use urpm::msg; @@ -1,7 +1,7 @@ #!/usr/bin/perl -T #- Copyright (C) 2005 MandrakeSoft SA -#- Copyright (C) 2005 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA use strict; use urpm::msg; @@ -493,7 +493,7 @@ files. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA 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/urpm/args.pm b/urpm/args.pm index 76229cb7..e1c12dc3 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -536,7 +536,7 @@ urpm::args - command-line argument parser for the urpm* tools Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/cfg.pm b/urpm/cfg.pm index edfbfd00..849f4460 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -265,6 +265,6 @@ __END__ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/download.pm b/urpm/download.pm index 7c156606..494ca9a3 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -1066,6 +1066,6 @@ urpm::download - download routines for the urpm* tools Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/ldap.pm b/urpm/ldap.pm index 13e91cc1..131663be 100644 --- a/urpm/ldap.pm +++ b/urpm/ldap.pm @@ -224,6 +224,6 @@ __END__ Copyright (C) 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm index 9843fbff..6b2dd1eb 100644 --- a/urpm/main_loop.pm +++ b/urpm/main_loop.pm @@ -3,7 +3,7 @@ package urpm::main_loop; # $Id$ #- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005-2009 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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/urpm/msg.pm b/urpm/msg.pm index d4dcc31c..be0c1838 100644 --- a/urpm/msg.pm +++ b/urpm/msg.pm @@ -235,6 +235,6 @@ urpm::msg - routines to prompt messages from the urpm* tools Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm index 344e2a00..801317c2 100644 --- a/urpm/parallel_ka_run.pm +++ b/urpm/parallel_ka_run.pm @@ -3,7 +3,7 @@ package urpm::parallel_ka_run; # $Id$ #- Copyright (C) 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005-2009 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA use strict; use urpm::util; diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 281de301..9cdafc40 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -3,7 +3,7 @@ package urpm::parallel_ssh; # $Id$ #- Copyright (C) 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005-2009 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA use strict; use urpm::util; diff --git a/urpm/prompt.pm b/urpm/prompt.pm index c28613ff..d45a969a 100644 --- a/urpm/prompt.pm +++ b/urpm/prompt.pm @@ -54,6 +54,6 @@ urpm::prompt - base class to prompt the user for data Copyright (C) 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/sys.pm b/urpm/sys.pm index 922a6eba..ba215cbe 100644 --- a/urpm/sys.pm +++ b/urpm/sys.pm @@ -359,6 +359,6 @@ urpm::sys - OS-related routines for urpmi Copyright (C) 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut diff --git a/urpm/util.pm b/urpm/util.pm index 2abd6bc3..723ed16e 100644 --- a/urpm/util.pm +++ b/urpm/util.pm @@ -204,6 +204,6 @@ urpm::util - Misc. utilities subs for urpmi Copyright (C) 2005 MandrakeSoft SA -Copyright (C) 2005-2009 Mandriva SA +Copyright (C) 2005-2010 Mandriva SA =cut @@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA # # 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 @@ -39,7 +39,7 @@ my $yesexpr = sub usage() { print N("urpme version %s -Copyright (C) 1999-2008 Mandriva. +Copyright (C) 1999-2010 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: @@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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 @@ -27,7 +27,7 @@ use urpm::media; sub usage() { print N("urpmf version %s -Copyright (C) 2002-2006 Mandriva. +Copyright (C) 2002-2010 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: urpmf [options] pattern-expression @@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005-2009 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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 @@ -74,7 +74,7 @@ sub dudf_invoke { sub usage () { print N("urpmi version %s -Copyright (C) 1999-2008 Mandriva. +Copyright (C) 1999-2010 Mandriva. 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 415d1e4a..b64f2ecd 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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.recover b/urpmi.recover index 39e417ae..1e4f73bb 100644 --- a/urpmi.recover +++ b/urpmi.recover @@ -2,7 +2,7 @@ # $Id$ -#- Copyright (C) 2006, 2007, 2008, 2009, 2010 Mandriva SA +#- Copyright (C) 2006-2010 Mandriva SA use strict; diff --git a/urpmi.removemedia b/urpmi.removemedia index 4886d432..ed102aed 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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 7fe5357f..a55d70dc 100755 --- a/urpmi.update +++ b/urpmi.update @@ -1,7 +1,7 @@ #!/usr/bin/perl #- Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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 @@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005, 2006 Mandriva SA +#- Copyright (C) 2005-2010 Mandriva SA #- #- 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 @@ -38,7 +38,7 @@ our @src_names; sub usage() { print N("urpmq version %s -Copyright (C) 2000-2006 Mandriva. +Copyright (C) 2000-2010 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: |