From 7f887bdc05765e357116f7f47cbbd9a4a1080333 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 27 Sep 2022 13:12:30 +0200 Subject: [PATCH] Move license out of Doxygen comment Signed-off-by: Gilles Peskine --- library/bignum_core.h | 3 +++ library/bignum_mod.h | 4 +++- library/bignum_mod_raw.h | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/library/bignum_core.h b/library/bignum_core.h index 8e227f8d8e..dc802ab4ef 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h @@ -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 * diff --git a/library/bignum_mod.h b/library/bignum_mod.h index 9d28bc7e45..982a9ac5c9 100644 --- a/library/bignum_mod.h +++ b/library/bignum_mod.h @@ -1,6 +1,8 @@ /** * Modular bignum functions - * + */ + +/* * Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * diff --git a/library/bignum_mod_raw.h b/library/bignum_mod_raw.h index 7b3a0c177b..aba5d0699d 100644 --- a/library/bignum_mod_raw.h +++ b/library/bignum_mod_raw.h @@ -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 *