mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 08:59:05 +08:00
Adapt check_files.py
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
0070d0590f
commit
2f44756f35
@ -370,7 +370,7 @@ class LicenseIssueTracker(LineIssueTracker):
|
|||||||
LICENSE_EXEMPTION_RE_LIST = [
|
LICENSE_EXEMPTION_RE_LIST = [
|
||||||
# Third-party code, other than whitelisted third-party modules,
|
# Third-party code, other than whitelisted third-party modules,
|
||||||
# may be under a different license.
|
# may be under a different license.
|
||||||
r'3rdparty/(?!(p256-m)/.*)',
|
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