mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Need to add in an optional semi-colon and hashtag to the copyright header for python files and for CCS ASM Files
This commit is contained in:
parent
0fa95b3071
commit
46477cd9d5
1 changed files with 1 additions and 1 deletions
2
.github/scripts/kernel_checker.py
vendored
2
.github/scripts/kernel_checker.py
vendored
|
|
@ -136,7 +136,7 @@ KERNEL_HEADER = [
|
|||
]
|
||||
|
||||
|
||||
FREERTOS_COPYRIGHT_REGEX = r"^( *(\/\*|\*|#|\/\/))? Copyright \(C\) 20\d\d Amazon.com, Inc. or its affiliates. All Rights Reserved\.( \*\/)?$"
|
||||
FREERTOS_COPYRIGHT_REGEX = r"^(;|#)?( *(\/\*|\*|#|\/\/))? Copyright \(C\) 20\d\d Amazon.com, Inc. or its affiliates. All Rights Reserved\.( \*\/)?$"
|
||||
|
||||
def main():
|
||||
parser = HeaderChecker.configArgParser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue