From 00e5f0c38882541bbec6f07f07d867bd503f1be7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 16 Jan 2011 16:56:58 +0100 Subject: Bump copyright year. --- ChangeLog | 2 ++ src/options.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9fca007..421d001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-01-11 Bruno Haible + * 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 \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); -- cgit v1.2.1