aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Cosgrove <tom.cosgrove@arm.com>2023-07-26 11:45:51 +0100
committerTom Cosgrove <tom.cosgrove@arm.com>2023-07-26 11:46:31 +0100
commite0ac2ffbf043c7f100bc4daa72f9dee403f58643 (patch)
tree1f3ca7553562ede425dc95db291cfd4788a6d5b5 /README.md
parentbb073774580778a7dd6a3363c342ce7efeef9837 (diff)
downloadmbedtls-e0ac2ffbf043c7f100bc4daa72f9dee403f58643.zip
mbedtls-e0ac2ffbf043c7f100bc4daa72f9dee403f58643.tar.gz
mbedtls-e0ac2ffbf043c7f100bc4daa72f9dee403f58643.tar.bz2
Clarify in README.md that 'the project' is Mbed TLS
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cbdb2df3..449be1e 100644
--- a/README.md
+++ b/README.md
@@ -313,7 +313,7 @@ Unless specifically indicated otherwise in a file, Mbed TLS files are provided u
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. We do not plan to regularly update these files, so they may not contain fixes and improvements present in the upstream project.
+* `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 Mbed TLS 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
------------