Skip to content

Commit 0eb5e9e

Browse files
check_files.py: Exempt only everest from license checking
Signed-off-by: Ronald Cron <[email protected]>
1 parent cdd1927 commit 0eb5e9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/scripts/check_files.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,8 @@ class LicenseIssueTracker(LineIssueTracker):
368368
heading = "License issue:"
369369

370370
LICENSE_EXEMPTION_RE_LIST = [
371-
# Third-party code, other than whitelisted third-party modules,
372-
# may be under a different license.
373-
r'tf-psa-crypto/drivers/(?!(builtin|p256-m)/.*)',
371+
# Exempt third-party drivers which may be under a different license
372+
r'tf-psa-crypto/drivers/(?=(everest)/.*)',
374373
# Documentation explaining the license may have accidental
375374
# false positives.
376375
r'(ChangeLog|LICENSE|framework\/LICENSE|[-0-9A-Z_a-z]+\.md)\Z',

0 commit comments

Comments
 (0)