diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-30 20:33:45 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-30 20:33:45 +0000 |
| commit | 64de3fdd5893e55c8aa20df2dcf1d9e86d851b34 (patch) | |
| tree | b8074e70d252f31cf5419a898ca22754ba95bf1c /sys/dev/md | |
| parent | 82f08449567f0aab34e6d47294f968f2d50f62a8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/md')
| -rw-r--r-- | sys/dev/md/md.c | 4 |
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: |
