aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAditya Deshpande <aditya.deshpande@arm.com>2023-03-21 14:49:31 +0000
committerAditya Deshpande <aditya.deshpande@arm.com>2023-04-28 17:54:15 +0100
commitf100f006792736f03a9f5e1f161a030ce1e848a9 (patch)
treee80c5313cb93575577b0df8111f4af0d564e13f5 /README.md
parentbe55bb2d5db56d2f54c4d78ed698c6d585ad593e (diff)
downloadmbedtls-f100f006792736f03a9f5e1f161a030ce1e848a9.zip
mbedtls-f100f006792736f03a9f5e1f161a030ce1e848a9.tar.gz
mbedtls-f100f006792736f03a9f5e1f161a030ce1e848a9.tar.bz2
Add warnings to documentation stating that p256-m code may be out of date with upstream, plus other minor grammatical fixes.
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14fd45f..fea73fc 100644
--- a/README.md
+++ b/README.md
@@ -307,11 +307,11 @@ License
Unless specifically indicated otherwise in a file, Mbed TLS files are provided under the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license. See the [LICENSE](LICENSE) file for the full text of this license. Contributors must accept that their contributions are made under both the Apache-2.0 AND [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later.html) licenses. This enables LTS (Long Term Support) branches of the software to be provided under either the Apache-2.0 OR GPL-2.0-or-later licenses.
-### Other Projects
+### Third-party code included in Mbed TLS
This project contains code from other projects. This code is located within the `3rdparty/` directory. The original license text is included within project subdirectories, and in source files. The projects are listed below:
* `3rdparty/everest/`: Files stem from [Project Everest](https://project-everest.github.io/) and are distributed under the Apache 2.0 license.
-* `3rdparty/p256-m/p256-m/`: Files have been taken from the [p256-m](https://github.com/mpg/p256-m) repository. The code in the original repository is distributed under the Apache 2.0 license. It is also used by the project under the Apache 2.0 license.
+* `3rdparty/p256-m/p256-m/`: Files have been taken from the [p256-m](https://github.com/mpg/p256-m) repository. The code in the original repository is distributed under the Apache 2.0 license. It is also used by the project under the Apache 2.0 license. We do not plan to regularly update these files, so they may not contain fixes and improvements present in the upstream project.
Contributing
------------