aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/isa/isa.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-30 15:10:11 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-30 15:10:11 +0000
commit8820ecc040f2b2392de20f32ee40cb5f3b90d0d3 (patch)
treeb34ef1b30e4869b738a1bd2fd70f329143d0a989 /sys/x86/isa/isa.c
parent38c9c65ee409d75b243bbc3449a95dde2394cedd (diff)
downloadsrc-8820ecc040f2b2392de20f32ee40cb5f3b90d0d3.tar.gz
src-8820ecc040f2b2392de20f32ee40cb5f3b90d0d3.zip
SPDX: Fix some cases wrongly attributed to MIT.
In the cases of BSD-style license variants without clauses, use 0BSD for the time being in lack of a better description.
Notes
Notes: svn path=/head/; revision=326398
Diffstat (limited to 'sys/x86/isa/isa.c')
-rw-r--r--sys/x86/isa/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/isa/isa.c b/sys/x86/isa/isa.c
index e3edc0923425..7a98a2bf9ed8 100644
--- a/sys/x86/isa/isa.c
+++ b/sys/x86/isa/isa.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND MIT
+ * SPDX-License-Identifier: (BSD-2-Clause-FreeBSD AND ISC)
*
* Copyright (c) 1998 Doug Rabson
* All rights reserved.