From b5be8bfc6330e6bf162a520ef12583c1f6904450 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 23:31:03 +0000 Subject: factorize Copyright string rationale: - easier to maintain in the long term - help syncing translations --- urpmf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index e9f348b7..a6b6ab37 100755 --- a/urpmf +++ b/urpmf @@ -27,12 +27,14 @@ use urpm::media; sub usage() { print N("urpmf version %s -Copyright (C) 2002-2010 Mandriva. -Copyright (C) 2012 Mageia. +%s This is free software and may be redistributed under the terms of the GNU GPL. usage: urpmf [options] pattern-expression -", $urpm::VERSION) +", $urpm::VERSION, + N("Copyright (C) %s by %s", "2002-2010", "Mandriva") . + N("Copyright (C) %s by %s", "2012", "Mageia") + ) . N(" --help - print this help message. ") . N(" --version - print this tool's version number. ") . N(" --env - use specific environment (typically a bug report). -- cgit v1.2.1