summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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
-rw-r--r--sys/i386/i386/elan-mmcr.c2
-rw-r--r--sys/i386/i386/mp_clock.c2
-rw-r--r--sys/kern/imgact_gzip.c2
-rw-r--r--sys/kern/inflate.c4
-rw-r--r--sys/kern/kern_tc.c2
-rw-r--r--sys/kern/subr_disk.c2
-rw-r--r--sys/sys/disk.h2
-rw-r--r--sys/sys/smp.h2
-rw-r--r--sys/sys/timepps.h2
-rw-r--r--sys/x86/include/x86_smp.h2
14 files changed, 29 insertions, 3 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
diff --git a/sys/i386/i386/elan-mmcr.c b/sys/i386/i386/elan-mmcr.c
index 6f6314621814b..a26e226ba4760 100644
--- a/sys/i386/i386/elan-mmcr.c
+++ b/sys/i386/i386/elan-mmcr.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/i386/i386/mp_clock.c b/sys/i386/i386/mp_clock.c
index 48264ce735333..cc0f315ed65c9 100644
--- a/sys/i386/i386/mp_clock.c
+++ b/sys/i386/i386/mp_clock.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/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index 47b728004286c..aee229e70497e 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.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/kern/inflate.c b/sys/kern/inflate.c
index d7a480bb97d1a..4021fc3869ee6 100644
--- a/sys/kern/inflate.c
+++ b/sys/kern/inflate.c
@@ -1,5 +1,7 @@
-/*
+/*-
* Most parts of this file are not covered by:
+ *
+ * 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/kern/kern_tc.c b/sys/kern/kern_tc.c
index e060f485053de..377a8b55359a5 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.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/kern/subr_disk.c b/sys/kern/subr_disk.c
index 23915402e30d8..9b9b572916b0d 100644
--- a/sys/kern/subr_disk.c
+++ b/sys/kern/subr_disk.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/sys/disk.h b/sys/sys/disk.h
index 4ab0b09e12cdc..4338b03e924a0 100644
--- a/sys/sys/disk.h
+++ b/sys/sys/disk.h
@@ -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/sys/smp.h b/sys/sys/smp.h
index fdf4c4cfb1bb1..fe5e4e64ec2b8 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/smp.h
@@ -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/sys/timepps.h b/sys/sys/timepps.h
index d472c804dc432..99ea2207be354 100644
--- a/sys/sys/timepps.h
+++ b/sys/sys/timepps.h
@@ -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/x86/include/x86_smp.h b/sys/x86/include/x86_smp.h
index ec5bf36461bf3..a9699dea0381f 100644
--- a/sys/x86/include/x86_smp.h
+++ b/sys/x86/include/x86_smp.h
@@ -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