changeset 14071:24e4d0318ebe

version-etc: update the copyright year it reports * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.
author Jim Meyering <meyering@redhat.com>
date Sat, 01 Jan 2011 11:08:18 +0100
parents ca85283acd03
children bf28887b2e63
files ChangeLog lib/version-etc.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-01  Jim Meyering  <meyering@redhat.com>
+
+	version-etc: update the copyright year it reports
+	* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.
+
 2010-12-31  Bruno Haible  <bruno@clisp.org>
 
 	isfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11.
--- 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.