diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-31 12:57:24 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-31 12:57:24 +0100 |
commit | 1bc70a22302c8b07ad75e3d029f5f7f25357ae26 (patch) | |
tree | 191aecd9eea95fc3f64020e5a83845204367f043 /gl/version-etc.c | |
parent | 9137b894ef5de0733acd9e11920afac8c4adde16 (diff) | |
download | libtasn1-1bc70a22302c8b07ad75e3d029f5f7f25357ae26.tar.gz libtasn1-1bc70a22302c8b07ad75e3d029f5f7f25357ae26.tar.bz2 libtasn1-1bc70a22302c8b07ad75e3d029f5f7f25357ae26.zip |
Update gnulib files.
Diffstat (limited to 'gl/version-etc.c')
-rw-r--r-- | gl/version-etc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/version-etc.c b/gl/version-etc.c index 293aaba..823e085 100644 --- a/gl/version-etc.c +++ b/gl/version-etc.c @@ -1,5 +1,5 @@ /* Utility to help print --version output in a consistent format. - Copyright (C) 1999-2007 Free Software Foundation, Inc. + Copyright (C) 1999-2008 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 @@ -32,7 +32,7 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -enum { COPYRIGHT_YEAR = 2007 }; +enum { COPYRIGHT_YEAR = 2008 }; /* Like version_etc, below, but with the NULL-terminated author list provided via a variable of type va_list. */ |