-The gettext-runtime package is under the LGPL, see files intl/COPYING.LIB-2.0
-and intl/COPYING.LIB-2.1.
+The gettext-runtime package is partially under the LGPL and partially under
+the GPL.
+
+The following parts are under the LGPL, see files intl/COPYING.LIB-2.0 and
+intl/COPYING.LIB-2.1:
+ - the libintl and libasprintf libraries and their header files,
+ - the libintl.jar Java library,
+ - the GNU.Gettext.dll C# library,
+ - the gettext.sh shells script function library.
+
+The following parts are under the GPL, see file COPYING in the toplevel
+directory:
+ - the _programs_ gettext, ngettext, envsubst,
+ - the documentation.
+2006-10-14 Bruno Haible <bruno@clisp.org>
+
+ * COPYING: Clarify copyright of the programs.
+ Reported by Charles Wilson <cwilson@fastmail.fm>.
+
2006-10-02 Bruno Haible <bruno@clisp.org>
* Makefile.am (EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4.
#! /bin/sh
#
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Library General Public License as published
+# by the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# You should have received a copy of the GNU Library General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
#
# Find a way to echo strings without interpreting backslash.