Skip to content

Commit

Permalink
LTS 2.0 Launch (FreeRTOS#42)
Browse files Browse the repository at this point in the history
* LTS Version README update
* Adding in the SPDX-License

Co-authored-by: Soren Ptak <[email protected]>
  • Loading branch information
Skptak and Soren Ptak authored Oct 14, 2022
1 parent 12a6d73 commit 3e1268b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for backoffAlgorithm Library

## v1.3.0 (September 2022)
## v1.3.0 (October 2022)

### Changes

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ unlikely to succeed.

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

**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.**

**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.**

## Reference example
Expand Down
2 changes: 2 additions & 0 deletions lexicon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ maxretryattempts
md
min
misra
mit
mockrng
noninfringement
os
Expand All @@ -52,6 +53,7 @@ readme
rm
rng
sdk
spdx
shouldn
stderr
sublicense
Expand Down
2 changes: 2 additions & 0 deletions source/backoff_algorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* backoffAlgorithm 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
Expand Down
2 changes: 2 additions & 0 deletions source/include/backoff_algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* backoffAlgorithm 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
Expand Down
2 changes: 2 additions & 0 deletions test/unit-test/backoff_algorithm_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* backoffAlgorithm 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
Expand Down
2 changes: 2 additions & 0 deletions test/unit-test/catch_assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* backoffAlgorithm 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
Expand Down

0 comments on commit 3e1268b

Please sign in to comment.