mirror of https://git.tukaani.org/xz.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.
This commit is contained in:
parent
46ee006162
commit
7ddf2273e0
|
@ -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)$'
|
||||
|
||||
|
|
Loading…
Reference in New Issue