summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-16 12:17:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:07 +0200
commitcaa8db345f25020f01ebfeb4b47c44f786989dce (patch)
tree243e8feb3f589a1b8110b2a93f9050add72b2da2 /gettext-runtime/src
parente6213e992426d762b030348e5ee7b54ebdf42ef6 (diff)
downloadexternal_gettext-caa8db345f25020f01ebfeb4b47c44f786989dce.zip
external_gettext-caa8db345f25020f01ebfeb4b47c44f786989dce.tar.gz
external_gettext-caa8db345f25020f01ebfeb4b47c44f786989dce.tar.bz2
Clarify the copyright of the programs.
Put gettext.sh under LGPL.
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r--gettext-runtime/src/ChangeLog4
-rw-r--r--gettext-runtime/src/gettext.sh.in15
2 files changed, 12 insertions, 7 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog
index 19e88f7..56b7fcd 100644
--- a/gettext-runtime/src/ChangeLog
+++ b/gettext-runtime/src/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-14 Bruno Haible <bruno@clisp.org>
+
+ * gettext.sh.in: Put under LGPL.
+
2006-07-31 Bruno Haible <bruno@clisp.org>
* Makefile.am (AM_CPPFLAGS, LDADD, RELOCATABLE_SRC_DIR,
diff --git a/gettext-runtime/src/gettext.sh.in b/gettext-runtime/src/gettext.sh.in
index 2519ada..4a90e3f 100644
--- a/gettext-runtime/src/gettext.sh.in
+++ b/gettext-runtime/src/gettext.sh.in
@@ -1,10 +1,10 @@
#! /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,
@@ -12,9 +12,10 @@
# 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.