Skip to content

Commit 2ae51e5

Browse files
SkptakSoren Ptak
and
Soren Ptak
authored
LTS 2.0 Launch (#65)
* LTS Version README update * Adding SPDX License Co-authored-by: Soren Ptak <[email protected]>
1 parent 34459c7 commit 2ae51e5

File tree

11 files changed

+20
-2
lines changed

11 files changed

+20
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: true
1212

1313
jobs:
14-
generate-sbom-and-tag-commit:
14+
tag-commit:
1515
name: Tag commit
1616
runs-on: ubuntu-latest
1717
steps:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for AWS IoT Device Defender Library
22

3-
## v1.3.0 (September 2022)
3+
## v1.3.0 (October 2022)
44

55
### Updates
66
- [#60](https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/pull/60) MISRA Compliance Update

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and validation of memory safety through the [CBMC automated reasoning tool](http
1616

1717
See memory requirements for this library [here](./docs/doxygen/include/size_table.md).
1818

19+
**AWS IoT Device Defender v1.3.0 [source code](https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.3.0/source) is part of the [FreeRTOS 202210.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202210.00-LTS) release.**
20+
1921
**AWS IoT Device Defender v1.1.0 [source code](https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.1.0/source) is part of the [FreeRTOS 202012.01 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.01-LTS) release.**
2022

2123
## AWS IoT Device Defender Client Config File

lexicon.txt

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ md
6161
mdash
6262
memcpy
6363
misra
64+
mit
6465
mqtt
6566
noninfringement
6667
ns
@@ -82,6 +83,7 @@ remainingtopiclength
8283
remediate
8384
rm
8485
sdk
86+
spdx
8587
strlen
8688
sublicense
8789
tcp

source/defender.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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

source/include/defender.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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

source/include/defender_config_defaults.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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/Defender_GetTopic/Defender_GetTopic_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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/Defender_MatchTopic/Defender_MatchTopic_harness.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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/include/defender_config.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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/defender_utest.c

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* AWS IoT Device Defender Client v1.3.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)