Skip to content

Commit e522fe1

Browse files
SkptakSoren Ptak
and
Soren Ptak
authored
LTS 2.0 Launch (FreeRTOS#145)
* Fixing a typo in a README, adding a line about the LTS version to the README * Adding SPDX License Co-authored-by: Soren Ptak <[email protected]>
1 parent 9dcfd65 commit e522fe1

File tree

42 files changed

+85
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+85
-5
lines changed

CHANGELOG.md

+1-1

README.md

+2

lexicon.txt

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ memmove
142142
methodlen
143143
min
144144
misra
145+
mit
145146
mqtt
146147
msg
147148
mynetworkrecvimplementation
@@ -246,6 +247,7 @@ sendpartialcall
246247
sensitivity
247248
sizeof
248249
snprintf
250+
spdx
249251
statuscode
250252
strchr
251253
strerror

source/core_http_client.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

source/include/core_http_client.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

source/include/core_http_client_private.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

source/include/core_http_config_defaults.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

source/interface/transport_interface.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/include/callback_stubs.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/include/core_http_config.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/include/get_time_stub.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/include/http_cbmc_state.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/include/transport_interface_stubs.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/HTTPClient_AddHeader/HTTPClient_AddHeader_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/HTTPClient_AddRangeHeader/HTTPClient_AddRangeHeader_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/HTTPClient_InitializeRequestHeaders/HTTPClient_InitializeRequestHeaders_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/HTTPClient_ReadHeader/HTTPClient_ReadHeader_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/HTTPClient_Send/HTTPClient_Send_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/HTTPClient_strerror/HTTPClient_strerror_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/findHeaderFieldParserCallback/findHeaderFieldParserCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/findHeaderOnHeaderCompleteCallback/findHeaderOnHeaderCompleteCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/findHeaderValueParserCallback/findHeaderValueParserCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnBodyCallback/httpParserOnBodyCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnHeaderFieldCallback/httpParserOnHeaderFieldCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnHeaderValueCallback/httpParserOnHeaderValueCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnHeadersCompleteCallback/httpParserOnHeadersCompleteCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnMessageBeginCallback/httpParserOnMessageBeginCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnMessageCompleteCallback/httpParserOnMessageCompleteCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/proofs/httpParserOnStatusCallback/httpParserOnStatusCallback_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/sources/http_cbmc_state.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/HTTPClient_ReadHeader_llhttp_execute.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/HTTPClient_Send_llhttp_execute.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/callback_stubs.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/get_time_stub.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/httpHeaderStrncpy.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/memmove.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/strncpy.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/cbmc/stubs/transport_interface_stubs.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/unit-test/core_http_config.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/unit-test/core_http_send_utest.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

test/unit-test/core_http_utest.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* coreHTTP v3.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
5+
* SPDX-License-Identifier: MIT
6+
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in
79
* the Software without restriction, including without limitation the rights to

0 commit comments

Comments
 (0)