Blame glib/libcharset/README

Packit ae235b
The sources are derived from Bruno Haible's libcharset library included
Packit ae235b
with libiconv:
Packit ae235b
Packit ae235b
 http//www.gnu.org/software/libiconv
Packit ae235b
Packit ae235b
The 'update.sh' script in this directory, when pointed at
Packit ae235b
the original sources updates the files in this directory
Packit ae235b
(and elsewhere in the GLib distribution) to the new version
Packit ae235b
Packit ae235b
The 'make-patch.sh' script in this directory regenerates
Packit ae235b
the patch files included in this directory from a copy
Packit ae235b
of the pristine sources and the files in this directory.
Packit ae235b
Packit ae235b
The license on the portions from libiconv portions is reproduced
Packit ae235b
below.
Packit ae235b
Packit ae235b
Owen Taylor
Packit ae235b
26 September 2001
Packit ae235b
Packit ae235b
Updated to libiconv-1.12.
Packit ae235b
Packit ae235b
Behdad Esfahbod
Packit ae235b
20 May 2008
Packit ae235b
Packit ae235b
====
Packit ae235b
Packit ae235b
/* Determine a canonical name for the current locale's character encoding.
Packit ae235b
Packit ae235b
   Copyright (C) 2000-2001 Free Software Foundation, Inc.
Packit ae235b
Packit ae235b
   This program is free software; you can redistribute it and/or modify it
Packit ae235b
   under the terms of the GNU Library General Public License as published
Packit ae235b
   by the Free Software Foundation; either version 2, or (at your option)
Packit ae235b
   any later version.
Packit ae235b
Packit ae235b
   This program is distributed in the hope that it will be useful,
Packit ae235b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit ae235b
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit ae235b
   Library General Public License for more details.
Packit ae235b
Packit ae235b
   You should have received a copy of the GNU Library General Public
Packit ae235b
   License along with this program; if not, see <http://www.gnu.org/licenses/>.  */
Packit ae235b
Packit ae235b
/* Written by Bruno Haible <haible@clisp.cons.org>.  */