From de20e1a20517f62caff42cf09a0c7aefcb69fbbd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Feb 2009 13:48:49 +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 ecae157..f48834c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,10 @@ * doc/texinfo.tex: Update to copy from texinfo-4.13. +2009-02-01 Bruno Haible + + * src/options.cc (Options::parse_options): Bump copyright year. + 2009-01-19 Bruno Haible Don't include the length in the hash function if all keywords have the diff --git a/src/options.cc b/src/options.cc index e712a10..a60446d 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-2008 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . @@ -1004,7 +1004,7 @@ License GPLv3+: GNU GPL version 3 or later \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-2008"); + "1989-1998, 2000-2004, 2006-2009"); fprintf (stdout, "Written by %s and %s.\n", "Douglas C. Schmidt", "Bruno Haible"); exit (0); -- cgit v1.2.1