From: Lasse Collin Date: Tue, 1 Oct 2024 09:10:23 +0000 (+0300) Subject: license-check.sh: Add an exception for w32_application.manifest X-Git-Tag: v5.7.1alpha~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddf2273e0e4654582ee65db19d44431bfdb5791;p=thirdparty%2Fxz.git license-check.sh: Add an exception for w32_application.manifest The file gets embedded as is into executables, thus it cannot hold a license identifier. --- diff --git a/build-aux/license-check.sh b/build-aux/license-check.sh index dfedc681..6d976f65 100644 --- a/build-aux/license-check.sh +++ b/build-aux/license-check.sh @@ -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)$'