Mercurial > hg > octave-jordi > gnulib-hg
comparison lib/unistdio/u8-u8-vsprintf.c @ 9307:ad8a75a45dc9
Change copyright notice from LGPLv2.0+ to LGPLv3+.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 07 Oct 2007 17:23:24 +0200 |
parents | 870029929d86 |
children | b5e42ef33b49 |
comparison
equal
deleted
inserted
replaced
9306:7b05f64002af | 9307:ad8a75a45dc9 |
---|---|
1 /* Formatted output to strings. | 1 /* Formatted output to strings. |
2 Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. | 2 Copyright (C) 1999, 2002, 2006-2007 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 it |
5 under the terms of the GNU Library General Public License as published | 5 under the terms of the GNU Lesser General Public License as published |
6 by the Free Software Foundation; either version 2, or (at your option) | 6 by the Free Software Foundation; either version 3 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 GNU |
12 Library General Public License for more details. | 12 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 #include <config.h> | 17 #include <config.h> |
20 | 18 |
21 /* Specification. */ | 19 /* Specification. */ |
22 #include "unistdio.h" | 20 #include "unistdio.h" |