From: Bruno Haible Date: Mon, 14 Jul 2003 13:36:05 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: v0.13~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bb2fa186ad874e0d35489114915cd023af4e33;p=thirdparty%2Fgettext.git Update from gnulib. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 23b45fd1c..04cb7dedf 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-07-09 Paul Eggert + + * alloca_.h: Switch from LGPL to GPL. + 2003-07-01 Bruno Haible * readlink.c: New file, from gnulib. diff --git a/gettext-tools/lib/alloca_.h b/gettext-tools/lib/alloca_.h index b834871b4..86aa0a558 100644 --- a/gettext-tools/lib/alloca_.h +++ b/gettext-tools/lib/alloca_.h @@ -2,16 +2,16 @@ Copyright (C) 1995, 1999, 2001-2003 Free Software Foundation, Inc. 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 + under the terms of the GNU 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, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */