mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-30 16:20:11 +00:00
check_files.py: Exempt only everest from license checking
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
f250cf6ce2
commit
080ab4f4ad
@ -368,9 +368,8 @@ class LicenseIssueTracker(LineIssueTracker):
|
|||||||
heading = "License issue:"
|
heading = "License issue:"
|
||||||
|
|
||||||
LICENSE_EXEMPTION_RE_LIST = [
|
LICENSE_EXEMPTION_RE_LIST = [
|
||||||
# Third-party code, other than whitelisted third-party modules,
|
# Exempt third-party drivers which may be under a different license
|
||||||
# may be under a different license.
|
r'tf-psa-crypto/drivers/(?=(everest)/.*)',
|
||||||
r'tf-psa-crypto/drivers/(?!(builtin|p256-m)/.*)',
|
|
||||||
# Documentation explaining the license may have accidental
|
# Documentation explaining the license may have accidental
|
||||||
# false positives.
|
# false positives.
|
||||||
r'(ChangeLog|LICENSE|framework\/LICENSE|[-0-9A-Z_a-z]+\.md)\Z',
|
r'(ChangeLog|LICENSE|framework\/LICENSE|[-0-9A-Z_a-z]+\.md)\Z',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user