Skip to content

Commit 3e1268b

Browse files
SkptakSoren Ptak
andauthored
LTS 2.0 Launch (#42)
* LTS Version README update * Adding in the SPDX-License Co-authored-by: Soren Ptak <[email protected]>
1 parent 12a6d73 commit 3e1268b

File tree

7 files changed

+13
-1
lines changed

7 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for backoffAlgorithm Library
22

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

55
### Changes
66

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ unlikely to succeed.
1616

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

19+
**backoffAlgorithm v1.3.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/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
**backoffAlgorithm v1.0.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release.**
2022

2123
## Reference example

lexicon.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ maxretryattempts
3636
md
3737
min
3838
misra
39+
mit
3940
mockrng
4041
noninfringement
4142
os
@@ -52,6 +53,7 @@ readme
5253
rm
5354
rng
5455
sdk
56+
spdx
5557
shouldn
5658
stderr
5759
sublicense

source/backoff_algorithm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* backoffAlgorithm 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/backoff_algorithm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* backoffAlgorithm 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/backoff_algorithm_utest.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* backoffAlgorithm 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/catch_assert.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* backoffAlgorithm 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)