aboutsummaryrefslogtreecommitdiff
path: root/configs/ext
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2023-12-08 16:04:29 +0000
committerDave Rodgman <dave.rodgman@arm.com>2024-01-03 11:10:18 +0000
commitb925d141de46dd07e5e7ec9706e487492a191359 (patch)
treec9b312d9b4202df9cc7786f53b3cc253384b207f /configs/ext
parentfc566605b693f9651576bce235b7d57bf3fc8300 (diff)
downloadmbedtls-b925d141de46dd07e5e7ec9706e487492a191359.zip
mbedtls-b925d141de46dd07e5e7ec9706e487492a191359.tar.gz
mbedtls-b925d141de46dd07e5e7ec9706e487492a191359.tar.bz2
minor tidy-up
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'configs/ext')
-rw-r--r--configs/ext/README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/configs/ext/README.md b/configs/ext/README.md
index adcebbf..1358bd4 100644
--- a/configs/ext/README.md
+++ b/configs/ext/README.md
@@ -1,11 +1,16 @@
Summary
-------
-All files in this directory are distributed under the normal Mbed TLS dual Apache 2.0 or GPLv2-or-later
-license, and are copyright The Mbed TLS Contributors.
+The two files:
+
+* crypto_config_profile_medium.h
+* tfm_mbedcrypto_config_profile_medium.h
+
+are copyright The Mbed TLS Contributors, and are distributed under the license normally
+used by Mbed TLS: a dual Apache 2.0 or GPLv2-or-later license.
Background
------------
+----------
The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h
are taken verbatim from the TF-M source code here:
@@ -16,5 +21,5 @@ In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top
In Mbed TLS, with permission from the TF-M project, they are distributed under a dual [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) OR [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later.html) license, with copyright assigned to The Mbed TLS Contributors.
-We only retain the note at the top of the files because we are taking the files un-modified, for ease of
+We only retain the note at the top of the files because we are taking the files verbatim, for ease of
maintenance.