From 5a44782690a888e299042b9de4742ff0e77273bc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 2 May 2020 15:23:36 +0200 Subject: bump Magia copyright --- urpme | 2 +- urpmf | 2 +- urpmi | 2 +- urpmq | 2 +- 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. -- cgit v1.2.1