summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-22 10:32:29 +0000
committerBruno Haible <bruno@clisp.org>2003-04-22 10:32:29 +0000
commit7d38b21efa00b4d9e8d3883d3a98bda1665501c7 (patch)
tree4ec9130039ac95b2195946827688dac64e1dd671
parentb49d12d9843f3f2be0eb38327cb15af761d668d8 (diff)
downloadgperf-7d38b21efa00b4d9e8d3883d3a98bda1665501c7.tar.gz
Administratrivia.
-rw-r--r--ChangeLog4
-rw-r--r--doc/gperf.texi1
-rw-r--r--src/options.cc2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5681566..83e61b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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);