From acb612f5879898d78df95c3802bb0c4d78b4b131 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 31 Mar 2007 15:22:16 +0000 Subject: Bump copyright year. --- ChangeLog | 4 ++++ src/options.cc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44616a2..9e4cee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-31 Bruno Haible + + * src/options.cc (Options::parse_options): Bump copyright year. + 2007-03-31 Bruno Haible * doc/gperf.texi: Fix typo. 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 and Bruno Haible . @@ -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); -- cgit v1.2.1