mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
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:
parent
57f9eed00d
commit
5cdb1bc4e1
3 changed files with 5 additions and 50 deletions
4
.github/scripts/kernel_checker.py
vendored
4
.github/scripts/kernel_checker.py
vendored
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue