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 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+
592009-03-25 Bruno Haible <bruno@clisp.org>
610
711 * 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.
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 (_ ("\
198198License 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