mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
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 <alin.jerpelea@sony.com>
This commit is contained in:
parent
35a4fc05d9
commit
fe90b2ee7a
3 changed files with 15 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/crypto/cryptodev.h
|
* 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 (angelos@cis.upenn.edu)
|
||||||
|
*
|
||||||
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
|
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
|
||||||
*
|
*
|
||||||
* This code was written by Angelos D. Keromytis in Athens, Greece, in
|
* This code was written by Angelos D. Keromytis in Athens, Greece, in
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/crypto/cryptosoft.h
|
* 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 (angelos@cis.upenn.edu)
|
||||||
*
|
*
|
||||||
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
|
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/crypto/xform.h
|
* 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 (angelos@cis.upenn.edu)
|
||||||
*
|
*
|
||||||
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
|
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
|
||||||
*
|
*
|
||||||
|
@ -20,6 +23,7 @@
|
||||||
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
|
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
|
||||||
* MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
|
* MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
|
||||||
* PURPOSE.
|
* PURPOSE.
|
||||||
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __INCLUDE_CRYPTO_XFORM_H
|
#ifndef __INCLUDE_CRYPTO_XFORM_H
|
||||||
|
|
Loading…
Reference in a new issue