aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/firmware
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:15:32 +0000
commitf73b4bf27cf50bcd9224b6011197886f4c494f78 (patch)
tree4c9c36a2871059fc47d00ae5c9b45a21da4aa4e8 /share/examples/kld/firmware
parentc114c5aee5d0b71d08dfc949dba2e2a9298190c4 (diff)
spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD
The SPDX folks have obsoleted the BSD-2-Clause-NetBSD 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 b61a573019428cbdc38ed03be9ecd2482011ea66)
Diffstat (limited to 'share/examples/kld/firmware')
-rw-r--r--share/examples/kld/firmware/fwconsumer/fw_consumer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/firmware/fwconsumer/fw_consumer.c b/share/examples/kld/firmware/fwconsumer/fw_consumer.c
index d0b038c8339d..294d2fbb636f 100644
--- a/share/examples/kld/firmware/fwconsumer/fw_consumer.c
+++ b/share/examples/kld/firmware/fwconsumer/fw_consumer.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2006, Max Laier <mlaier@FreeBSD.org>
* All rights reserved.