summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-01-13 13:11:29 +0000
committerBruno Haible <bruno@clisp.org>2006-01-13 13:11:29 +0000
commitf9f1c169e7332f9f3882a1d0da68e974fb3e06ac (patch)
tree691454c29320c5cf2d7565eb2b333a9445c5f12a
parentb6e1deb8fc7ec96c59fadc02bcd3f1ba453891ed (diff)
downloadgperf-f9f1c169e7332f9f3882a1d0da68e974fb3e06ac.tar.gz
Update copyright year.
-rw-r--r--src/options.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.cc b/src/options.cc
index de001a4..98e94c7 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 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2004, 2006 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-2003");
+ "1989-1998, 2000-2004, 2006");
fprintf (stdout, "Written by %s and %s.\n",
"Douglas C. Schmidt", "Bruno Haible");
exit (0);