From 6c322d0bfaf0a63140068894e706ba4c4e0375cd Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 16 Dec 2024 03:23:48 +0100 Subject: [PATCH] include/crypto/sha1: migrate to SPDX identifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- include/crypto/sha1.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/crypto/sha1.h b/include/crypto/sha1.h index 024dc9b14e..f88793536d 100644 --- a/include/crypto/sha1.h +++ b/include/crypto/sha1.h @@ -1,7 +1,8 @@ /**************************************************************************** * include/crypto/sha1.h - * $OpenBSD: sha1.h,v 1.6 2014/11/16 17:39:09 tedu Exp $ - * SHA-1 in C + * + * SPDX-License-Identifier: NuttX-PublicDomain + * * By Steve Reid * 100% Public Domain ****************************************************************************/