This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ecdad3af2ffbc5907536f1ff627e258a688bbe43 Author: Alin Jerpelea <[email protected]> AuthorDate: Wed Dec 18 06:39:15 2024 +0100 include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <[email protected]> --- include/crypto/cryptodev.h | 7 ++++++- include/crypto/cryptosoft.h | 5 ++++- include/crypto/xform.h | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/include/crypto/cryptodev.h b/include/crypto/cryptodev.h index 6ea4f0ba5a..a9c231dfd4 100644 --- a/include/crypto/cryptodev.h +++ b/include/crypto/cryptodev.h @@ -1,6 +1,11 @@ /**************************************************************************** * include/crypto/cryptodev.h - * $OpenBSD: cryptodev.h,v 1.58 2013/10/31 10:32:38 mikeb Exp $ + * + * SPDX-License-Identifier: OAR AND BSD-2 Clause + * SPDX-FileCopyrightText: 2000 Angelos D. Keromytis + * SPDX-FileCopyrightText: 2001 Theo de Raadt + * SPDX-FileContributor: Angelos D. Keromytis ([email protected]) + * * The author of this code is Angelos D. Keromytis ([email protected]) * * This code was written by Angelos D. Keromytis in Athens, Greece, in diff --git a/include/crypto/cryptosoft.h b/include/crypto/cryptosoft.h index e28f935412..d6603c40ca 100644 --- a/include/crypto/cryptosoft.h +++ b/include/crypto/cryptosoft.h @@ -1,6 +1,9 @@ /**************************************************************************** * include/crypto/cryptosoft.h - * $OpenBSD: cryptosoft.h,v 1.14 2012/12/07 17:03:22 mikeb Exp $ + * + * SPDX-License-Identifier: OAR + * SPDX-FileCopyrightText: 2000 Angelos D. Keromytis + * SPDX-FileContributor: Angelos D. Keromytis ([email protected]) * * The author of this code is Angelos D. Keromytis ([email protected]) * diff --git a/include/crypto/xform.h b/include/crypto/xform.h index 02a02cd954..f168aa281d 100644 --- a/include/crypto/xform.h +++ b/include/crypto/xform.h @@ -1,6 +1,9 @@ /**************************************************************************** * include/crypto/xform.h - * $OpenBSD: xform.h,v 1.32 2021/10/22 12:30:53 bluhm Exp $ + * + * SPDX-License-Identifier: OAR + * SPDX-FileCopyrightText: 2000 Angelos D. Keromytis + * SPDX-FileContributor: Angelos D. Keromytis ([email protected]) * * The author of this code is Angelos D. Keromytis ([email protected]) * @@ -20,6 +23,7 @@ * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE * MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR * PURPOSE. + * ****************************************************************************/ #ifndef __INCLUDE_CRYPTO_XFORM_H
