diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-25 19:11:05 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-25 19:11:17 +0300 |
commit | 275de376a645f406be7c453bb68427aa9466cf83 (patch) | |
tree | 575da24bb302169fabac9518d099614caf488253 | |
parent | liblzma: Refactor lzma_mf_is_supported() to use a switch-statement. (diff) | |
download | xz-275de376a645f406be7c453bb68427aa9466cf83.tar.xz |
Translations: Change the copyright comment string to use with po4a.
This affects the second line in po4a/xz-man.pot. The man pages of
xzdiff, xzgrep, and xzmore are from GNU gzip and under GNU GPLv2+
while the rest of the man pages are in the public domain.
-rwxr-xr-x | po4a/update-po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po4a/update-po b/po4a/update-po index c07af928..3c993072 100755 --- a/po4a/update-po +++ b/po4a/update-po @@ -41,5 +41,5 @@ set -x po4a --force --verbose \ --package-name="XZ Utils" \ --package-version="$PACKAGE_VERSION" \ - --copyright-holder="This file is put in the public domain." \ + --copyright-holder="[See the headers in the input files.]" \ po4a.conf |