diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0881f0c2..1cf31f60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: required: true jobs: - generate-sbom-and-tag-commit: + tag-commit: name: Tag commit runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7bee80..c4b13f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog for AWS IoT Device Shadow library -## v1.3.0 (September 2022) +## v1.3.0 (October 2022) ### Other - [#102](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/pull/102) MISRA C:2012 compliance update diff --git a/README.md b/README.md index 16834a36..8b5a183a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This library has gone through code quality checks including verification that no See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202103.00/lib-ref/libraries/aws/device-shadow-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html#shadow_memory_requirements). +**AWS IoT Device Shadow v1.3.0 [source code](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.3.0) is part of the [FreeRTOS 202210.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202210.00-LTS) release.** + **AWS IoT Device Shadow v1.0.2 [source code](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release.** ### AWS IoT Device Shadow Config File diff --git a/lexicon.txt b/lexicon.txt index 291fa4c3..669550c1 100644 --- a/lexicon.txt +++ b/lexicon.txt @@ -47,6 +47,7 @@ maxallowedlength md mdash messagetype +mit mqtt myshadow myshadowname @@ -93,6 +94,7 @@ shadowtopicstringtypeupdatedelta shadowtopicstringtypeupdatedocuments shadowtopicstringtypeupdaterejected sizeof +spdx stdint stringlength strlen diff --git a/source/include/shadow.h b/source/include/shadow.h index e99b09c0..95ce8268 100644 --- a/source/include/shadow.h +++ b/source/include/shadow.h @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/source/include/shadow_config_defaults.h b/source/include/shadow_config_defaults.h index 02a38f9c..bbe02a93 100644 --- a/source/include/shadow_config_defaults.h +++ b/source/include/shadow_config_defaults.h @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/source/shadow.c b/source/shadow.c index 47a763b5..71a4b01d 100644 --- a/source/shadow.c +++ b/source/shadow.c @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c b/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c index 9ff2dfc3..1c0488ad 100644 --- a/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c +++ b/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c b/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c index 96e57c57..cc7200b3 100644 --- a/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c +++ b/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c b/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c index d7396097..9ab4982d 100644 --- a/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c +++ b/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/include/shadow_config.h b/test/include/shadow_config.h index 1a434dba..499d00a7 100644 --- a/test/include/shadow_config.h +++ b/test/include/shadow_config.h @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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/shadow_utest.c b/test/unit-test/shadow_utest.c index 530d5b23..53637cf3 100644 --- a/test/unit-test/shadow_utest.c +++ b/test/unit-test/shadow_utest.c @@ -2,6 +2,8 @@ * AWS IoT Device Shadow v1.3.0 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * + * SPDX-License-Identifier: MIT + * * 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