From 9866df96c651199085568a9a9efcab9c15b1d1c4 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 15 Jun 2023 10:11:49 +0100 Subject: [PATCH] Add copyright (as agreed with Manuel) Signed-off-by: Dave Rodgman --- 3rdparty/p256-m/p256-m/p256-m.c | 1 + 3rdparty/p256-m/p256-m/p256-m.h | 1 + 2 files changed, 2 insertions(+) diff --git a/3rdparty/p256-m/p256-m/p256-m.c b/3rdparty/p256-m/p256-m/p256-m.c index abb9ab4ab6..53d306f638 100644 --- a/3rdparty/p256-m/p256-m/p256-m.c +++ b/3rdparty/p256-m/p256-m/p256-m.c @@ -1,6 +1,7 @@ /* * Implementation of curve P-256 (ECDH and ECDSA) * + * Copyright The Mbed TLS Contributors * Author: Manuel Pégourié-Gonnard. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/3rdparty/p256-m/p256-m/p256-m.h b/3rdparty/p256-m/p256-m/p256-m.h index f455cf1da7..398c8469f0 100644 --- a/3rdparty/p256-m/p256-m/p256-m.h +++ b/3rdparty/p256-m/p256-m/p256-m.h @@ -1,6 +1,7 @@ /* * Interface of curve P-256 (ECDH and ECDSA) * + * Copyright The Mbed TLS Contributors * Author: Manuel Pégourié-Gonnard. * SPDX-License-Identifier: Apache-2.0 */