diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-02-18 11:17:38 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-02-18 11:17:38 +0900 |
commit | 9e117619d848515c4ddbae18d05c0a66cf86a451 (patch) | |
tree | ea359308bbe9a8fe49f13a000d2fca6b7a44592c /gettext-runtime | |
parent | 0591f31d95ac34abf2a9a875e124f19a747153b2 (diff) | |
download | external_gettext-9e117619d848515c4ddbae18d05c0a66cf86a451.zip external_gettext-9e117619d848515c4ddbae18d05c0a66cf86a451.tar.gz external_gettext-9e117619d848515c4ddbae18d05c0a66cf86a451.tar.bz2 |
po: Clarify license notice
* gettext-runtime/po/Makefile.in.in: Replace our own wording of
licensing with GNU All-Permissive License. Reported by Riley Baird in:
<https://lists.debian.org/debian-legal/2015/01/msg00048.html>.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/po/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-runtime/po/Makefile.in.in | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index 603a1ae..b0281d3 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,9 @@ +2015-02-18 Daiki Ueno <ueno@gnu.org> + + * Makefile.in.in: Replace our own wording of licensing with GNU + All-Permissive License. Reported by Riley Baird in: + <https://lists.debian.org/debian-legal/2015/01/msg00048.html>. + 2014-12-24 Daiki Ueno <ueno@gnu.org> * gettext 0.19.4 released. diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 65184f6..d1ca9d7 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -1,12 +1,10 @@ # Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> # -# 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. +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. # # Origin: gettext-0.19 GETTEXT_MACRO_VERSION = 0.19 |