From ac2c383bc14b2577101cad238c8779f4d9c14d6c Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov <22344340+unspecd@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:08:46 -0400 Subject: [PATCH] Posix: fix copyright (#250) --- .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 f29749267..f6a006394 100755 --- a/.github/scripts/kernel_checker.py +++ b/.github/scripts/kernel_checker.py @@ -36,6 +36,7 @@ KERNEL_IGNORED_EXTENSIONS = [ 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 012e8b0a7..300a2d4c5 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 3f96b409e..4503ebb1d 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! */