From 26ab40de5887c872b5108981fece907104e8409c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 4 Mar 2024 10:59:35 +0100 Subject: [PATCH] Copy license-related text from README.me in mbedtls The framework repository doesn't have a CONTRIBUTING.md yet, so link to the one in mbedtls. Signed-off-by: Gilles Peskine --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00d5a750c..ba3df31b1 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,9 @@ You do not need this repository if: * You are working with Mbed TLS 2.28. * You want to build or test a release of Mbed TLS. + +License +------- + +Unless specifically indicated otherwise in a file, Mbed TLS files are provided 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. See the [LICENSE](LICENSE) file for the full text of these licenses, and [the 'License and Copyright' section in the Mbed TLS contributing guidelines](https://github.com/Mbed-TLS/mbedtls/blob/development/CONTRIBUTING.md#License-and-Copyright) for more information. +