From: Bruno Haible Date: Mon, 25 Jun 2001 20:09:48 +0000 (+0000) Subject: Clarify copyright wording. X-Git-Tag: v0.11~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c142a513666cb0a0dcf939de4f5654bc05834e69;p=thirdparty%2Fgettext.git Clarify copyright wording. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 3f86cbe9a..010107b6c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-25 Bruno Haible + + * nls.texi (Using gettext in own code): Clarify copyright wording. + 2001-06-10 Bruno Haible * Makefile.am: (installdirs): New dependency. Yet another automake bug. diff --git a/doc/nls.texi b/doc/nls.texi index 2d2c20576..a93658221 100644 --- a/doc/nls.texi +++ b/doc/nls.texi @@ -230,8 +230,8 @@ up-to-date matrix with full percentage details can be found at If you are writing a freely available program and want to internationalize it you are welcome to use GNU @file{gettext} in your -package. Of course the GNU Public License applies to your sources from -then if you include @code{gettext} directly in your distribution on but +package. Of course the GNU General Public License applies to your sources +from then on if you include @code{gettext} directly in your distribution but since you are writing free software anyway this is no restriction. Once the sources are change appropriately and the setup can handle to diff --git a/m4/gettext.m4 b/m4/gettext.m4 index c54818941..bbb0e9c71 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -2,9 +2,11 @@ # Ulrich Drepper , 1995. # # This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# Please note that the actual code is *not* freely available. +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. # serial 10 diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4 index 929b51f07..acfd3ace1 100644 --- a/m4/lcmessage.m4 +++ b/m4/lcmessage.m4 @@ -2,9 +2,11 @@ # Ulrich Drepper , 1995. # # This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# Please note that the actual code is *not* freely available. +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. # serial 2 diff --git a/m4/progtest.m4 b/m4/progtest.m4 index e467ec1ce..08840d5dd 100644 --- a/m4/progtest.m4 +++ b/m4/progtest.m4 @@ -2,9 +2,11 @@ # Ulrich Drepper , 1996. # # This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# Please note that the actual code is *not* freely available. +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. # serial 2 diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 32b737655..3a538eebd 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,10 +1,12 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper # -# This file file be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# Please note that the actual code is *not* freely available. +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. PACKAGE = @PACKAGE@ VERSION = @VERSION@