From 96c227ab4425d6b2acde129b274b29444be196b7 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Thu, 28 Jan 2021 06:24:29 +1100 Subject: [PATCH] Posix: fix copyright --- .github/scripts/kernel_checker.py | 1 + portable/ThirdParty/GCC/Posix/port.c | 2 +- portable/ThirdParty/GCC/Posix/portmacro.h | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/kernel_checker.py b/.github/scripts/kernel_checker.py index f297492673..f6a0063949 100755 --- a/.github/scripts/kernel_checker.py +++ b/.github/scripts/kernel_checker.py @@ -36,6 +36,7 @@ KERNEL_IGNORED_PATTERNS = [ r'.*\.git.*', + r'.*portable/ThirdParty/GCC/Posix/port*', r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h', r'.*portable.*Xtensa_ESP32.*port\.c', r'.*portable.*Xtensa_ESP32.*portasm\.S', diff --git a/portable/ThirdParty/GCC/Posix/port.c b/portable/ThirdParty/GCC/Posix/port.c index 012e8b0a7d..300a2d4c57 100644 --- a/portable/ThirdParty/GCC/Posix/port.c +++ b/portable/ThirdParty/GCC/Posix/port.c @@ -1,6 +1,6 @@ /* * 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 * this software and associated documentation files (the "Software"), to deal in diff --git a/portable/ThirdParty/GCC/Posix/portmacro.h b/portable/ThirdParty/GCC/Posix/portmacro.h index 3f96b409e6..4503ebb1de 100644 --- a/portable/ThirdParty/GCC/Posix/portmacro.h +++ b/portable/ThirdParty/GCC/Posix/portmacro.h @@ -22,7 +22,6 @@ * https://www.FreeRTOS.org * https://github.com/FreeRTOS * - * 1 tab == 4 spaces! */