diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:16 +0200 |
commit | 40f36da2262d13d6e1ba8449caa855512ae626d7 (patch) | |
tree | b5b7967654d7bde8452f50f597a93cc82eeb5706 | |
parent | Translations: Update po/Makevars to use the template from gettext 0.22.4. (diff) | |
download | xz-40f36da2262d13d6e1ba8449caa855512ae626d7.tar.xz |
Translations: Change po/Makevars to add a copyright notice to po/xz.pot.
-rw-r--r-- | po/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index b58d91e0..627d34ec 100644 --- a/po/Makevars +++ b/po/Makevars @@ -14,7 +14,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-wrap +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-wrap --package-name='XZ Utils' # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding @@ -24,7 +24,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-wrap # 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 = +COPYRIGHT_HOLDER = The XZ Utils authors and contributors # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. |