summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-04 11:19:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:32:09 +0200
commitb671562c1434e848208b99e6cbad7e6d2c5721b9 (patch)
treedbb65b657861fd6a5a9bdbe655524fcd7eee9f95 /po
parent801bd52f4cc086ef568fff4a0ae408d2387bae90 (diff)
downloadexternal_gettext-b671562c1434e848208b99e6cbad7e6d2c5721b9.zip
external_gettext-b671562c1434e848208b99e6cbad7e6d2c5721b9.tar.gz
external_gettext-b671562c1434e848208b99e6cbad7e6d2c5721b9.tar.bz2
Update --copyright-holder explanation, according to RMS' understanding.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog4
-rw-r--r--po/Makevars11
2 files changed, 11 insertions, 4 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 40077b9..a28e95f 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-04 Bruno Haible <bruno@clisp.org>
+
+ * Makevars: Update COPYRIGHT_HOLDER explanation.
+
2002-01-03 Bruno Haible <bruno@clisp.org>
* sl.po: Update from
diff --git a/po/Makevars b/po/Makevars
index 456f3f0..3b74e7f 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -11,8 +11,11 @@ top_builddir = ..
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# This is the copyright holder that gets inserted into the header of the
-# $(DOMAIN).pot file. Translators are expected to transfer the copyright
-# for their translations to this person or entity. The empty string stands
-# for the public domain; in this case the translators are expected to
-# disclaim their copyright.
+# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
+# package. (Note that the msgstr strings, extracted from the package's
+# sources, belong to the copyright holder of the package.) Translators are
+# expected to transfer the copyright for their translations to this person
+# or entity, or to disclaim their copyright. The empty string stands for
+# the public domain; in this case the translators are expected to disclaim
+# their copyright.
COPYRIGHT_HOLDER = Free Software Foundation, Inc.