summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-31 15:22:16 +0000
committerBruno Haible <bruno@clisp.org>2007-03-31 15:22:16 +0000
commitacb612f5879898d78df95c3802bb0c4d78b4b131 (patch)
tree07868399b102bdd1d50dba59a7ec67ed3004c4e0
parent78928dce8a0a6bcc8f3badb8696cf1bff05d8513 (diff)
downloadgperf-acb612f5879898d78df95c3802bb0c4d78b4b131.tar.gz
Bump copyright year.
-rw-r--r--ChangeLog4
-rw-r--r--src/options.cc4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 44616a2..9e4cee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-03-31 Bruno Haible <bruno@clisp.org>
+ * src/options.cc (Options::parse_options): Bump copyright year.
+
+2007-03-31 Bruno Haible <bruno@clisp.org>
+
* doc/gperf.texi: Fix typo.
2007-03-31 Bruno Haible <bruno@clisp.org>
diff --git a/src/options.cc b/src/options.cc
index 98e94c7..a86432e 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -1,5 +1,5 @@
/* Handles parsing the Options provided to the user.
- Copyright (C) 1989-1998, 2000, 2002-2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2007 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -1005,7 +1005,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-2004, 2006");
+ "1989-1998, 2000-2004, 2006-2007");
fprintf (stdout, "Written by %s and %s.\n",
"Douglas C. Schmidt", "Bruno Haible");
exit (0);