Initial release, version 0.0.0.
[gsasl.git] / src / libcharset / README
blob8e2e1e12b92e05265ec0776923b002d7e4614f85
1 The glib/libcharset/ directory from GLIB stolen and adapted for
2 libgsasl by Simon Josefsson.
4 ===
6 The sources are derived from Bruno Haible's libcharset library included
7 with libiconv:
9  http//www.gnu.org/software/libiconv
11 The 'update.sh' script in this directory, when pointed at
12 the original sources updates the files in this directory
13 (and elsewhere in the GLib distribution) to the new version
15 The 'make-patch.sh' script in this directory regenerates
16 the patch files included in this directory from a copy
17 of the pristine sources and the files in this directory.
19 The license on the portions from libiconv portions is reproduced
20 below.
22 Owen Taylor
23 26 September 2001
25 ====
27 /* Determine a canonical name for the current locale's character encoding.
29    Copyright (C) 2000-2001 Free Software Foundation, Inc.
31    This program is free software; you can redistribute it and/or modify it
32    under the terms of the GNU Library General Public License as published
33    by the Free Software Foundation; either version 2, or (at your option)
34    any later version.
36    This program is distributed in the hope that it will be useful,
37    but WITHOUT ANY WARRANTY; without even the implied warranty of
38    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
39    Library General Public License for more details.
41    You should have received a copy of the GNU Library General Public
42    License along with this program; if not, write to the Free Software
43    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
44    USA.  */
46 /* Written by Bruno Haible <haible@clisp.cons.org>.  */