aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2023-11-03 09:28:10 +0000
committerDave Rodgman <dave.rodgman@arm.com>2023-11-03 09:31:36 +0000
commitfffeae8387bde57093f943ef049c38e06c81f3f2 (patch)
tree091d89ef14037795b6143e565dc8af0d843b29d1 /README.md
parentf8be5f6adeb66b190ed063ecaddb7f73c339240a (diff)
downloadmbedtls-fffeae8387bde57093f943ef049c38e06c81f3f2.zip
mbedtls-fffeae8387bde57093f943ef049c38e06c81f3f2.tar.gz
mbedtls-fffeae8387bde57093f943ef049c38e06c81f3f2.tar.bz2
Update license for p256-m
Signed-off-by: Dave Rodgman <dave.rodgman@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 956d8ba..c0fb9d9 100644
--- a/README.md
+++ b/README.md
@@ -314,7 +314,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 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.
+* `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 distributed in Mbed TLS under a dual Apache-2.0 OR GPL-2.0-or-later license. We do not plan to regularly update these files, so they may not contain fixes and improvements present in the upstream project.
Contributing
------------