mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
Update check_files.py to accomodate non-standard license headers in TF-M config files
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
b925d141de
commit
1c91057fab
@ -373,8 +373,9 @@ class LicenseIssueTracker(LineIssueTracker):
|
|||||||
r'(ChangeLog|LICENSE|[-0-9A-Z_a-z]+\.md)\Z',
|
r'(ChangeLog|LICENSE|[-0-9A-Z_a-z]+\.md)\Z',
|
||||||
# Files imported from TF-M, and not used except in test builds,
|
# Files imported from TF-M, and not used except in test builds,
|
||||||
# may be under a different license.
|
# may be under a different license.
|
||||||
r'configs/crypto_config_profile_medium\.h\Z',
|
r'configs/ext/crypto_config_profile_medium\.h\Z',
|
||||||
r'configs/tfm_mbedcrypto_config_profile_medium\.h\Z',
|
r'configs/ext/tfm_mbedcrypto_config_profile_medium\.h\Z',
|
||||||
|
r'configs/ext/README\.md\Z',
|
||||||
# Third-party file.
|
# Third-party file.
|
||||||
r'dco\.txt\Z',
|
r'dco\.txt\Z',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user