Move copyright notice out of the Doxygen documentation

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-10-26 18:02:56 +02:00
parent d4d080b41b
commit 49540ac529
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/** /**
* Constant-time functions * Constant-time functions
* */
/*
* Copyright The Mbed TLS Contributors * Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *

View File

@ -2,6 +2,8 @@
* Macros to express dependencies for code and tests that may use either the * Macros to express dependencies for code and tests that may use either the
* legacy API or PSA in various builds; mostly for internal use. * legacy API or PSA in various builds; mostly for internal use.
* *
*/
/*
* Copyright The Mbed TLS Contributors * Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *