aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
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/md
parent82f08449567f0aab34e6d47294f968f2d50f62a8 (diff)
Notes
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index a5ecb3ce9f3b..ee76b4f54ba7 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: