Move license out of Doxygen comment

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2022-10-04 14:50:17 +02:00
parent 845de0898e
commit 7f887bdc05
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -6,6 +6,9 @@
* modules should use the high-level modular bignum interface (bignum_mod.h)
* or the legacy bignum interface (bignum.h).
*
*/
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*
+3 -1
View File
@@ -1,6 +1,8 @@
/**
* Modular bignum functions
*
*/
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*
+3 -1
View File
@@ -5,7 +5,9 @@
* module (bignum_mod.c) and the ECP module (ecp.c, ecp_curves.c). All other
* modules should use the high-level modular bignum interface (bignum_mod.h)
* or the legacy bignum interface (bignum.h).
*
*/
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*