From 11bc75a9d979fe5c374b0b1b7aa7775e889188dd Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Thu, 19 Dec 2024 02:02:31 +0100 Subject: [PATCH] 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 --- 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 (ji@tla.org) + * SPDX-FileContributor: Angelos D. Keromytis (kermit@csd.uch.gr) + * SPDX-FileContributor: Niels Provos (provos@physnet.uni-hamburg.de) + * SPDX-FileContributor: Damien Miller (djm@mindrot.org) + * SPDX-FileContributor: Mike Belopuhov (mikeb@openbsd.org) * * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr),