(UTILS_HOST_OS): New file/macro.
[gnulib.git] / lib / version-etc.c
index ba04db4..b20a32f 100644 (file)
 #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 (_("\