diff --git a/ChangeLog b/ChangeLog index 5681566..83e61b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-01-01 Bruno Haible + * 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. diff --git a/doc/gperf.texi b/doc/gperf.texi index 0ebfd5d..6b633ee 100644 --- a/doc/gperf.texi +++ b/doc/gperf.texi @@ -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 diff --git a/src/options.cc b/src/options.cc index 02258a0..b154578 100644 --- a/src/options.cc +++ b/src/options.cc @@ -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);