1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Administratrivia.

This commit is contained in:
Bruno Haible
2003-04-22 10:32:29 +00:00
parent b49d12d984
commit 7d38b21efa
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
2003-01-01 Bruno Haible <bruno@clisp.org>
* src/options.cc (Options::parse_options): Update copyright year.
* doc/gperf.texi (@author): Add me.
* src/options.h (NULLSTRINGS): New enum value.
(Options::get_stringpool_name, Options::set_stringpool_name): New
method declarations.

View File

@@ -62,6 +62,7 @@ Software Foundation instead of in the original English.
@subtitle The GNU Perfect Hash Function Generator
@subtitle Edition @value{EDITION}, @value{UPDATED}
@author Douglas C. Schmidt
@author Bruno Haible
@page
@vskip 0pt plus 1filll

View File

@@ -979,7 +979,7 @@ Options::parse_options (int argc, char *argv[])
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
",
"1989-1998, 2000-2002");
"1989-1998, 2000-2003");
fprintf (stdout, "Written by %s and %s.\n",
"Douglas C. Schmidt", "Bruno Haible");
exit (0);