summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-11 21:58:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-11 21:58:50 +0000
commit51ae476ad879d04ff3ebd2a44a1add3c7885d3ac (patch)
treef6a4be091fb7e8c58ce61e18a94c6fcfc114d49c /lib
parent8fb97bd54a94ca000895f40cdae2017993e6bcb9 (diff)
downloadcoreutils-51ae476ad879d04ff3ebd2a44a1add3c7885d3ac.tar.xz
Parameterize the copyright symbol and the year.
Diffstat (limited to 'lib')
-rw-r--r--lib/version-etc-fsf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/version-etc-fsf.c b/lib/version-etc-fsf.c
index d5d6e2096..a91ab8687 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.";