summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-01-16 16:56:58 +0100
committerBruno Haible <bruno@clisp.org>2011-01-16 16:56:58 +0100
commit00e5f0c38882541bbec6f07f07d867bd503f1be7 (patch)
tree4c2da0d9954e317000a634be68a468938583739b
parent5ac5f15a74858f03b2f987a785ae2c9d10b6a28c (diff)
downloadgperf-00e5f0c38882541bbec6f07f07d867bd503f1be7.tar.gz
Bump copyright year.
-rw-r--r--ChangeLog2
-rw-r--r--src/options.cc2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fca007..421d001 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-01-11 Bruno Haible <bruno@clisp.org>
+ * src/options.cc (Options::parse_options): Bump copyright year.
+
New option --constants-prefix.
* src/options.h (Options): Add member functions get_constants_prefix,
set_constants_prefix. Add member _constants_prefix.
diff --git a/src/options.cc b/src/options.cc
index 145ea13..81a44a6 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -1021,7 +1021,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
",
- "1989-1998, 2000-2004, 2006-2009");
+ "1989-2011");
fprintf (stdout, "Written by %s and %s.\n",
"Douglas C. Schmidt", "Bruno Haible");
exit (0);