diff --git a/FreeRTOS_ARP.c b/FreeRTOS_ARP.c index 7be1518c6..0ae132521 100644 --- a/FreeRTOS_ARP.c +++ b/FreeRTOS_ARP.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_DHCP.c b/FreeRTOS_DHCP.c index e9bb941ca..33372f730 100644 --- a/FreeRTOS_DHCP.c +++ b/FreeRTOS_DHCP.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_DNS.c b/FreeRTOS_DNS.c index 8f560d52f..f2945a8bd 100644 --- a/FreeRTOS_DNS.c +++ b/FreeRTOS_DNS.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_IP.c b/FreeRTOS_IP.c index ec4083d63..b5aaa6164 100644 --- a/FreeRTOS_IP.c +++ b/FreeRTOS_IP.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_Sockets.c b/FreeRTOS_Sockets.c index 49c7e26aa..b8c674beb 100644 --- a/FreeRTOS_Sockets.c +++ b/FreeRTOS_Sockets.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_Stream_Buffer.c b/FreeRTOS_Stream_Buffer.c index 2f668d683..4f2421147 100644 --- a/FreeRTOS_Stream_Buffer.c +++ b/FreeRTOS_Stream_Buffer.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_TCP_IP.c b/FreeRTOS_TCP_IP.c index b05697e46..a8495b31b 100644 --- a/FreeRTOS_TCP_IP.c +++ b/FreeRTOS_TCP_IP.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_TCP_WIN.c b/FreeRTOS_TCP_WIN.c index 40f49ddd4..4b0c80f05 100644 --- a/FreeRTOS_TCP_WIN.c +++ b/FreeRTOS_TCP_WIN.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/FreeRTOS_UDP_IP.c b/FreeRTOS_UDP_IP.c index 9b5fa4e54..04fffc340 100644 --- a/FreeRTOS_UDP_IP.c +++ b/FreeRTOS_UDP_IP.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/History.txt b/History.txt index 27500cc5a..7b9ea8a7e 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,19 @@ +Changes between V2.3.3 and V2.3.4 releases: + + Added a check in BufferAllocation_2.c to ensure adding (2 + + ipBUFFER_PADDING) bytes to the requested allocation size does + not cause an integer overflow. Thanks to Bernard Lebel + (RMDS Innovation) reporting this potential issue. + + Updated FreeRTOS_inet_pton4() so it rejects IP addresses that + have leading zeros. Previously, if the IP address had leading + zeros, perhaps because it was entered in octal format, the + address was interpreted as decimal (the leading zeros were + stripped). That could result in the function returning an + unexpected IP address. + + Added logic to clear flags of a stored TCP packet to avoid + sending incorrect flags when receiving incorrect packets from + the peer. + + Fixed the IP header checksum calculation of ICMP response. + Changes between V2.3.2 and V2.3.3 releases: + When a listening socket is closed, all child sockets not yet owned by the application will be closed too. (Thanks Bernd Edlinger). diff --git a/README.md b/README.md index 8c67b7425..7d6e3b34f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The easiest way to use FreeRTOS-Plus-TCP is to start with the pre-configured dem Additionally, for FreeRTOS-Plus-TCP source code organization refer to the [Documentation](http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial.html), and [API Reference](https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/FreeRTOS_TCP_API_Functions.html). -FreeRTOS+TCP V2.3.2 [source code](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2)(.c .h) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release. +FreeRTOS+TCP V2.3.2-LTS-Patch-1 [source code](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-1)(.c .h) is part of the [FreeRTOS 202012.02 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.02-LTS) release. ### Getting help If you have any questions or need assistance troubleshooting your FreeRTOS project, we have an active community that can help on the [FreeRTOS Community Support Forum](https://forums.freertos.org). Please also refer to [FAQ](http://www.freertos.org/FAQHelp.html) for frequently asked questions. diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index f1def791d..5911026c2 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = V2.3.3 +PROJECT_NUMBER = V2.3.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/FreeRTOSIPConfigDefaults.h b/include/FreeRTOSIPConfigDefaults.h index ea537a58d..25dd58d6e 100644 --- a/include/FreeRTOSIPConfigDefaults.h +++ b/include/FreeRTOSIPConfigDefaults.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_ARP.h b/include/FreeRTOS_ARP.h index 24c6ece08..7531c3847 100644 --- a/include/FreeRTOS_ARP.h +++ b/include/FreeRTOS_ARP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_DHCP.h b/include/FreeRTOS_DHCP.h index f1fe64715..f29e9629c 100644 --- a/include/FreeRTOS_DHCP.h +++ b/include/FreeRTOS_DHCP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_DNS.h b/include/FreeRTOS_DNS.h index 4e0b9c6e3..a9f7befac 100644 --- a/include/FreeRTOS_DNS.h +++ b/include/FreeRTOS_DNS.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_IP.h b/include/FreeRTOS_IP.h index 14de6b28d..5bac2fac6 100644 --- a/include/FreeRTOS_IP.h +++ b/include/FreeRTOS_IP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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 @@ -40,10 +40,10 @@ /* Constants defining the current version of the FreeRTOS+TCP * network stack. */ - #define ipFR_TCP_VERSION_NUMBER "V2.3.3" + #define ipFR_TCP_VERSION_NUMBER "V2.3.4" #define ipFR_TCP_VERSION_MAJOR 2 #define ipFR_TCP_VERSION_MINOR 3 - #define ipFR_TCP_VERSION_BUILD 3 + #define ipFR_TCP_VERSION_BUILD 4 /* Some constants defining the sizes of several parts of a packet. * These defines come before including the configuration header files. */ diff --git a/include/FreeRTOS_IP_Private.h b/include/FreeRTOS_IP_Private.h index 18dc7a17c..4f6b3ef6f 100644 --- a/include/FreeRTOS_IP_Private.h +++ b/include/FreeRTOS_IP_Private.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_Sockets.h b/include/FreeRTOS_Sockets.h index 7e3cea6b1..0f5bfb611 100644 --- a/include/FreeRTOS_Sockets.h +++ b/include/FreeRTOS_Sockets.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_Stream_Buffer.h b/include/FreeRTOS_Stream_Buffer.h index 3ed433dac..cfa63dbfe 100644 --- a/include/FreeRTOS_Stream_Buffer.h +++ b/include/FreeRTOS_Stream_Buffer.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_TCP_IP.h b/include/FreeRTOS_TCP_IP.h index 28630ac1e..b0dd931ed 100644 --- a/include/FreeRTOS_TCP_IP.h +++ b/include/FreeRTOS_TCP_IP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_TCP_WIN.h b/include/FreeRTOS_TCP_WIN.h index 2b7526f58..9017052d7 100644 --- a/include/FreeRTOS_TCP_WIN.h +++ b/include/FreeRTOS_TCP_WIN.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_UDP_IP.h b/include/FreeRTOS_UDP_IP.h index d7e119c58..ce16b2684 100644 --- a/include/FreeRTOS_UDP_IP.h +++ b/include/FreeRTOS_UDP_IP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/FreeRTOS_errno_TCP.h b/include/FreeRTOS_errno_TCP.h index 3a06ed772..95fad80d2 100644 --- a/include/FreeRTOS_errno_TCP.h +++ b/include/FreeRTOS_errno_TCP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/IPTraceMacroDefaults.h b/include/IPTraceMacroDefaults.h index 73aac80ec..ca570195a 100644 --- a/include/IPTraceMacroDefaults.h +++ b/include/IPTraceMacroDefaults.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/NetworkBufferManagement.h b/include/NetworkBufferManagement.h index a4ac58517..e6e38d97e 100644 --- a/include/NetworkBufferManagement.h +++ b/include/NetworkBufferManagement.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/include/NetworkInterface.h b/include/NetworkInterface.h index cb8a04a5c..6271d2f13 100644 --- a/include/NetworkInterface.h +++ b/include/NetworkInterface.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/manifest.yml b/manifest.yml index d627679f5..d00808003 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,11 +1,11 @@ name : "FreeRTOS-Plus-TCP" -version: "V2.3.3" +version: "V2.3.4" description: |- "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers." dependencies: - name: "FreeRTOS-Kernel" - version: "V10.4.4" + version: "V10.4.5" repository: type: "git" url: "https://github.com/FreeRTOS/FreeRTOS-Kernel" diff --git a/portable/BufferManagement/BufferAllocation_1.c b/portable/BufferManagement/BufferAllocation_1.c index 4eecab645..9b6451de6 100644 --- a/portable/BufferManagement/BufferAllocation_1.c +++ b/portable/BufferManagement/BufferAllocation_1.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/BufferManagement/BufferAllocation_2.c b/portable/BufferManagement/BufferAllocation_2.c index 66d037bf1..f15c76079 100644 --- a/portable/BufferManagement/BufferAllocation_2.c +++ b/portable/BufferManagement/BufferAllocation_2.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/CompilerName/pack_struct_end.h b/portable/Compiler/CompilerName/pack_struct_end.h index 23dba9a10..5c8b906b8 100644 --- a/portable/Compiler/CompilerName/pack_struct_end.h +++ b/portable/Compiler/CompilerName/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/CompilerName/pack_struct_start.h b/portable/Compiler/CompilerName/pack_struct_start.h index 18a67cc22..4b8dc7860 100644 --- a/portable/Compiler/CompilerName/pack_struct_start.h +++ b/portable/Compiler/CompilerName/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/GCC/pack_struct_end.h b/portable/Compiler/GCC/pack_struct_end.h index c4f8c6afd..2665d32c3 100644 --- a/portable/Compiler/GCC/pack_struct_end.h +++ b/portable/Compiler/GCC/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/GCC/pack_struct_start.h b/portable/Compiler/GCC/pack_struct_start.h index 553b441ee..701f41e0d 100644 --- a/portable/Compiler/GCC/pack_struct_start.h +++ b/portable/Compiler/GCC/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/IAR/pack_struct_end.h b/portable/Compiler/IAR/pack_struct_end.h index d9745843c..b152d40cf 100644 --- a/portable/Compiler/IAR/pack_struct_end.h +++ b/portable/Compiler/IAR/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/IAR/pack_struct_start.h b/portable/Compiler/IAR/pack_struct_start.h index 5d06f8814..87e773376 100644 --- a/portable/Compiler/IAR/pack_struct_start.h +++ b/portable/Compiler/IAR/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/Keil/pack_struct_end.h b/portable/Compiler/Keil/pack_struct_end.h index ba25e72a2..5070be794 100644 --- a/portable/Compiler/Keil/pack_struct_end.h +++ b/portable/Compiler/Keil/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/Keil/pack_struct_start.h b/portable/Compiler/Keil/pack_struct_start.h index 72c2be651..c2787c5b3 100644 --- a/portable/Compiler/Keil/pack_struct_start.h +++ b/portable/Compiler/Keil/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/MSVC/pack_struct_end.h b/portable/Compiler/MSVC/pack_struct_end.h index 78713f664..1fe0e3590 100644 --- a/portable/Compiler/MSVC/pack_struct_end.h +++ b/portable/Compiler/MSVC/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/MSVC/pack_struct_start.h b/portable/Compiler/MSVC/pack_struct_start.h index 05b36fb66..d8354073b 100644 --- a/portable/Compiler/MSVC/pack_struct_start.h +++ b/portable/Compiler/MSVC/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/Renesas/pack_struct_end.h b/portable/Compiler/Renesas/pack_struct_end.h index bbc3b8afd..dc075b455 100644 --- a/portable/Compiler/Renesas/pack_struct_end.h +++ b/portable/Compiler/Renesas/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/Compiler/Renesas/pack_struct_start.h b/portable/Compiler/Renesas/pack_struct_start.h index f31900282..32d8d8ba9 100644 --- a/portable/Compiler/Renesas/pack_struct_start.h +++ b/portable/Compiler/Renesas/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/ATSAM4E/NetworkInterface.c b/portable/NetworkInterface/ATSAM4E/NetworkInterface.c index 4cac24799..3857fe5f8 100644 --- a/portable/NetworkInterface/ATSAM4E/NetworkInterface.c +++ b/portable/NetworkInterface/ATSAM4E/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/ATSAME5x/NetworkInterface.c b/portable/NetworkInterface/ATSAME5x/NetworkInterface.c index d1332edad..41a881905 100644 --- a/portable/NetworkInterface/ATSAME5x/NetworkInterface.c +++ b/portable/NetworkInterface/ATSAME5x/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/DriverSAM/NetworkInterface.c b/portable/NetworkInterface/DriverSAM/NetworkInterface.c index 1e0522079..7cacc9863 100644 --- a/portable/NetworkInterface/DriverSAM/NetworkInterface.c +++ b/portable/NetworkInterface/DriverSAM/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/LPC17xx/NetworkInterface.c b/portable/NetworkInterface/LPC17xx/NetworkInterface.c index 6bdd553f5..84de1df2b 100644 --- a/portable/NetworkInterface/LPC17xx/NetworkInterface.c +++ b/portable/NetworkInterface/LPC17xx/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/LPC18xx/NetworkInterface.c b/portable/NetworkInterface/LPC18xx/NetworkInterface.c index 300bac127..4997c1e2a 100644 --- a/portable/NetworkInterface/LPC18xx/NetworkInterface.c +++ b/portable/NetworkInterface/LPC18xx/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/LPC54018/NetworkInterface.c b/portable/NetworkInterface/LPC54018/NetworkInterface.c index a621ff63b..d93b150ae 100644 --- a/portable/NetworkInterface/LPC54018/NetworkInterface.c +++ b/portable/NetworkInterface/LPC54018/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/M487/NetworkInterface.c b/portable/NetworkInterface/M487/NetworkInterface.c index 11d64df45..ea5eb2ae8 100644 --- a/portable/NetworkInterface/M487/NetworkInterface.c +++ b/portable/NetworkInterface/M487/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/MPS2_AN385/NetworkInterface.c b/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c index 1ff80d986..6248b8bbe 100644 --- a/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c +++ b/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/SH2A/NetworkInterface.c b/portable/NetworkInterface/SH2A/NetworkInterface.c index 4b709bd2c..09397cf37 100644 --- a/portable/NetworkInterface/SH2A/NetworkInterface.c +++ b/portable/NetworkInterface/SH2A/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/STM32Fxx/NetworkInterface.c b/portable/NetworkInterface/STM32Fxx/NetworkInterface.c index df8dd51ea..5f1d99d8b 100644 --- a/portable/NetworkInterface/STM32Fxx/NetworkInterface.c +++ b/portable/NetworkInterface/STM32Fxx/NetworkInterface.c @@ -4,8 +4,8 @@ */ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/STM32Hxx/NetworkInterface.c b/portable/NetworkInterface/STM32Hxx/NetworkInterface.c index fc1566767..46c10ef27 100644 --- a/portable/NetworkInterface/STM32Hxx/NetworkInterface.c +++ b/portable/NetworkInterface/STM32Hxx/NetworkInterface.c @@ -4,8 +4,8 @@ */ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/ThirdParty/MSP432/NetworkInterface.c b/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.c index 90bfd531c..b1afd22f2 100644 --- a/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.c +++ b/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.2 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Driver code: * Copyright (C) Nicholas J. Kinar , Centre for Hydrology, University of Saskatchewan diff --git a/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.h b/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.h index 6ef7c8e90..f708c0c87 100644 --- a/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.h +++ b/portable/NetworkInterface/ThirdParty/MSP432/NetworkInterface.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.2 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Driver code: * Copyright (C) Nicholas J. Kinar , Centre for Hydrology, University of Saskatchewan diff --git a/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.c b/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.c index 9d269d62b..36ed2d83f 100644 --- a/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.c +++ b/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.2 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Driver code: * Copyright (C) Nicholas J. Kinar , Centre for Hydrology, University of Saskatchewan diff --git a/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.h b/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.h index 864f61138..85a6e4cbc 100644 --- a/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.h +++ b/portable/NetworkInterface/ThirdParty/MSP432/NetworkMiddleware.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.2 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Driver code: * Copyright (C) Nicholas J. Kinar , Centre for Hydrology, University of Saskatchewan diff --git a/portable/NetworkInterface/WinPCap/NetworkInterface.c b/portable/NetworkInterface/WinPCap/NetworkInterface.c index 340d8d97e..80231c825 100644 --- a/portable/NetworkInterface/WinPCap/NetworkInterface.c +++ b/portable/NetworkInterface/WinPCap/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/Zynq/NetworkInterface.c b/portable/NetworkInterface/Zynq/NetworkInterface.c index 7c0e63ba5..8cfede33e 100644 --- a/portable/NetworkInterface/Zynq/NetworkInterface.c +++ b/portable/NetworkInterface/Zynq/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS V202002.00 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/Zynq/uncached_memory.c b/portable/NetworkInterface/Zynq/uncached_memory.c index da37f6f14..248c86a1a 100644 --- a/portable/NetworkInterface/Zynq/uncached_memory.c +++ b/portable/NetworkInterface/Zynq/uncached_memory.c @@ -1,6 +1,6 @@ /* - * FreeRTOS V202002.00 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V23.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/Zynq/x_emacpsif_dma.c b/portable/NetworkInterface/Zynq/x_emacpsif_dma.c index c5c4677cf..0187f704c 100644 --- a/portable/NetworkInterface/Zynq/x_emacpsif_dma.c +++ b/portable/NetworkInterface/Zynq/x_emacpsif_dma.c @@ -1,6 +1,6 @@ /* - * FreeRTOS V202002.00 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/board_family/NetworkInterface.c b/portable/NetworkInterface/board_family/NetworkInterface.c index f0b99210e..01de7b088 100644 --- a/portable/NetworkInterface/board_family/NetworkInterface.c +++ b/portable/NetworkInterface/board_family/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/ksz8851snl/NetworkInterface.c b/portable/NetworkInterface/ksz8851snl/NetworkInterface.c index 36f5cd72e..c834f4506 100644 --- a/portable/NetworkInterface/ksz8851snl/NetworkInterface.c +++ b/portable/NetworkInterface/ksz8851snl/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/linux/NetworkInterface.c b/portable/NetworkInterface/linux/NetworkInterface.c index 14fa35025..cf228119f 100644 --- a/portable/NetworkInterface/linux/NetworkInterface.c +++ b/portable/NetworkInterface/linux/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/mw300_rd/NetworkInterface.c b/portable/NetworkInterface/mw300_rd/NetworkInterface.c index 6c9428e95..30d94a4c4 100644 --- a/portable/NetworkInterface/mw300_rd/NetworkInterface.c +++ b/portable/NetworkInterface/mw300_rd/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/xilinx_ultrascale/NetworkInterface.c b/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c index 816ffbc84..10a4ed448 100644 --- a/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c +++ b/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/xilinx_ultrascale/uncached_memory.c b/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c index 8fcaf19f8..b78335476 100644 --- a/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c +++ b/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c @@ -1,6 +1,6 @@ /* - * FreeRTOS V202002.00 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c b/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c index 05d95c355..a9b06e531 100644 --- a/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c +++ b/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/Coverity/ConfigFiles/FreeRTOSConfig.h b/test/Coverity/ConfigFiles/FreeRTOSConfig.h index ac5afdbe8..435adb4da 100644 --- a/test/Coverity/ConfigFiles/FreeRTOSConfig.h +++ b/test/Coverity/ConfigFiles/FreeRTOSConfig.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.3.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/Coverity/ConfigFiles/FreeRTOSIPConfig.h b/test/Coverity/ConfigFiles/FreeRTOSIPConfig.h index f0dad0cb8..051826dd8 100644 --- a/test/Coverity/ConfigFiles/FreeRTOSIPConfig.h +++ b/test/Coverity/ConfigFiles/FreeRTOSIPConfig.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.2.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * 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 * the Software without restriction, including without limitation the rights to diff --git a/test/Coverity/ConfigFiles/pack_struct_end.h b/test/Coverity/ConfigFiles/pack_struct_end.h index 4958f6327..1bfbdac67 100644 --- a/test/Coverity/ConfigFiles/pack_struct_end.h +++ b/test/Coverity/ConfigFiles/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/Coverity/ConfigFiles/pack_struct_start.h b/test/Coverity/ConfigFiles/pack_struct_start.h index 553b441ee..701f41e0d 100644 --- a/test/Coverity/ConfigFiles/pack_struct_start.h +++ b/test/Coverity/ConfigFiles/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/Coverity/ConfigFiles/portmacro.h b/test/Coverity/ConfigFiles/portmacro.h index 30ac3e604..104d8e240 100644 --- a/test/Coverity/ConfigFiles/portmacro.h +++ b/test/Coverity/ConfigFiles/portmacro.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.3.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/FreeRTOS-Kernel b/test/FreeRTOS-Kernel index 8de8a9da1..cb0757ee0 160000 --- a/test/FreeRTOS-Kernel +++ b/test/FreeRTOS-Kernel @@ -1 +1 @@ -Subproject commit 8de8a9da1aa9b036812a72fdcd7cbdefc2789365 +Subproject commit cb0757ee0b8894090b82e75e83942e3c61a32245 diff --git a/test/build-combination/Common/main.c b/test/build-combination/Common/main.c index 6a0d9fa06..631704e07 100644 --- a/test/build-combination/Common/main.c +++ b/test/build-combination/Common/main.c @@ -1,6 +1,6 @@ /* - * FreeRTOS - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/cbmc/patches/FreeRTOSConfig.h b/test/cbmc/patches/FreeRTOSConfig.h index b103f87a6..89e77f95b 100644 --- a/test/cbmc/patches/FreeRTOSConfig.h +++ b/test/cbmc/patches/FreeRTOSConfig.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.4.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/cbmc/patches/FreeRTOSIPConfig.h b/test/cbmc/patches/FreeRTOSIPConfig.h index 12ce1adc2..a6044932b 100644 --- a/test/cbmc/patches/FreeRTOSIPConfig.h +++ b/test/cbmc/patches/FreeRTOSIPConfig.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.4.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/cbmc/patches/compute_patch.py b/test/cbmc/patches/compute_patch.py index 6dbf09614..ddf2d990f 100755 --- a/test/cbmc/patches/compute_patch.py +++ b/test/cbmc/patches/compute_patch.py @@ -2,7 +2,7 @@ # # Generation of patches for CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/patches/patches_constants.py b/test/cbmc/patches/patches_constants.py index 1a5116c13..1e9000f22 100755 --- a/test/cbmc/patches/patches_constants.py +++ b/test/cbmc/patches/patches_constants.py @@ -2,7 +2,7 @@ # # Constants for the generation of patches for CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/patches/unpatch.py b/test/cbmc/patches/unpatch.py index 605f0bc02..2fb6ea4bc 100755 --- a/test/cbmc/patches/unpatch.py +++ b/test/cbmc/patches/unpatch.py @@ -2,7 +2,7 @@ # # unpatching changes for the CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/Configurations.json b/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/Configurations.json index e8b71ca0f..b95464394 100644 --- a/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/Configurations.json +++ b/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/Configurations.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/OutputARPRequest_harness.c b/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/OutputARPRequest_harness.c index d4d037681..e4e5cb0c6 100644 --- a/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/OutputARPRequest_harness.c +++ b/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/OutputARPRequest_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/DHCP/DHCPProcess/DHCPProcess_harness.c b/test/cbmc/proofs/DHCP/DHCPProcess/DHCPProcess_harness.c index 1e27cf66a..1c5943766 100644 --- a/test/cbmc/proofs/DHCP/DHCPProcess/DHCPProcess_harness.c +++ b/test/cbmc/proofs/DHCP/DHCPProcess/DHCPProcess_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/DHCP/DHCPProcess/Makefile.json b/test/cbmc/proofs/DHCP/DHCPProcess/Makefile.json index b56759090..11ebd9280 100644 --- a/test/cbmc/proofs/DHCP/DHCPProcess/Makefile.json +++ b/test/cbmc/proofs/DHCP/DHCPProcess/Makefile.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/DHCP/IsDHCPSocket/IsDHCPSocket_harness.c b/test/cbmc/proofs/DHCP/IsDHCPSocket/IsDHCPSocket_harness.c index f2eb635d2..73df1c406 100644 --- a/test/cbmc/proofs/DHCP/IsDHCPSocket/IsDHCPSocket_harness.c +++ b/test/cbmc/proofs/DHCP/IsDHCPSocket/IsDHCPSocket_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/DHCP/IsDHCPSocket/Makefile.json b/test/cbmc/proofs/DHCP/IsDHCPSocket/Makefile.json index 572703294..606d3d499 100644 --- a/test/cbmc/proofs/DHCP/IsDHCPSocket/Makefile.json +++ b/test/cbmc/proofs/DHCP/IsDHCPSocket/Makefile.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/IP/SendEventToIPTask/Makefile.json b/test/cbmc/proofs/IP/SendEventToIPTask/Makefile.json index 2fad5ff55..a93bbd53e 100644 --- a/test/cbmc/proofs/IP/SendEventToIPTask/Makefile.json +++ b/test/cbmc/proofs/IP/SendEventToIPTask/Makefile.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/IP/SendEventToIPTask/SendEventToIPTask_harness.c b/test/cbmc/proofs/IP/SendEventToIPTask/SendEventToIPTask_harness.c index a4b7b546e..0bf29b8fc 100644 --- a/test/cbmc/proofs/IP/SendEventToIPTask/SendEventToIPTask_harness.c +++ b/test/cbmc/proofs/IP/SendEventToIPTask/SendEventToIPTask_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/TCP/prvTCPHandleState/Makefile.json b/test/cbmc/proofs/TCP/prvTCPHandleState/Makefile.json index 624330885..300d22f2c 100644 --- a/test/cbmc/proofs/TCP/prvTCPHandleState/Makefile.json +++ b/test/cbmc/proofs/TCP/prvTCPHandleState/Makefile.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/TCP/prvTCPHandleState/TCPHandleState_harness.c b/test/cbmc/proofs/TCP/prvTCPHandleState/TCPHandleState_harness.c index 83dcaf75e..766ff2a4c 100644 --- a/test/cbmc/proofs/TCP/prvTCPHandleState/TCPHandleState_harness.c +++ b/test/cbmc/proofs/TCP/prvTCPHandleState/TCPHandleState_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/TCP/prvTCPPrepareSend/Makefile.json b/test/cbmc/proofs/TCP/prvTCPPrepareSend/Makefile.json index 241279ab3..ef7843c7a 100644 --- a/test/cbmc/proofs/TCP/prvTCPPrepareSend/Makefile.json +++ b/test/cbmc/proofs/TCP/prvTCPPrepareSend/Makefile.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/TCP/prvTCPPrepareSend/TCPPrepareSend_harness.c b/test/cbmc/proofs/TCP/prvTCPPrepareSend/TCPPrepareSend_harness.c index 8ee91f8e8..645496f2d 100644 --- a/test/cbmc/proofs/TCP/prvTCPPrepareSend/TCPPrepareSend_harness.c +++ b/test/cbmc/proofs/TCP/prvTCPPrepareSend/TCPPrepareSend_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/TCP/prvTCPReturnPacket/Makefile.json b/test/cbmc/proofs/TCP/prvTCPReturnPacket/Makefile.json index 4b09d607c..ad12a8197 100644 --- a/test/cbmc/proofs/TCP/prvTCPReturnPacket/Makefile.json +++ b/test/cbmc/proofs/TCP/prvTCPReturnPacket/Makefile.json @@ -1,6 +1,6 @@ # # FreeRTOS memory safety proofs with CBMC. -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/TCP/prvTCPReturnPacket/TCPReturnPacket_harness.c b/test/cbmc/proofs/TCP/prvTCPReturnPacket/TCPReturnPacket_harness.c index 446121eec..d48db9f3c 100644 --- a/test/cbmc/proofs/TCP/prvTCPReturnPacket/TCPReturnPacket_harness.c +++ b/test/cbmc/proofs/TCP/prvTCPReturnPacket/TCPReturnPacket_harness.c @@ -1,6 +1,6 @@ /* * FreeRTOS memory safety proofs with CBMC. - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/test/cbmc/proofs/make_cbmc_batch_files.py b/test/cbmc/proofs/make_cbmc_batch_files.py index 2053bc1ac..0b4ac8f82 100755 --- a/test/cbmc/proofs/make_cbmc_batch_files.py +++ b/test/cbmc/proofs/make_cbmc_batch_files.py @@ -2,7 +2,7 @@ # # Generation of the cbmc-batch.yaml files for the CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/make_common_makefile.py b/test/cbmc/proofs/make_common_makefile.py index 4f52f88c8..a1c687496 100755 --- a/test/cbmc/proofs/make_common_makefile.py +++ b/test/cbmc/proofs/make_common_makefile.py @@ -2,7 +2,7 @@ # # Generation of common Makefile for CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/make_configuration_directories.py b/test/cbmc/proofs/make_configuration_directories.py index d37a3298d..0b2aa10d9 100755 --- a/test/cbmc/proofs/make_configuration_directories.py +++ b/test/cbmc/proofs/make_configuration_directories.py @@ -2,7 +2,7 @@ # # Creating the CBMC proofs from Configurations.json. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/make_proof_makefiles.py b/test/cbmc/proofs/make_proof_makefiles.py index 2046b650c..3a86babd4 100755 --- a/test/cbmc/proofs/make_proof_makefiles.py +++ b/test/cbmc/proofs/make_proof_makefiles.py @@ -2,7 +2,7 @@ # # Generation of Makefiles for CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/make_remove_makefiles.py b/test/cbmc/proofs/make_remove_makefiles.py index 943d50f17..1831c46bb 100755 --- a/test/cbmc/proofs/make_remove_makefiles.py +++ b/test/cbmc/proofs/make_remove_makefiles.py @@ -2,7 +2,7 @@ # # Removing the generated Makefiles and cbmc-batch.yaml files. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/make_type_header_files.py b/test/cbmc/proofs/make_type_header_files.py index 275e2e1ed..cb8febd41 100755 --- a/test/cbmc/proofs/make_type_header_files.py +++ b/test/cbmc/proofs/make_type_header_files.py @@ -2,7 +2,7 @@ # # Compute type header files for c modules # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/cbmc/proofs/prepare.py b/test/cbmc/proofs/prepare.py index fd1d792a6..9905b0282 100755 --- a/test/cbmc/proofs/prepare.py +++ b/test/cbmc/proofs/prepare.py @@ -2,7 +2,7 @@ # # Python script for preparing the code base for the CBMC proofs. # -# Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/unit-test/ConfigFiles/FreeRTOSConfig.h b/test/unit-test/ConfigFiles/FreeRTOSConfig.h index d9ce1a123..a7d2da646 100644 --- a/test/unit-test/ConfigFiles/FreeRTOSConfig.h +++ b/test/unit-test/ConfigFiles/FreeRTOSConfig.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.3.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/ConfigFiles/FreeRTOSIPConfig.h b/test/unit-test/ConfigFiles/FreeRTOSIPConfig.h index 9d129436e..f7ff6c455 100644 --- a/test/unit-test/ConfigFiles/FreeRTOSIPConfig.h +++ b/test/unit-test/ConfigFiles/FreeRTOSIPConfig.h @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel V10.2.0 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * 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 * the Software without restriction, including without limitation the rights to diff --git a/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h b/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h index d592c51c7..7d9d317a2 100644 --- a/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h +++ b/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h b/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h index b673eabd8..509a73fc7 100644 --- a/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h +++ b/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/ConfigFiles/NetworkBufferManagement.h b/test/unit-test/ConfigFiles/NetworkBufferManagement.h index 0c24e3d22..b9f3c0c8f 100644 --- a/test/unit-test/ConfigFiles/NetworkBufferManagement.h +++ b/test/unit-test/ConfigFiles/NetworkBufferManagement.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/ConfigFiles/NetworkInterface.h b/test/unit-test/ConfigFiles/NetworkInterface.h index 0a110d9bf..0699b6f7f 100644 --- a/test/unit-test/ConfigFiles/NetworkInterface.h +++ b/test/unit-test/ConfigFiles/NetworkInterface.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/ConfigFiles/pack_struct_end.h b/test/unit-test/ConfigFiles/pack_struct_end.h index c4f8c6afd..2665d32c3 100644 --- a/test/unit-test/ConfigFiles/pack_struct_end.h +++ b/test/unit-test/ConfigFiles/pack_struct_end.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/ConfigFiles/pack_struct_start.h b/test/unit-test/ConfigFiles/pack_struct_start.h index 553b441ee..701f41e0d 100644 --- a/test/unit-test/ConfigFiles/pack_struct_start.h +++ b/test/unit-test/ConfigFiles/pack_struct_start.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_stubs.c b/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_stubs.c index 669fb7b46..cac939af9 100644 --- a/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_stubs.c +++ b/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_stubs.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_utest.c b/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_utest.c index b9d1df752..c198b51b4 100644 --- a/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_utest.c +++ b/test/unit-test/FreeRTOS_Sockets/FreeRTOS_Sockets_utest.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_Sockets/Sockets_list_macros.h b/test/unit-test/FreeRTOS_Sockets/Sockets_list_macros.h index 73664ec82..b77a20dcd 100644 --- a/test/unit-test/FreeRTOS_Sockets/Sockets_list_macros.h +++ b/test/unit-test/FreeRTOS_Sockets/Sockets_list_macros.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_Stream_Buffer/FreeRTOS_Stream_Buffer_utest.c b/test/unit-test/FreeRTOS_Stream_Buffer/FreeRTOS_Stream_Buffer_utest.c index f8bc1f387..a04d4dea3 100644 --- a/test/unit-test/FreeRTOS_Stream_Buffer/FreeRTOS_Stream_Buffer_utest.c +++ b/test/unit-test/FreeRTOS_Stream_Buffer/FreeRTOS_Stream_Buffer_utest.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_Stream_Buffer/list_macros.h b/test/unit-test/FreeRTOS_Stream_Buffer/list_macros.h index 73664ec82..b77a20dcd 100644 --- a/test/unit-test/FreeRTOS_Stream_Buffer/list_macros.h +++ b/test/unit-test/FreeRTOS_Stream_Buffer/list_macros.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_stubs.c b/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_stubs.c index 80692a6eb..c476534da 100644 --- a/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_stubs.c +++ b/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_stubs.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_utest.c b/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_utest.c index 54e241ef6..0bc43a5eb 100644 --- a/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_utest.c +++ b/test/unit-test/FreeRTOS_UDP_IP/FreeRTOS_UDP_IP_utest.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/FreeRTOS_UDP_IP/list_macros.h b/test/unit-test/FreeRTOS_UDP_IP/list_macros.h index 73664ec82..b77a20dcd 100644 --- a/test/unit-test/FreeRTOS_UDP_IP/list_macros.h +++ b/test/unit-test/FreeRTOS_UDP_IP/list_macros.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.3 + * FreeRTOS+TCP V2.3.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/catch_assert.h b/test/unit-test/catch_assert.h index bce842fe3..b1a7c50cb 100644 --- a/test/unit-test/catch_assert.h +++ b/test/unit-test/catch_assert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/tools/tcp_utilities/include/tcp_dump_packets.h b/tools/tcp_utilities/include/tcp_dump_packets.h index a576f463c..c886fd155 100644 --- a/tools/tcp_utilities/include/tcp_dump_packets.h +++ b/tools/tcp_utilities/include/tcp_dump_packets.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/tools/tcp_utilities/include/tcp_mem_stats.h b/tools/tcp_utilities/include/tcp_mem_stats.h index ed74950ef..c212f7b73 100644 --- a/tools/tcp_utilities/include/tcp_mem_stats.h +++ b/tools/tcp_utilities/include/tcp_mem_stats.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/tools/tcp_utilities/include/tcp_netstat.h b/tools/tcp_utilities/include/tcp_netstat.h index 38089ed73..6a71ba8ca 100644 --- a/tools/tcp_utilities/include/tcp_netstat.h +++ b/tools/tcp_utilities/include/tcp_netstat.h @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/tools/tcp_utilities/tcp_dump_packets.c b/tools/tcp_utilities/tcp_dump_packets.c index 9360bfb16..efddc3d32 100644 --- a/tools/tcp_utilities/tcp_dump_packets.c +++ b/tools/tcp_utilities/tcp_dump_packets.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/tools/tcp_utilities/tcp_mem_stats.c b/tools/tcp_utilities/tcp_mem_stats.c index 4611dfd7f..f13334ed2 100644 --- a/tools/tcp_utilities/tcp_mem_stats.c +++ b/tools/tcp_utilities/tcp_mem_stats.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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/tools/tcp_utilities/tcp_netstat.c b/tools/tcp_utilities/tcp_netstat.c index 26f1b01b2..a048c992e 100644 --- a/tools/tcp_utilities/tcp_netstat.c +++ b/tools/tcp_utilities/tcp_netstat.c @@ -1,6 +1,6 @@ /* - * FreeRTOS+TCP V2.3.3 - * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS+TCP V2.3.4 + * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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