]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Parameterize the copyright symbol and the year.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2005 21:58:50 +0000 (21:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2005 21:58:50 +0000 (21:58 +0000)
lib/version-etc-fsf.c

index d5d6e209637fe1fe8056b235547de2bb034ec46a..a91ab868738dc3d47f28012ac8ac7b16e8543ba3 100644 (file)
@@ -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.";