aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2023-06-15 10:11:49 +0100
committerDave Rodgman <dave.rodgman@arm.com>2023-06-15 10:11:49 +0100
commit9866df96c651199085568a9a9efcab9c15b1d1c4 (patch)
tree9d60fd6e8a24a00f404db8b710455f1ecfdf2f0f /3rdparty
parentb02f00668583feb4b257663175d35ab441e6c459 (diff)
downloadmbedtls-9866df96c651199085568a9a9efcab9c15b1d1c4.zip
mbedtls-9866df96c651199085568a9a9efcab9c15b1d1c4.tar.gz
mbedtls-9866df96c651199085568a9a9efcab9c15b1d1c4.tar.bz2
Add copyright (as agreed with Manuel)
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/p256-m/p256-m/p256-m.c1
-rw-r--r--3rdparty/p256-m/p256-m/p256-m.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/p256-m/p256-m/p256-m.c b/3rdparty/p256-m/p256-m/p256-m.c
index abb9ab4..53d306f 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 f455cf1..398c846 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
*/