From: Jim Meyering Date: Sat, 1 Jan 2011 10:08:18 +0000 (+0100) Subject: version-etc: update the copyright year it reports X-Git-Tag: v0.1~3416 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=2d43094c0ef80723db75bfe5fc74f876113e0bc4;p=gnulib.git version-etc: update the copyright year it reports * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011. --- diff --git a/ChangeLog b/ChangeLog index 2a0f94fd9..54853b8cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-01 Jim Meyering + + version-etc: update the copyright year it reports + * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011. + 2010-12-31 Bruno Haible isfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11. diff --git a/lib/version-etc.c b/lib/version-etc.c index 19c873d01..8bd5d0efd 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -38,7 +38,7 @@ # define PACKAGE PACKAGE_TARNAME #endif -enum { COPYRIGHT_YEAR = 2010 }; +enum { COPYRIGHT_YEAR = 2011 }; /* The three functions below display the --version information the standard way.