|
1 | 1 | /* Copyright (C) 2000-2009 Free Software Foundation, Inc.
|
2 | 2 | This file is part of the GNU LIBICONV Library.
|
3 | 3 |
|
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. |
8 | 8 |
|
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. |
13 | 13 |
|
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/>. */ |
18 | 16 |
|
19 | 17 | #include "config.h"
|
20 | 18 | #ifndef ICONV_CONST
|
@@ -195,7 +193,7 @@ static void print_version (void)
|
195 | 193 | printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2009");
|
196 | 194 | /* xgettext: no-wrap */
|
197 | 195 | 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\ |
199 | 197 | This is free software: you are free to change and redistribute it.\n\
|
200 | 198 | There is NO WARRANTY, to the extent permitted by law.\n\
|
201 | 199 | "),stdout);
|
|
0 commit comments