Posix: fix copyright (#250)

This commit is contained in:
Evgeny Ermakov 2021-04-21 19:08:46 -04:00 committed by GitHub
parent 6bf3a75c6a
commit ac2c383bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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

View file

@ -22,7 +22,6 @@
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://github.com/FreeRTOS * https://github.com/FreeRTOS
* *
* 1 tab == 4 spaces!
*/ */