Mercurial > hg > octave-jordi > gnulib-hg
comparison lib/localename.c @ 14858:dd10bbc31f53
Copyright: Use LGPL 2.1 instead of LGPL 2.0.
* lib/localename.h: Update copyright header.
* lib/localename.c: Likewise.
* lib/relocatable.h: Likewise.
* lib/relocatable.c: Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 03 Jun 2011 14:21:08 +0200 |
parents | 97fc9a21a8fb |
children | 8250f2777afc |
comparison
equal
deleted
inserted
replaced
14857:cef4d5bc6b72 | 14858:dd10bbc31f53 |
---|---|
1 /* Determine name of the currently selected locale. | 1 /* Determine name of the currently selected locale. |
2 Copyright (C) 1995-2011 Free Software Foundation, Inc. | 2 Copyright (C) 1995-2011 Free Software Foundation, Inc. |
3 | 3 |
4 This program is free software; you can redistribute it and/or modify it | 4 This program is free software: you can redistribute it and/or modify |
5 under the terms of the GNU Library General Public License as published | 5 it under the terms of the GNU Lesser General Public License as published by |
6 by the Free Software Foundation; either version 2, or (at your option) | 6 the Free Software Foundation; either version 2.1 of the License, or |
7 any later version. | 7 (at your option) any later version. |
8 | 8 |
9 This program is distributed in the hope that it will be useful, | 9 This program is distributed in the hope that it will be useful, |
10 but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 Library General Public License for more details. | 12 GNU Lesser General Public License for more details. |
13 | 13 |
14 You should have received a copy of the GNU Library General Public | 14 You should have received a copy of the GNU Lesser General Public License |
15 License along with this program; if not, write to the Free Software | 15 along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | |
17 USA. */ | |
18 | 16 |
19 /* Written by Ulrich Drepper <drepper@gnu.org>, 1995. */ | 17 /* Written by Ulrich Drepper <drepper@gnu.org>, 1995. */ |
20 /* Win32 code written by Tor Lillqvist <tml@iki.fi>. */ | 18 /* Win32 code written by Tor Lillqvist <tml@iki.fi>. */ |
21 /* MacOS X code written by Bruno Haible <bruno@clisp.org>. */ | 19 /* MacOS X code written by Bruno Haible <bruno@clisp.org>. */ |
22 | 20 |