Bump copyright year.
diff --git a/ChangeLog b/ChangeLog
index c66756e..20a421b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-04-06  Bruno Haible  <bruno@clisp.org>
 
+	* src/iconv.c (print_version): Bump year.
+
+2008-04-06  Bruno Haible  <bruno@clisp.org>
+
 	Support all possible nl_langinfo(CODESET) results on the respective
 	platforms, according to libcharset/lib/config.charset.
 	* lib/encodings.def: Add DEFALIAS statements, conditional on
diff --git a/src/iconv.c b/src/iconv.c
index ce0ac08..2750bec 100644
--- a/src/iconv.c
+++ b/src/iconv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2007 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2008 Free Software Foundation, Inc.
    This file is part of the GNU LIBICONV Library.
 
    The GNU LIBICONV Library is free software; you can redistribute it
@@ -192,7 +192,7 @@
 {
   printf("iconv (GNU libiconv %d.%d)\n",
          _libiconv_version >> 8, _libiconv_version & 0xff);
-  printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2007");
+  printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2008");
   /* xgettext: no-wrap */
   fputs (_("\
 License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\