mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 04:01:54 +08:00
LICENSE: update NuttX-PublicDomain SPDX identifier
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Some checks failed
Build Documentation / build-html (push) Has been cancelled
According to the feedback from SPDX community we should use LicenseRef-NuttX-PublicDomain because NuttX-PublicDomain is not a valid SPDX id, so it will fail tests for SPDX spec compliance. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
dfdbf4dcf9
commit
4a069358b6
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/cast.c
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* CAST-128 in C
|
||||
* Written by Steve Reid <sreid@sea-to-sky.net>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/castsb.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* CAST-128 in C
|
||||
* Written by Steve Reid <sreid@sea-to-sky.net>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/chacha_private.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* D. J. Bernstein
|
||||
* Public domain.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/md5.c
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* This code implements the MD5 message-digest algorithm.
|
||||
* The algorithm is due to Ron Rivest. This code was
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/poly1305.c
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* Public Domain poly1305 from Andrew Moon
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/rijndael.c
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
* SPDX-FileContributor: Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
|
||||
* SPDX-FileContributor: Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
|
||||
* SPDX-FileContributor: Paulo Barreto <paulo.barreto@terra.com.br>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* crypto/sha1.c
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* By Steve Reid <steve@edmweb.com>
|
||||
* 100% Public Domain
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/crypto/cast.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* Written by Steve Reid <sreid@sea-to-sky.net>
|
||||
* 100% Public Domain - no warranty
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/crypto/md5.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* This code implements the MD5 message-digest algorithm.
|
||||
* The algorithm is due to Ron Rivest. This code was
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/crypto/poly1305.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* Public Domain poly1305 from Andrew Moon
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/crypto/rijndael.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* SPDX-FileContributor: Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
|
||||
* SPDX-FileContributor: Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/crypto/sha1.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* By Steve Reid <steve@edmweb.com>
|
||||
* 100% Public Domain
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/search.h
|
||||
*
|
||||
* SPDX-License-Identifier: NuttX-PublicDomain
|
||||
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
|
||||
*
|
||||
* Written by J.T. Conklin <jtc@netbsd.org>
|
||||
* Public domain.
|
||||
|
||||
Reference in New Issue
Block a user