aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/arch/arm/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-05-10 15:40:58 +0000
committerWarner Losh <imp@FreeBSD.org>2023-07-25 15:13:49 +0000
commitcaa41f641755c935b036e17440a3b49329c904ed (patch)
treec434c1982a6fc944dd51fc660efbd6d84eea7ca5 /lib/libthr/arch/arm/include
parent8557b8ba15b9d332000a17a73b752b6ec35d0903 (diff)
downloadsrc-caa41f641755c935b036e17440a3b49329c904ed.tar.gz
src-caa41f641755c935b036e17440a3b49329c904ed.zip
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
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 (cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
Diffstat (limited to 'lib/libthr/arch/arm/include')
-rw-r--r--lib/libthr/arch/arm/include/pthread_md.h2
-rw-r--r--lib/libthr/arch/arm/include/pthread_tls.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/arch/arm/include/pthread_md.h b/lib/libthr/arch/arm/include/pthread_md.h
index dfd7e7d951bf..0efc34f5dcab 100644
--- a/lib/libthr/arch/arm/include/pthread_md.h
+++ b/lib/libthr/arch/arm/include/pthread_md.h
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2005 David Xu <davidxu@freebsd.org>.
* All rights reserved.
diff --git a/lib/libthr/arch/arm/include/pthread_tls.h b/lib/libthr/arch/arm/include/pthread_tls.h
index 6aef9c22f365..dc78e8a246cc 100644
--- a/lib/libthr/arch/arm/include/pthread_tls.h
+++ b/lib/libthr/arch/arm/include/pthread_tls.h
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2019 The FreeBSD Foundation
*