removed the copyright and license header for select files (#815)

* removed the copyright and license header for files expected to be copied by users

* fixed a bug in the kernel checker.  temporarily restored the copyright in the sample config to allow this PR to pass the checks.

* Uncrustify: triggered by comment.

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
Joseph Julicher 2023-10-03 10:43:45 -07:00 committed by GitHub
parent 57f9eed00d
commit 5cdb1bc4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 50 deletions

View file

@ -38,7 +38,6 @@ KERNEL_IGNORED_FILES = [
'Makefile',
'.DS_Store',
'cspell.config.yaml'
'FreeRTOSConfig.h'
]
KERNEL_IGNORED_EXTENSIONS = [
@ -94,7 +93,8 @@ KERNEL_IGNORED_PATTERNS = [
r'.*IAR/ARM_C*',
r'.*IAR/78K0R/*',
r'.*CCS/MSP430X/*',
r'.*portable/template/*'
r'.*portable/template/*',
r'.*sample_configuration/*'
]
KERNEL_THIRD_PARTY_PATTERNS = [