FYI, without this, coreutils' make syntax check was failing:

>From 2d43094c0ef80723db75bfe5fc74f876113e0bc4 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@redhat.com>
Date: Sat, 1 Jan 2011 11:08:18 +0100
Subject: [PATCH] version-etc: update the copyright year it reports

* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.
---
 ChangeLog         |    5 +++++
 lib/version-etc.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2a0f94f..54853b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-01  Jim Meyering  <meyer...@redhat.com>
+
+       version-etc: update the copyright year it reports
+       * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.
+
 2010-12-31  Bruno Haible  <br...@clisp.org>

        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 19c873d..8bd5d0e 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.
--
1.7.3.4

Reply via email to