From 434a4f79a81621f40bf94b63f68e6dc549d6c1e6 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 1 Mar 2021 17:39:32 +0000 Subject: [PATCH] mbedtls: Add Copyright and License for reuse compliance Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-foundation/recipes-libs/mbedtls/mbedtls_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-ohos-foundation/recipes-libs/mbedtls/mbedtls_git.bb b/meta-ohos-foundation/recipes-libs/mbedtls/mbedtls_git.bb index 14e4e127..fb066b86 100644 --- a/meta-ohos-foundation/recipes-libs/mbedtls/mbedtls_git.bb +++ b/meta-ohos-foundation/recipes-libs/mbedtls/mbedtls_git.bb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + SUMMARY = "Mbed TLS" DESCRIPTION = "C library for X.509 certificate manipulation and the SSL/TLS and DTLS" LICENSE = "Apache-2.0" -- GitLab