blob: dbd7c43e66a083f4e1268c69e16966f568bbabb7 [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
5license.
6
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
17In 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.
18
19We only retain the note at the top of the files because we are taking the files un-modified, for ease of
20maintenance.