blob: 1358bd442686b04554cac89faad350768c3f067e [file] [log] [blame] [view]
Dave Rodgmanbff2a582023-12-08 15:26:32 +00001Summary
2-------
3
Dave Rodgmanb925d142023-12-08 16:04:29 +00004The two files:
5
6* crypto_config_profile_medium.h
7* tfm_mbedcrypto_config_profile_medium.h
8
9are copyright The Mbed TLS Contributors, and are distributed under the license normally
10used by Mbed TLS: a dual Apache 2.0 or GPLv2-or-later license.
Dave Rodgmanbff2a582023-12-08 15:26:32 +000011
12Background
Dave Rodgmanb925d142023-12-08 16:04:29 +000013----------
Dave Rodgmanbff2a582023-12-08 15:26:32 +000014
15The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h
16are taken verbatim from the TF-M source code here:
17
18https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_config
19
20In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files.
21
Dave Rodgmanfc566602023-12-08 15:33:50 +000022In 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 +000023
Dave Rodgmanb925d142023-12-08 16:04:29 +000024We only retain the note at the top of the files because we are taking the files verbatim, for ease of
Dave Rodgmanbff2a582023-12-08 15:26:32 +000025maintenance.