Skip to content

Commit a327231

Browse files
committed
Bump year.
1 parent 434adc2 commit a327231

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* Version 1.13 released.
44

5+
2009-03-26 Bruno Haible <bruno@clisp.org>
6+
7+
* src/iconv.c (print_version): Bump year.
8+
59
2009-03-25 Bruno Haible <bruno@clisp.org>
610

711
* build-aux/config.guess: Update to GNU version 2009-02-03.

src/iconv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2000-2008 Free Software Foundation, Inc.
1+
/* Copyright (C) 2000-2009 Free Software Foundation, Inc.
22
This file is part of the GNU LIBICONV Library.
33
44
The GNU LIBICONV Library is free software; you can redistribute it
@@ -192,7 +192,7 @@ static void print_version (void)
192192
{
193193
printf("iconv (GNU libiconv %d.%d)\n",
194194
_libiconv_version >> 8, _libiconv_version & 0xff);
195-
printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2008");
195+
printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2009");
196196
/* xgettext: no-wrap */
197197
fputs (_("\
198198
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\

0 commit comments

Comments
 (0)