Skip to content

Commit 4a06935

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
LICENSE: update NuttX-PublicDomain SPDX identifier
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>
1 parent dfdbf4d commit 4a06935

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

crypto/cast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/cast.c
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* CAST-128 in C
77
* Written by Steve Reid <sreid@sea-to-sky.net>

crypto/castsb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/castsb.h
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* CAST-128 in C
77
* Written by Steve Reid <sreid@sea-to-sky.net>

crypto/chacha_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/chacha_private.h
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* D. J. Bernstein
77
* Public domain.

crypto/md5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/md5.c
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* This code implements the MD5 message-digest algorithm.
77
* The algorithm is due to Ron Rivest. This code was

crypto/poly1305.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/poly1305.c
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* Public Domain poly1305 from Andrew Moon
77
*

crypto/rijndael.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/rijndael.c
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
* SPDX-FileContributor: Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
66
* SPDX-FileContributor: Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
77
* SPDX-FileContributor: Paulo Barreto <paulo.barreto@terra.com.br>

crypto/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* crypto/sha1.c
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* By Steve Reid <steve@edmweb.com>
77
* 100% Public Domain

include/crypto/cast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* include/crypto/cast.h
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* Written by Steve Reid <sreid@sea-to-sky.net>
77
* 100% Public Domain - no warranty

include/crypto/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* include/crypto/md5.h
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* This code implements the MD5 message-digest algorithm.
77
* The algorithm is due to Ron Rivest. This code was

include/crypto/poly1305.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* include/crypto/poly1305.h
33
*
4-
* SPDX-License-Identifier: NuttX-PublicDomain
4+
* SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
55
*
66
* Public Domain poly1305 from Andrew Moon
77
*

0 commit comments

Comments
 (0)