]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
license-check.sh: Add an exception for w32_application.manifest
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Oct 2024 09:10:23 +0000 (12:10 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Oct 2024 09:10:23 +0000 (12:10 +0300)
The file gets embedded as is into executables, thus it cannot
hold a license identifier.

build-aux/license-check.sh

index dfedc681f48c304197294b54710d56c3e8a25931..6d976f659fb40e87c4b01ab01967d70416b6b907 100644 (file)
@@ -65,6 +65,7 @@ PAT_UNTAGGED_0BSD='^(.*/)?\.gitattributes$
 ^TODO$
 ^(.*/)?[^/]+\.txt$
 ^po/LINGUAS$
+^src/common/w32_application\.manifest$
 ^tests/xzgrep_expected_output$
 ^tests/files/[^/]+\.(lz|lzma|xz)$'