This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.12
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.12 by this push:
new 54b5a8f2c3e LICENSE: update NuttX-PublicDomain SPDX identifier
54b5a8f2c3e is described below
commit 54b5a8f2c3eee821f1d2b937c26bbfe9ac5edcb6
Author: Alin Jerpelea <[email protected]>
AuthorDate: Tue Dec 23 06:39:56 2025 +0100
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 <[email protected]>
---
crypto/cast.c | 2 +-
crypto/castsb.h | 2 +-
crypto/chacha_private.h | 2 +-
crypto/md5.c | 2 +-
crypto/poly1305.c | 2 +-
crypto/rijndael.c | 2 +-
crypto/sha1.c | 2 +-
include/crypto/cast.h | 2 +-
include/crypto/md5.h | 2 +-
include/crypto/poly1305.h | 2 +-
include/crypto/rijndael.h | 2 +-
include/crypto/sha1.h | 2 +-
include/search.h | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/crypto/cast.c b/crypto/cast.c
index abfb07f8755..eede26d2faa 100644
--- a/crypto/cast.c
+++ b/crypto/cast.c
@@ -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 <[email protected]>
diff --git a/crypto/castsb.h b/crypto/castsb.h
index 24ecb8ed764..d767c87e29e 100644
--- a/crypto/castsb.h
+++ b/crypto/castsb.h
@@ -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 <[email protected]>
diff --git a/crypto/chacha_private.h b/crypto/chacha_private.h
index a2ec1445495..516b9a115ac 100644
--- a/crypto/chacha_private.h
+++ b/crypto/chacha_private.h
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/chacha_private.h
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* D. J. Bernstein
* Public domain.
diff --git a/crypto/md5.c b/crypto/md5.c
index cfda17c60d0..dd53a32c652 100644
--- a/crypto/md5.c
+++ b/crypto/md5.c
@@ -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
diff --git a/crypto/poly1305.c b/crypto/poly1305.c
index bd34582ba53..1c279020b14 100644
--- a/crypto/poly1305.c
+++ b/crypto/poly1305.c
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/poly1305.c
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* Public Domain poly1305 from Andrew Moon
*
diff --git a/crypto/rijndael.c b/crypto/rijndael.c
index 99e2e2c8658..61a343f6984 100644
--- a/crypto/rijndael.c
+++ b/crypto/rijndael.c
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/rijndael.c
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
* SPDX-FileContributor: Vincent Rijmen <[email protected]>
* SPDX-FileContributor: Antoon Bosselaers
<[email protected]>
* SPDX-FileContributor: Paulo Barreto <[email protected]>
diff --git a/crypto/sha1.c b/crypto/sha1.c
index b19d96c7e61..2754e19ebbd 100644
--- a/crypto/sha1.c
+++ b/crypto/sha1.c
@@ -1,7 +1,7 @@
/****************************************************************************
* crypto/sha1.c
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* By Steve Reid <[email protected]>
* 100% Public Domain
diff --git a/include/crypto/cast.h b/include/crypto/cast.h
index 1c9d025f95a..78d7bb39d33 100644
--- a/include/crypto/cast.h
+++ b/include/crypto/cast.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/crypto/cast.h
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* Written by Steve Reid <[email protected]>
* 100% Public Domain - no warranty
diff --git a/include/crypto/md5.h b/include/crypto/md5.h
index d30381149f1..d491cf81f44 100644
--- a/include/crypto/md5.h
+++ b/include/crypto/md5.h
@@ -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
diff --git a/include/crypto/poly1305.h b/include/crypto/poly1305.h
index 63d6600bdc6..e2be32200e0 100644
--- a/include/crypto/poly1305.h
+++ b/include/crypto/poly1305.h
@@ -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
*
diff --git a/include/crypto/rijndael.h b/include/crypto/rijndael.h
index 6d40e29f01f..c07c4a9afb7 100644
--- a/include/crypto/rijndael.h
+++ b/include/crypto/rijndael.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/crypto/rijndael.h
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* SPDX-FileContributor: Vincent Rijmen <[email protected]>
* SPDX-FileContributor: Antoon Bosselaers
<[email protected]>
diff --git a/include/crypto/sha1.h b/include/crypto/sha1.h
index f88793536d0..2362cc0147a 100644
--- a/include/crypto/sha1.h
+++ b/include/crypto/sha1.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/crypto/sha1.h
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* By Steve Reid <[email protected]>
* 100% Public Domain
diff --git a/include/search.h b/include/search.h
index cb9cb1db324..2e2e01d4092 100644
--- a/include/search.h
+++ b/include/search.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/search.h
*
- * SPDX-License-Identifier: NuttX-PublicDomain
+ * SPDX-License-Identifier: LicenseRef-NuttX-PublicDomain
*
* Written by J.T. Conklin <[email protected]>
* Public domain.