X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fversion-etc.c;fp=lib%2Fversion-etc.c;h=ae1e44d61dc68cdb5f4a5522ea915d2022c19bff;hb=fc9846f7408ed30a3421eff5450ff5287cd66ddd;hp=b8d4724b56ed72dbd96a631be51fe6a3b6943261;hpb=086a61209bc0d4d46b0b73b635bfb9b018ce772d;p=gnulib.git diff --git a/lib/version-etc.c b/lib/version-etc.c index b8d4724b5..ae1e44d61 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-2011 Free Software Foundation, Inc. + Copyright (C) 1999-2012 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 = 2011 }; +enum { COPYRIGHT_YEAR = 2012 }; /* The three functions below display the --version information the standard way.