1
0
mirror of https://git.tukaani.org/xz.git synced 2025-03-01 14:10:47 +00:00

license-check.sh: Add an exception for doc/SHA256SUMS

Fixes: 36b531022f24a2ab57a2dfb9e5052f1c176e9d9a
This commit is contained in:
Lasse Collin 2024-12-17 10:36:43 +02:00
parent 36b531022f
commit 2cfa1ad0a9
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -64,6 +64,7 @@ PAT_UNTAGGED_0BSD='^(.*/)?\.gitattributes$
^THANKS$
^TODO$
^(.*/)?[^/]+\.txt$
^doc/SHA256SUMS$
^po/LINGUAS$
^src/common/w32_application\.manifest$
^tests/xzgrep_expected_output$