File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Version 1.13 released.
4
4
5
+ 2009-03-26 Bruno Haible <bruno@clisp.org>
6
+
7
+ * src/iconv.c (print_version): Bump year.
8
+
5
9
2009-03-25 Bruno Haible <bruno@clisp.org>
6
10
7
11
* build-aux/config.guess: Update to GNU version 2009-02-03.
Original file line number Diff line number Diff line change 1
- /* Copyright (C) 2000-2008 Free Software Foundation, Inc.
1
+ /* Copyright (C) 2000-2009 Free Software Foundation, Inc.
2
2
This file is part of the GNU LIBICONV Library.
3
3
4
4
The GNU LIBICONV Library is free software; you can redistribute it
@@ -192,7 +192,7 @@ static void print_version (void)
192
192
{
193
193
printf ("iconv (GNU libiconv %d.%d)\n" ,
194
194
_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 " );
196
196
/* xgettext: no-wrap */
197
197
fputs (_ ("\
198
198
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\
You can’t perform that action at this time.
0 commit comments