mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Posix: fix copyright (#250)
This commit is contained in:
parent
6bf3a75c6a
commit
ac2c383bc1
1
.github/scripts/kernel_checker.py
vendored
1
.github/scripts/kernel_checker.py
vendored
|
@ -36,6 +36,7 @@ KERNEL_IGNORED_EXTENSIONS = [
|
||||||
|
|
||||||
KERNEL_IGNORED_PATTERNS = [
|
KERNEL_IGNORED_PATTERNS = [
|
||||||
r'.*\.git.*',
|
r'.*\.git.*',
|
||||||
|
r'.*portable/ThirdParty/GCC/Posix/port*',
|
||||||
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h',
|
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h',
|
||||||
r'.*portable.*Xtensa_ESP32.*port\.c',
|
r'.*portable.*Xtensa_ESP32.*port\.c',
|
||||||
r'.*portable.*Xtensa_ESP32.*portasm\.S',
|
r'.*portable.*Xtensa_ESP32.*portasm\.S',
|
||||||
|
|
2
portable/ThirdParty/GCC/Posix/port.c
vendored
2
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeRTOS Kernel V10.4.3
|
* FreeRTOS Kernel V10.4.3
|
||||||
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
* Copyright (C) 2020 Cambridge Consultants Ltd.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
* this software and associated documentation files (the "Software"), to deal in
|
* this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
1
portable/ThirdParty/GCC/Posix/portmacro.h
vendored
1
portable/ThirdParty/GCC/Posix/portmacro.h
vendored
|
@ -22,7 +22,6 @@
|
||||||
* https://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* https://github.com/FreeRTOS
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue