Dave Rodgman | bff2a58 | 2023-12-08 15:26:32 +0000 | [diff] [blame^] | 1 | Summary |
| 2 | ------- |
| 3 | |
| 4 | All files in this directory are distributed under the normal Mbed TLS dual Apache 2.0 or GPLv2-or-later |
| 5 | license. |
| 6 | |
| 7 | Background |
| 8 | ----------- |
| 9 | |
| 10 | The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h |
| 11 | are taken verbatim from the TF-M source code here: |
| 12 | |
| 13 | https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_config |
| 14 | |
| 15 | In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files. |
| 16 | |
| 17 | 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. |
| 18 | |
| 19 | We only retain the note at the top of the files because we are taking the files un-modified, for ease of |
| 20 | maintenance. |