Add copyright (as agreed with Manuel)
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
b02f006685
commit
9866df96c6
2 changed files with 2 additions and 0 deletions
1
3rdparty/p256-m/p256-m/p256-m.c
vendored
1
3rdparty/p256-m/p256-m/p256-m.c
vendored
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Implementation of curve P-256 (ECDH and ECDSA)
|
* Implementation of curve P-256 (ECDH and ECDSA)
|
||||||
*
|
*
|
||||||
|
* Copyright The Mbed TLS Contributors
|
||||||
* Author: Manuel Pégourié-Gonnard.
|
* Author: Manuel Pégourié-Gonnard.
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
1
3rdparty/p256-m/p256-m/p256-m.h
vendored
1
3rdparty/p256-m/p256-m/p256-m.h
vendored
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Interface of curve P-256 (ECDH and ECDSA)
|
* Interface of curve P-256 (ECDH and ECDSA)
|
||||||
*
|
*
|
||||||
|
* Copyright The Mbed TLS Contributors
|
||||||
* Author: Manuel Pégourié-Gonnard.
|
* Author: Manuel Pégourié-Gonnard.
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue