aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-30 20:33:45 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-30 20:33:45 +0000
commit64de3fdd5893e55c8aa20df2dcf1d9e86d851b34 (patch)
treeb8074e70d252f31cf5419a898ca22754ba95bf1c /sys/dev
parent82f08449567f0aab34e6d47294f968f2d50f62a8 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/led/led.c2
-rw-r--r--sys/dev/md/md.c4
-rw-r--r--sys/dev/mn/if_mn.c2
-rw-r--r--sys/dev/ppbus/pps.c2
4 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/led/led.c b/sys/dev/led/led.c
index c519e2218ece3..b197277670934 100644
--- a/sys/dev/led/led.c
+++ b/sys/dev/led/led.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: Beerware
+ *
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index a5ecb3ce9f3b9..ee76b4f54ba7d 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: (Beerware AND BSD-3-Clause)
+ *
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
@@ -11,8 +13,6 @@
*/
/*-
- * SPDX-License-Identifier: BSD-3-Clause
- *
* The following functions are based in the vn(4) driver: mdstart_swap(),
* mdstart_vnode(), mdcreate_swap(), mdcreate_vnode() and mddestroy(),
* and as such under the following copyright:
diff --git a/sys/dev/mn/if_mn.c b/sys/dev/mn/if_mn.c
index a4ec603876d94..028de7d6c6ffb 100644
--- a/sys/dev/mn/if_mn.c
+++ b/sys/dev/mn/if_mn.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: Beerware
+ *
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index 7a360d12df660..c94d8d4a1ffb4 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: Beerware
+ *
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you