X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fversion-etc.c;h=4d4facf0c2b68e1fee8127cae61cebfd1d4ec66d;hb=fcfc4f43bfd05d1739e78c6850b58de4175b62a4;hp=c4562fdc51cd36b114e2364eb1aeb44799133219;hpb=68ceb13d2354de17f5a09e930298d00a98e2bd65;p=gnulib.git diff --git a/lib/version-etc.c b/lib/version-etc.c index c4562fdc5..4d4facf0c 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, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002 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 @@ -22,6 +22,7 @@ #endif #include +#include "unlocked-io.h" #include "version-etc.h" #if ENABLE_NLS @@ -30,12 +31,12 @@ #else # define _(Text) Text #endif -#define N_(Text) Text /* Default copyright goes to the FSF. */ char* version_etc_copyright = - N_("Copyright (C) 2001 Free Software Foundation, Inc."); + /* Do *not* mark this string for translation. */ + "Copyright (C) 2002 Free Software Foundation, Inc."; /* Display the --version information the standard way. @@ -60,7 +61,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 (_("\