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 | 469cd6653bb96e83c5cf1031c204d34566b15f44 (patch) | |
tree | 369fd0f8a76404bca16621cb450f9032cba986da | |
parent | Update COPYING about the man pages of the scripts. (diff) | |
download | xz-469cd6653bb96e83c5cf1031c204d34566b15f44.tar.xz |
Translations: po4a/update-po: Add copyright notice to xz-man.pot.
All man pages are under 0BSD now so this is simple now.
-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 988011ff..64675384 100755 --- a/po4a/update-po +++ b/po4a/update-po @@ -39,5 +39,5 @@ set -x po4a --force --verbose \ --package-name="XZ Utils" \ --package-version="$PACKAGE_VERSION" \ - --copyright-holder="[See the headers in the input files.]" \ + --copyright-holder="The XZ Utils authors and contributors" \ po4a.conf |