options at different times are guaranteed to produce the same results.
@item --copyright-holder=@var{string}
-Set the copyright holder in the output. Translators are expected to transfer
+Set the copyright holder in the output. @var{string} should be 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 or disclaim
the copyright for their translations, so that package maintainers can
distribute them without legal risk. If @var{string} is empty, the output
files are marked as being in the public domain; in this case, the translators
are expected to disclaim their copyright, again so that package maintainers
can distribute them without legal risk.
-The default value for @var{string} is the Free Software Foundation, Inc.
-This is recommended also for packages outside the GNU project, because the
-FSF is a well trusted organization.
+The default value for @var{string} is the Free Software Foundation, Inc.,
+simply because @code{xgettext} was first used in the GNU project.
@item --foreign-user
Omit FSF copyright in output. This option is equivalent to
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.