Skip to content

Commit

Permalink
Need to add in an optional semi-colon and hashtag to the copyright he…
Browse files Browse the repository at this point in the history
…ader for python files and for CCS ASM Files
  • Loading branch information
Skptak committed Feb 26, 2024
1 parent 0fa95b3 commit 46477cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/kernel_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
]


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()
Expand Down

0 comments on commit 46477cd

Please sign in to comment.