blob: adcebbf509a027fdab02d110ad2c8fabc6540e55 [file] [log] [blame] [view]
Dave Rodgmanbff2a582023-12-08 15:26:32 +00001Summary
2-------
3
4All files in this directory are distributed under the normal Mbed TLS dual Apache 2.0 or GPLv2-or-later
Dave Rodgmanfc566602023-12-08 15:33:50 +00005license, and are copyright The Mbed TLS Contributors.
Dave Rodgmanbff2a582023-12-08 15:26:32 +00006
7Background
8-----------
9
10The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h
11are taken verbatim from the TF-M source code here:
12
13https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_config
14
15In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files.
16
Dave Rodgmanfc566602023-12-08 15:33:50 +000017In 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.
Dave Rodgmanbff2a582023-12-08 15:26:32 +000018
19We only retain the note at the top of the files because we are taking the files un-modified, for ease of
20maintenance.