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