summaryrefslogtreecommitdiff
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/md/md.c')
-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 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: