(version_etc_copyright_fmt): Replace literal year
authorJim Meyering <jim@meyering.net>
Sun, 26 Aug 2001 18:26:01 +0000 (18:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Aug 2001 18:26:01 +0000 (18:26 +0000)
of copyright with `%s' so translators don't get an untranslated message in 2002.
(COPYRIGHT_YEAR): Define.
(version_etc): Use fprintf rather than fputs.

lib/version-etc.c

index c4562fdc51cd36b114e2364eb1aeb44799133219..ba04db4821013fb790e6af997b9c0bbb8b0232b2 100644 (file)
 
 /* Default copyright goes to the FSF. */
 
-char* version_etc_copyright =
-  N_("Copyright (C) 2001 Free Software Foundation, Inc.");
+char* version_etc_copyright_fmt =
+  N_("Copyright (C) %s Free Software Foundation, Inc.");
 
+#define COPYRIGHT_YEAR "2001"
 
 /* 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);
+  fprintf (stream, _(version_etc_copyright_fmt), COPYRIGHT_YEAR);
   putc ('\n', stream);
 
   fputs (_("\