X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fversion-etc.c;h=b20a32f57d6d81fe9673ffb867ef8837577960cb;hb=683f20f450976b4c99f616e7cb0b4217286cec56;hp=ba04db4821013fb790e6af997b9c0bbb8b0232b2;hpb=20c8c9cfb54174dc3246b57285ef8e0b8da7db48;p=gnulib.git diff --git a/lib/version-etc.c b/lib/version-etc.c index ba04db482..b20a32f57 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -30,14 +30,13 @@ #else # define _(Text) Text #endif -#define N_(Text) Text /* Default copyright goes to the FSF. */ -char* version_etc_copyright_fmt = - N_("Copyright (C) %s Free Software Foundation, Inc."); +char* version_etc_copyright = + /* Do *not* mark this string for translation. */ + "Copyright (C) 2001 Free Software Foundation, Inc."; -#define COPYRIGHT_YEAR "2001" /* Display the --version information the standard way. @@ -61,7 +60,7 @@ version_etc (FILE *stream, fprintf (stream, _("Written by %s.\n"), authors); putc ('\n', stream); - fprintf (stream, _(version_etc_copyright_fmt), COPYRIGHT_YEAR); + fputs (version_etc_copyright, stream); putc ('\n', stream); fputs (_("\