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


The following commit(s) were added to refs/heads/releases/12.8 by this push:
     new 11bc75a9d9 crypto/xform.c: migrate to SPDX identifier
11bc75a9d9 is described below

commit 11bc75a9d979fe5c374b0b1b7aa7775e889188dd
Author: Alin Jerpelea <[email protected]>
AuthorDate: Thu Dec 19 02:02:31 2024 +0100

    crypto/xform.c: 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.
    
    NOTE
    The code was reported as GPL by FOSS ID
    and Xiaomi scanned the file xform.c with Black Duck Security and it showed
    that the license was BSD-3-Clause and no risk was reported.
    
    Since there is no clause on the license it was concluded as 0BSD
    
    Refference
    https://github.com/apache/nuttx/pull/15252
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 crypto/xform.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/crypto/xform.c b/crypto/xform.c
index 3802112b2f..5e4c28445e 100644
--- a/crypto/xform.c
+++ b/crypto/xform.c
@@ -1,6 +1,18 @@
 /****************************************************************************
  * crypto/xform.c
- * $OpenBSD: xform.c,v 1.61 2021/10/22 12:30:53 bluhm Exp $
+ *
+ * SPDX-License-Identifier: 0BSD
+ * SPDX-FileCopyrightText: 1995, 1996, 1997, 1998, 1999 John Ioannidis
+ * SPDX-FileCopyrightText: 1995, 1996, 1997, 1998, 1999 Angelos D. Keromytis
+ * SPDX-FileCopyrightText: 1995, 1996, 1997, 1998, 1999 Niels Provos.
+ * SPDX-FileCopyrightText: 2001 Angelos D. Keromytis.
+ * SPDX-FileCopyrightText: 2008 Damien Miller
+ * SPDX-FileCopyrightText: 2010, 2015 Mike Belopuhov
+ * SPDX-FileContributor: John Ioannidis ([email protected])
+ * SPDX-FileContributor: Angelos D. Keromytis ([email protected])
+ * SPDX-FileContributor: Niels Provos ([email protected])
+ * SPDX-FileContributor: Damien Miller ([email protected])
+ * SPDX-FileContributor: Mike Belopuhov ([email protected])
  *
  * The authors of this code are John Ioannidis ([email protected]),
  * Angelos D. Keromytis ([email protected]),

Reply via email to