bootutil/crypto: Add license disclaimer to ecdsa_p256.h

The ecdsa abstraction layer header does not have a license header.
Add it in preparation for the merge with ecdsa.h

Signed-off-by: Antonio de Angelis <Antonio.deAngelis@arm.com>
Change-Id: Ibb906c7f6bb3b50387e4816e1a95b31d3c8b515f
This commit is contained in:
Antonio de Angelis 2023-04-21 10:32:49 +01:00 committed by Dávid Vincze
parent 557451d28d
commit cf36d670c9
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2023 Arm Limited
*/
/*
* This module provides a thin abstraction over some of the crypto
* primitives to make it easier to swap out the used crypto library.