This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 4c48884ddf53daf5f9ea401a34986f1542e58057
Author: Alin Jerpelea <[email protected]>
AuthorDate: Mon Dec 16 02:13:47 2024 +0100

    crypto/cast: 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.
    
    define NuttX local NuttX-PublicDomain identifier
    
     “Public Domain” is a concept distinct from copyright licensing;
    it generally means that the work no longer has any copyright protection
    or ownership, and therefore requires no license permission in order to
    use, copy, modify, distribute, perform, display, etc.
    In the United States – and many jurisdictions – copyright protections
    attach automatically to creative works upon creation if they satisfy
    certain minimum criteria.
    “Public Domain” would thus represent a significant change to the legal
    status of the work.
    The rules around “Public Domain” often vary or are unspecified
    jurisdiction to jurisdiction. Adding to the confusion, some
    jurisdictions may not even recognize the concept of “Public Domain”
    (or similar). As such, a license may nevertheless be required or implied
    in these cases. Even in the U.S., there is no clear,
    officially-sanctioned procedure for affirmatively placing
    copyright-eligible works into the “Public Domain” aside from natural
    statutory expiration of copyright. The bottom-line is, there are few if
    any objective, brightline rules for proactively placing
    copyright-eligible works into the Public Domain that we can broadly
    rely on.
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 crypto/cast.c   | 2 +-
 crypto/castsb.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/cast.c b/crypto/cast.c
index 8ad184197a..abfb07f875 100644
--- a/crypto/cast.c
+++ b/crypto/cast.c
@@ -1,7 +1,7 @@
 /****************************************************************************
  * crypto/cast.c
  *
- * $OpenBSD: cast.c,v 1.4 2012/04/25 04:12:27 matthew Exp $
+ * SPDX-License-Identifier: NuttX-PublicDomain
  *
  * CAST-128 in C
  * Written by Steve Reid <[email protected]>
diff --git a/crypto/castsb.h b/crypto/castsb.h
index 3dd5435041..24ecb8ed76 100644
--- a/crypto/castsb.h
+++ b/crypto/castsb.h
@@ -1,7 +1,7 @@
 /****************************************************************************
  * crypto/castsb.h
  *
- * $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $
+ * SPDX-License-Identifier: NuttX-PublicDomain
  *
  * CAST-128 in C
  * Written by Steve Reid <[email protected]>

Reply via email to