[PATCH 3/4] spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
Sebastian Huber
sebastian.huber@embedded-brains.de
Tue Jul 9 06:26:06 GMT 2024
From: Warner Losh <imp@FreeBSD.org>
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
---
newlib/libc/include/stdatomic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/newlib/libc/include/stdatomic.h b/newlib/libc/include/stdatomic.h
index 1acec53c0..6e435bf21 100644
--- a/newlib/libc/include/stdatomic.h
+++ b/newlib/libc/include/stdatomic.h
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org>
* David Chisnall <theraven@FreeBSD.org>
--
2.35.3
More information about the Newlib
mailing list