Adapt check_files.py

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2024-07-02 08:55:56 +02:00
parent 0070d0590f
commit 2f44756f35

View File

@ -370,7 +370,7 @@ class LicenseIssueTracker(LineIssueTracker):
LICENSE_EXEMPTION_RE_LIST = [
# Third-party code, other than whitelisted third-party modules,
# 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
# false positives.
r'(ChangeLog|LICENSE|framework\/LICENSE|[-0-9A-Z_a-z]+\.md)\Z',