]> git.saurik.com Git - bison.git/commitdiff
* src/getargs.c (version): Give the name of the authors, and use a
authorAkim Demaille <akim@epita.fr>
Mon, 25 Feb 2002 14:26:28 +0000 (14:26 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 25 Feb 2002 14:26:28 +0000 (14:26 +0000)
translator friendly scheme for the copyright notice.

ChangeLog
src/getargs.c

index 4b6c8415c4c8e0475847741b6d0446c281749800..71879b2aa1c15f5f6700bb4a18bcf18efb96d923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-25  Akim Demaille  <akim@epita.fr>
+
+       * src/getargs.c (version): Give the name of the authors, and use a
+       translator friendly scheme for the copyright notice.
+
 2002-02-25  Akim Demaille  <akim@epita.fr>
 
        * src/output.c (header_output): Remove, now handled completely via
index 3a74ea1dc74405310d2993b5596d67a241495be3..e420047f4ae77f09c17d2a4c6330e2b644712b1a 100644 (file)
@@ -1,5 +1,6 @@
 /* Parse command line arguments for bison.
-   Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002
+   Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -109,14 +110,13 @@ version (FILE *stream)
 {
   /* Some efforts were made to ease the translators' task, please
      continue.  */
-  fprintf (stream, _("\
-bison (GNU Bison) %s"), VERSION);
+  fprintf (stream, _("bison (GNU Bison) %s"), VERSION);
   putc ('\n', stream);
+  fputs (_("Written by Robert Corbett and Richard Stallman.\n"), stream);
   putc ('\n', stream);
 
-  fputs (_("\
-Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"),
-        stream);
+  fprintf (stream,
+          _("Copyright (C) %d Free Software Foundation, Inc.\n"), 2002);
 
   fputs (_("\
 This is free software; see the source for copying conditions.  There is NO\n\