Skip to content

Commit ac2c383

Browse files
authored
Posix: fix copyright (#250)
1 parent 6bf3a75 commit ac2c383

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/scripts/kernel_checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
KERNEL_IGNORED_PATTERNS = [
3838
r'.*\.git.*',
39+
r'.*portable/ThirdParty/GCC/Posix/port*',
3940
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h',
4041
r'.*portable.*Xtensa_ESP32.*port\.c',
4142
r'.*portable.*Xtensa_ESP32.*portasm\.S',

portable/ThirdParty/GCC/Posix/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* FreeRTOS Kernel V10.4.3
3-
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* Copyright (C) 2020 Cambridge Consultants Ltd.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of
66
* this software and associated documentation files (the "Software"), to deal in

portable/ThirdParty/GCC/Posix/portmacro.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* https://www.FreeRTOS.org
2323
* https://github.com/FreeRTOS
2424
*
25-
* 1 tab == 4 spaces!
2625
*/
2726

2827

0 commit comments

Comments
 (0)