summaryrefslogtreecommitdiff
path: root/gl/version-etc.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-02 16:04:37 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-02 16:04:37 +0100
commit29114a419a8edcc45ac2a71517cc198081ccb341 (patch)
treee735fead00e24fd29b66ccbf90c97ca210184b4f /gl/version-etc.c
parenta124812c92d6ac5a459ecdd1fffbc1bbb3fdcd9c (diff)
downloadgnutls-29114a419a8edcc45ac2a71517cc198081ccb341.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/version-etc.c')
-rw-r--r--gl/version-etc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/version-etc.c b/gl/version-etc.c
index 293aaba1f3..823e08562c 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. */