aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xl
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-05-10 15:40:58 +0000
committerWarner Losh <imp@FreeBSD.org>2023-05-12 16:44:04 +0000
commiteebd9d53665e1b691ffada910b940b37b6f62cc4 (patch)
treeda546f8ae926b256abb88ebfdb47cf5d6e3345ae /sys/dev/xl
parentb61a573019428cbdc38ed03be9ecd2482011ea66 (diff)
downloadsrc-eebd9d53665e1b691ffada910b940b37b6f62cc4.tar.gz
src-eebd9d53665e1b691ffada910b940b37b6f62cc4.zip
spdx: Simplify BSD-2-Clause AND BSD-2-Clause
After removing the -FreeBSD and -NetBSD, we're left with a nuber of BSD-2-Clause AND BSD-2-Clause, so tidy that up. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
Diffstat (limited to 'sys/dev/xl')
-rw-r--r--sys/dev/xl/xlphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xl/xlphy.c b/sys/dev/xl/xlphy.c
index 0abfc09e4baf..6fb622933d58 100644
--- a/sys/dev/xl/xlphy.c
+++ b/sys/dev/xl/xlphy.c
@@ -1,7 +1,7 @@
/* $NetBSD: exphy.c,v 1.16 1999/04/23 04:24:32 thorpej Exp $ */
/*-
- * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
* All rights reserved.