mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-21 15:43:30 +08:00
Parameterize the copyright symbol and the year.
This commit is contained in:
parent
8fb97bd54a
commit
51ae476ad8
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user