summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-02 15:23:36 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-02 15:23:36 +0200
commit5a44782690a888e299042b9de4742ff0e77273bc (patch)
tree7665c8d77081c1d7b77290882bd512ecb4e5e524
parent2760a1bb927ec81857d610111a8e862d6340ac61 (diff)
downloadurpmi-5a44782690a888e299042b9de4742ff0e77273bc.tar
urpmi-5a44782690a888e299042b9de4742ff0e77273bc.tar.gz
urpmi-5a44782690a888e299042b9de4742ff0e77273bc.tar.bz2
urpmi-5a44782690a888e299042b9de4742ff0e77273bc.tar.xz
urpmi-5a44782690a888e299042b9de4742ff0e77273bc.zip
bump Magia copyright
-rwxr-xr-xurpme2
-rwxr-xr-xurpmf2
-rwxr-xr-xurpmi2
-rwxr-xr-xurpmq2
4 files changed, 4 insertions, 4 deletions
diff --git a/urpme b/urpme
index 2912b3ae..00a0539a 100755
--- a/urpme
+++ b/urpme
@@ -38,7 +38,7 @@ my $yesexpr =
N("Yy");
sub usage() {
- print urpm::args::copyright('urpme', [ '1999-2010', 'Mandriva' ], [ '2011-2017', 'Mageia' ])
+ print urpm::args::copyright('urpme', [ '1999-2010', 'Mandriva' ], [ '2011-2020', 'Mageia' ])
. N(" --help - print this help message.
") . N(" --auto - automatically select a package in choices.
") . N(" --auto-orphans - remove orphans
diff --git a/urpmf b/urpmf
index 1c9e0aed..92a959b0 100755
--- a/urpmf
+++ b/urpmf
@@ -26,7 +26,7 @@ use urpm::msg;
use urpm::media;
sub usage() {
- print urpm::args::copyright('urpmf', [ '2002-2010', 'Mandriva' ], [ '2011-2017', 'Mageia' ])
+ print urpm::args::copyright('urpmf', [ '2002-2010', 'Mandriva' ], [ '2011-2020', 'Mageia' ])
. N(" --help - print this help message.
") . N(" --version - print this tool's version number.
") . N(" --env - use specific environment (typically a bug report).
diff --git a/urpmi b/urpmi
index 3bbbcc0a..de72fdc6 100755
--- a/urpmi
+++ b/urpmi
@@ -63,7 +63,7 @@ $ENV{HOME} ||= "/root";
$ENV{USER} ||= "root";
sub usage () {
- print urpm::args::copyright('urpmi', [ '1999-2010', 'Mandriva' ], [ '2011-2017', 'Mageia' ])
+ print urpm::args::copyright('urpmi', [ '1999-2010', 'Mandriva' ], [ '2011-2020', 'Mageia' ])
. N(" --help - print this help message.
") . N(" --media - use only the given media, separated by comma.
") . N(" --excludemedia - do not use the given media, separated by comma.
diff --git a/urpmq b/urpmq
index 60355d81..61ba4daf 100755
--- a/urpmq
+++ b/urpmq
@@ -37,7 +37,7 @@ our @names;
our @src_names;
sub usage() {
- print urpm::args::copyright('urpmq', [ '2000-2010', 'Mandriva' ], [ '2011-2017', 'Mageia' ])
+ print urpm::args::copyright('urpmq', [ '2000-2010', 'Mandriva' ], [ '2011-2020', 'Mageia' ])
. N(" --help - print this help message.
") . N(" --update - use only update media.
") . N(" --media - use only the given media, separated by comma.