Mercurial > hg > octave-kai > gnulib-hg
comparison lib/unicodeio.h @ 4435:d4efdb886b2a
Switch from LGPL to GPL.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 14 Jul 2003 16:36:07 +0000 |
parents | 493e0f7fc4f7 |
children | a48fb0e98c8c |
comparison
equal
deleted
inserted
replaced
4434:5340c4c26a0a | 4435:d4efdb886b2a |
---|---|
1 /* Unicode character output to streams with locale dependent encoding. | 1 /* Unicode character output to streams with locale dependent encoding. |
2 | 2 |
3 Copyright (C) 2000-2003 Free Software Foundation, Inc. | 3 Copyright (C) 2000-2003 Free Software Foundation, Inc. |
4 | 4 |
5 This program is free software; you can redistribute it and/or modify it | 5 This program is free software; you can redistribute it and/or modify |
6 under the terms of the GNU Library General Public License as published | 6 it under the terms of the GNU General Public License as published by |
7 by the Free Software Foundation; either version 2, or (at your option) | 7 the Free Software Foundation; either version 2, or (at your option) |
8 any later version. | 8 any later version. |
9 | 9 |
10 This program is distributed in the hope that it will be useful, | 10 This program is distributed in the hope that it will be useful, |
11 but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 Library General Public License for more details. | 13 GNU General Public License for more details. |
14 | 14 |
15 You should have received a copy of the GNU Library General Public | 15 You should have received a copy of the GNU General Public License along |
16 License along with this program; if not, write to the Free Software | 16 with this program; if not, write to the Free Software Foundation, |
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
18 USA. */ | |
19 | 18 |
20 #ifndef UNICODEIO_H | 19 #ifndef UNICODEIO_H |
21 # define UNICODEIO_H | 20 # define UNICODEIO_H |
22 | 21 |
23 # include <stddef.h> | 22 # include <stddef.h> |