mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
* src/getargs.c (version): Give the name of the authors, and use a
translator friendly scheme for the copyright notice.
This commit is contained in:
@@ -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>
|
2002-02-25 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/output.c (header_output): Remove, now handled completely via
|
* src/output.c (header_output): Remove, now handled completely via
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/* Parse command line arguments for bison.
|
/* 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.
|
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
|
/* Some efforts were made to ease the translators' task, please
|
||||||
continue. */
|
continue. */
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("bison (GNU Bison) %s"), VERSION);
|
||||||
bison (GNU Bison) %s"), VERSION);
|
|
||||||
putc ('\n', stream);
|
putc ('\n', stream);
|
||||||
|
fputs (_("Written by Robert Corbett and Richard Stallman.\n"), stream);
|
||||||
putc ('\n', stream);
|
putc ('\n', stream);
|
||||||
|
|
||||||
fputs (_("\
|
fprintf (stream,
|
||||||
Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"),
|
_("Copyright (C) %d Free Software Foundation, Inc.\n"), 2002);
|
||||||
stream);
|
|
||||||
|
|
||||||
fputs (_("\
|
fputs (_("\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
|
|||||||
Reference in New Issue
Block a user