summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 10:20:42 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 10:20:42 +0100
commit6310d5722346d789baa94df7a294b23a2986eba1 (patch)
treeb6a9fb3ff09da0c2b989e4f7ef72a46b1667f722
parent87f8903d4b15b30b6b3da2c0632fef3e626129fd (diff)
downloadgnulib-6310d5722346d789baa94df7a294b23a2986eba1.tar.gz
version-etc: set COPYRIGHT_YEAR to 2010
* lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
-rw-r--r--ChangeLog5
-rw-r--r--lib/version-etc.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 102df1c6e3..787617bd3a 100644
--- 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
diff --git a/lib/version-etc.c b/lib/version-etc.c
index abd5dbdf49..19c873d016 100644
--- a/lib/version-etc.c
+++ b/lib/version-etc.c
@@ -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.