From: Paul Eggert Date: Mon, 11 Jul 2005 21:58:50 +0000 (+0000) Subject: Parameterize the copyright symbol and the year. X-Git-Tag: CPPI-1_12~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51ae476ad879d04ff3ebd2a44a1add3c7885d3ac;p=thirdparty%2Fcoreutils.git Parameterize the copyright symbol and the year. --- diff --git a/lib/version-etc-fsf.c b/lib/version-etc-fsf.c index d5d6e20963..a91ab86873 100644 --- a/lib/version-etc-fsf.c +++ b/lib/version-etc-fsf.c @@ -27,5 +27,7 @@ /* Default copyright goes to the FSF. */ const char version_etc_copyright[] = - /* Do *not* mark this string for translation. */ - "Copyright (C) 2005 Free Software Foundation, Inc."; + /* Do *not* mark this string for translation. %s is a copyright + symbol suitable for this locale, and %d is the copyright + year. */ + "Copyright %s %d Free Software Foundation, Inc.";