From 7ddf2273e0e4654582ee65db19d44431bfdb5791 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 1 Oct 2024 12:10:23 +0300 Subject: [PATCH] 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. --- build-aux/license-check.sh | 1 + 1 file changed, 1 insertion(+) 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)$'