X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fversion-etc.c;h=b20a32f57d6d81fe9673ffb867ef8837577960cb;hb=683f20f450976b4c99f616e7cb0b4217286cec56;hp=a97b8413812e5dfab46831e0272633fc7d10a6fd;hpb=e11605282221473ce6238292d618ccfa99e3c437;p=gnulib.git diff --git a/lib/version-etc.c b/lib/version-etc.c index a97b84138..b20a32f57 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -1,5 +1,5 @@ /* Utility to help print --version output in a consistent format. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,12 +30,12 @@ #else # define _(Text) Text #endif -#define N_(Text) Text /* Default copyright goes to the FSF. */ char* version_etc_copyright = - N_("Copyright (C) 2000 Free Software Foundation, Inc."); + /* Do *not* mark this string for translation. */ + "Copyright (C) 2001 Free Software Foundation, Inc."; /* Display the --version information the standard way. @@ -60,7 +60,7 @@ version_etc (FILE *stream, fprintf (stream, _("Written by %s.\n"), authors); putc ('\n', stream); - fputs (_(version_etc_copyright), stream); + fputs (version_etc_copyright, stream); putc ('\n', stream); fputs (_("\