Skip to content

Commit ec9129d

Browse files
committed
Update to GPLv3+.
1 parent a18fc98 commit ec9129d

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

ChangeLog

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

33
* Version 1.13 released.
44

5+
2009-03-26 Bruno Haible <bruno@clisp.org>
6+
7+
* src/iconv.c: Update copyright header to GPLv3+.
8+
(print_version): Update license info.
9+
510
2009-03-26 Bruno Haible <bruno@clisp.org>
611

712
* src/iconv.c (print_version): Bump year.

src/iconv.c

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/* Copyright (C) 2000-2009 Free Software Foundation, Inc.
22
This file is part of the GNU LIBICONV Library.
33
4-
The GNU LIBICONV Library is free software; you can redistribute it
5-
and/or modify it under the terms of the GNU Library General Public
6-
License as published by the Free Software Foundation; either version 2
7-
of the License, or (at your option) any later version.
4+
This program is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
9-
The GNU LIBICONV Library is distributed in the hope that it will be
10-
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
Library General Public License for more details.
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
1313
14-
You should have received a copy of the GNU Library General Public
15-
License along with the GNU LIBICONV Library; see the file COPYING.LIB.
16-
If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
17-
Fifth Floor, Boston, MA 02110-1301, USA. */
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1816

1917
#include "config.h"
2018
#ifndef ICONV_CONST
@@ -195,7 +193,7 @@ static void print_version (void)
195193
printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2009");
196194
/* xgettext: no-wrap */
197195
fputs (_("\
198-
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\
196+
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
199197
This is free software: you are free to change and redistribute it.\n\
200198
There is NO WARRANTY, to the extent permitted by law.\n\
201199
"),stdout);

0 commit comments

Comments
 (0)