mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Move license out of Doxygen comment
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
845de0898e
commit
7f887bdc05
@ -6,6 +6,9 @@
|
|||||||
* modules should use the high-level modular bignum interface (bignum_mod.h)
|
* modules should use the high-level modular bignum interface (bignum_mod.h)
|
||||||
* or the legacy bignum interface (bignum.h).
|
* or the legacy bignum interface (bignum.h).
|
||||||
*
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* Modular bignum functions
|
* Modular bignum functions
|
||||||
*
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
* module (bignum_mod.c) and the ECP module (ecp.c, ecp_curves.c). All other
|
* 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)
|
* modules should use the high-level modular bignum interface (bignum_mod.h)
|
||||||
* or the legacy bignum interface (bignum.h).
|
* or the legacy bignum interface (bignum.h).
|
||||||
*
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user