version-etc: set COPYRIGHT_YEAR to 2010
authorJim Meyering <meyering@redhat.com>
Fri, 1 Jan 2010 09:20:42 +0000 (10:20 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 1 Jan 2010 09:20:42 +0000 (10:20 +0100)
* lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.

ChangeLog
lib/version-etc.c

index 102df1c..787617b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-01  Jim Meyering  <meyering@redhat.com>
+
+       version-etc: set COPYRIGHT_YEAR to 2010
+       * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
+
 2009-12-31  Eric Blake  <ebb9@byu.net>
 
        doc: correct availability of cygwin 1.5.x getopt
index abd5dbd..19c873d 100644 (file)
@@ -1,5 +1,5 @@
 /* Print --version and bug-reporting information in a consistent format.
-   Copyright (C) 1999-2009 Free Software Foundation, Inc.
+   Copyright (C) 1999-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@
 # define PACKAGE PACKAGE_TARNAME
 #endif
 
-enum { COPYRIGHT_YEAR = 2009 };
+enum { COPYRIGHT_YEAR = 2010 };
 
 /* The three functions below display the --version information the
    standard way.