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.
This commit is contained in:
Lasse Collin 2024-10-01 12:10:23 +03:00
parent 46ee006162
commit 7ddf2273e0
1 changed files with 1 additions and 0 deletions

View 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)$'