From 3ec4018e2bdcd187604f8280ecb14e00b698fed1 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Wed, 2 Sep 2020 16:27:46 +0200 Subject: [PATCH] Update license texts Signed-off-by: Steven Cooreman --- tests/include/test/drivers/cipher.h | 4 +--- tests/src/drivers/cipher.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/include/test/drivers/cipher.h b/tests/include/test/drivers/cipher.h index c58a92691c..a697054fea 100644 --- a/tests/include/test/drivers/cipher.h +++ b/tests/include/test/drivers/cipher.h @@ -1,7 +1,7 @@ /* * Test driver for cipher functions */ -/* Copyright (C) 2020, ARM Limited, All Rights Reserved +/* Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -15,8 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * This file is part of mbed TLS (https://tls.mbed.org) */ #ifndef PSA_CRYPTO_TEST_DRIVERS_CIPHER_H diff --git a/tests/src/drivers/cipher.c b/tests/src/drivers/cipher.c index 9db5061519..95dc2b6bc6 100644 --- a/tests/src/drivers/cipher.c +++ b/tests/src/drivers/cipher.c @@ -2,7 +2,7 @@ * Test driver for cipher functions. * Currently only supports multi-part operations using AES-CTR. */ -/* Copyright (C) 2020, ARM Limited, All Rights Reserved +/* Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -16,8 +16,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * This file is part of mbed TLS (https://tls.mbed.org) */ #if !defined(MBEDTLS_CONFIG_FILE)