/* 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.
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 (_("\