diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-07-25 15:17:00 +0000 |
commit | 58f593fbb832e7ad1a240eb83396e75ec50fd049 (patch) | |
tree | 3858075ca43d43effb7e224c955f91fe18be3489 /sys/dev/xl/xlphy.c | |
parent | f73b4bf27cf50bcd9224b6011197886f4c494f78 (diff) |
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
(cherry picked from commit eebd9d53665e1b691ffada910b940b37b6f62cc4)
Diffstat (limited to 'sys/dev/xl/xlphy.c')
-rw-r--r-- | sys/dev/xl/xlphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xl/xlphy.c b/sys/dev/xl/xlphy.c index a078d3cf5f9e..7357b3085f74 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. |