svn commit: r367457 - in stable: 11/contrib/elftoolchain/libelf 11/lib/libdevctl 11/lib/libkvm 11/lib/libsysdecode 11/lib/libutil 11/sbin/hastd 11/share/man/man3 11/share/man/man4 11/share/man/man9...

Dimitry Andric dim at FreeBSD.org
Sat Nov 7 18:11:18 UTC 2020


Author: dim
Date: Sat Nov  7 18:10:59 2020
New Revision: 367457
URL: https://svnweb.freebsd.org/changeset/base/367457

Log:
  MFC r344855 (by jhb):
  
  Drop "All rights reserved" from my copyright statements.
  
  Reviewed by:	rgrimes
  Differential Revision:	https://reviews.freebsd.org/D19485

Modified:
  stable/12/contrib/elftoolchain/libelf/gelf_mips64el.c
  stable/12/lib/libc/tests/gen/makecontext_test.c
  stable/12/lib/libdevctl/devctl.3
  stable/12/lib/libdevctl/devctl.c
  stable/12/lib/libdevctl/devctl.h
  stable/12/lib/libkvm/kvm_aarch64.h
  stable/12/lib/libkvm/kvm_amd64.h
  stable/12/lib/libkvm/kvm_arm.h
  stable/12/lib/libkvm/kvm_i386.h
  stable/12/lib/libkvm/kvm_mips.h
  stable/12/lib/libkvm/kvm_native.3
  stable/12/lib/libkvm/kvm_riscv.h
  stable/12/lib/libkvm/kvm_sparc64.h
  stable/12/lib/libsysdecode/errno.c
  stable/12/lib/libsysdecode/signal.c
  stable/12/lib/libsysdecode/syscallnames.c
  stable/12/lib/libsysdecode/sysdecode.3
  stable/12/lib/libsysdecode/sysdecode.h
  stable/12/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3
  stable/12/lib/libsysdecode/sysdecode_cap_rights.3
  stable/12/lib/libsysdecode/sysdecode_enum.3
  stable/12/lib/libsysdecode/sysdecode_fcntl_arg.3
  stable/12/lib/libsysdecode/sysdecode_ioctlname.3
  stable/12/lib/libsysdecode/sysdecode_kevent.3
  stable/12/lib/libsysdecode/sysdecode_mask.3
  stable/12/lib/libsysdecode/sysdecode_quotactl_cmd.3
  stable/12/lib/libsysdecode/sysdecode_sigcode.3
  stable/12/lib/libsysdecode/sysdecode_socket_protocol.3
  stable/12/lib/libsysdecode/sysdecode_sockopt_name.3
  stable/12/lib/libsysdecode/sysdecode_syscallnames.3
  stable/12/lib/libsysdecode/sysdecode_utrace.3
  stable/12/lib/libutil/kinfo_getvmobject.3
  stable/12/sbin/hastd/refcnt.h
  stable/12/share/man/man3/sigevent.3
  stable/12/share/man/man4/ktr.4
  stable/12/share/man/man4/witness.4
  stable/12/share/man/man9/BUS_GET_CPUS.9
  stable/12/share/man/man9/BUS_RESCAN.9
  stable/12/share/man/man9/atomic.9
  stable/12/share/man/man9/bus_map_resource.9
  stable/12/share/man/man9/critical_enter.9
  stable/12/share/man/man9/ithread.9
  stable/12/share/man/man9/ktr.9
  stable/12/share/man/man9/runqueue.9
  stable/12/share/man/man9/scheduler.9
  stable/12/share/man/man9/sleepqueue.9
  stable/12/share/man/man9/swi.9
  stable/12/stand/efi/libefi/devpath.c
  stable/12/stand/i386/cdboot/cdboot.S
  stable/12/stand/i386/libi386/pxe.c
  stable/12/stand/i386/libi386/pxe.h
  stable/12/stand/i386/pxeldr/pxeldr.S
  stable/12/sys/amd64/include/intr_machdep.h
  stable/12/sys/arm/arm/ptrace_machdep.c
  stable/12/sys/dev/acpica/acpi_isab.c
  stable/12/sys/dev/acpica/acpi_pcivar.h
  stable/12/sys/dev/pci/vga_pci.c
  stable/12/sys/dev/rc/rc.c
  stable/12/sys/dev/rc/rcreg.h
  stable/12/sys/i386/pci/pci_pir.c
  stable/12/sys/kern/kern_ktr.c
  stable/12/sys/kern/kern_rwlock.c
  stable/12/sys/kern/subr_lock.c
  stable/12/sys/kern/subr_sleepqueue.c
  stable/12/sys/kern/subr_smp.c
  stable/12/sys/sys/_rwlock.h
  stable/12/sys/sys/refcount.h
  stable/12/sys/sys/rwlock.h
  stable/12/sys/sys/sleepqueue.h
  stable/12/sys/sys/turnstile.h
  stable/12/sys/x86/acpica/madt.c
  stable/12/sys/x86/include/apicvar.h
  stable/12/sys/x86/include/intr_machdep.h
  stable/12/sys/x86/isa/atpic.c
  stable/12/sys/x86/isa/elcr.c
  stable/12/sys/x86/x86/intr_machdep.c
  stable/12/sys/x86/x86/io_apic.c
  stable/12/sys/x86/x86/local_apic.c
  stable/12/sys/x86/x86/mptable.c
  stable/12/sys/x86/x86/mptable_pci.c
  stable/12/sys/x86/xen/pvcpu_enum.c
  stable/12/tests/sys/capsicum/ioctls_test.c
  stable/12/tests/sys/kern/ptrace_test.c
  stable/12/tools/tools/decioctl/decioctl.c
  stable/12/usr.sbin/bhyve/gdb.c
  stable/12/usr.sbin/bhyve/gdb.h
  stable/12/usr.sbin/devctl/devctl.8
  stable/12/usr.sbin/devctl/devctl.c
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/contrib/elftoolchain/libelf/gelf_mips64el.c
  stable/11/lib/libdevctl/devctl.3
  stable/11/lib/libdevctl/devctl.c
  stable/11/lib/libdevctl/devctl.h
  stable/11/lib/libkvm/kvm_aarch64.h
  stable/11/lib/libkvm/kvm_amd64.h
  stable/11/lib/libkvm/kvm_arm.h
  stable/11/lib/libkvm/kvm_i386.h
  stable/11/lib/libkvm/kvm_mips.h
  stable/11/lib/libkvm/kvm_native.3
  stable/11/lib/libkvm/kvm_sparc64.h
  stable/11/lib/libsysdecode/errno.c
  stable/11/lib/libsysdecode/signal.c
  stable/11/lib/libsysdecode/syscallnames.c
  stable/11/lib/libsysdecode/sysdecode.3
  stable/11/lib/libsysdecode/sysdecode.h
  stable/11/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3
  stable/11/lib/libsysdecode/sysdecode_cap_rights.3
  stable/11/lib/libsysdecode/sysdecode_enum.3
  stable/11/lib/libsysdecode/sysdecode_fcntl_arg.3
  stable/11/lib/libsysdecode/sysdecode_ioctlname.3
  stable/11/lib/libsysdecode/sysdecode_kevent.3
  stable/11/lib/libsysdecode/sysdecode_mask.3
  stable/11/lib/libsysdecode/sysdecode_quotactl_cmd.3
  stable/11/lib/libsysdecode/sysdecode_sigcode.3
  stable/11/lib/libsysdecode/sysdecode_socket_protocol.3
  stable/11/lib/libsysdecode/sysdecode_sockopt_name.3
  stable/11/lib/libsysdecode/sysdecode_syscallnames.3
  stable/11/lib/libsysdecode/sysdecode_utrace.3
  stable/11/lib/libutil/kinfo_getvmobject.3
  stable/11/sbin/hastd/refcnt.h
  stable/11/share/man/man3/sigevent.3
  stable/11/share/man/man4/ktr.4
  stable/11/share/man/man4/witness.4
  stable/11/share/man/man9/BUS_GET_CPUS.9
  stable/11/share/man/man9/BUS_RESCAN.9
  stable/11/share/man/man9/atomic.9
  stable/11/share/man/man9/bus_map_resource.9
  stable/11/share/man/man9/critical_enter.9
  stable/11/share/man/man9/ithread.9
  stable/11/share/man/man9/ktr.9
  stable/11/share/man/man9/runqueue.9
  stable/11/share/man/man9/scheduler.9
  stable/11/share/man/man9/sleepqueue.9
  stable/11/share/man/man9/swi.9
  stable/11/stand/efi/libefi/devpath.c
  stable/11/stand/i386/cdboot/cdboot.S
  stable/11/stand/i386/libi386/pxe.c
  stable/11/stand/i386/libi386/pxe.h
  stable/11/stand/i386/pxeldr/pxeldr.S
  stable/11/sys/amd64/include/intr_machdep.h
  stable/11/sys/arm/arm/ptrace_machdep.c
  stable/11/sys/dev/acpica/acpi_isab.c
  stable/11/sys/dev/acpica/acpi_pcivar.h
  stable/11/sys/dev/pci/vga_pci.c
  stable/11/sys/dev/rc/rc.c
  stable/11/sys/dev/rc/rcreg.h
  stable/11/sys/i386/pci/pci_pir.c
  stable/11/sys/kern/kern_ktr.c
  stable/11/sys/kern/kern_rwlock.c
  stable/11/sys/kern/subr_lock.c
  stable/11/sys/kern/subr_sleepqueue.c
  stable/11/sys/kern/subr_smp.c
  stable/11/sys/sys/_rwlock.h
  stable/11/sys/sys/refcount.h
  stable/11/sys/sys/rwlock.h
  stable/11/sys/sys/sleepqueue.h
  stable/11/sys/sys/turnstile.h
  stable/11/sys/x86/acpica/madt.c
  stable/11/sys/x86/include/apicvar.h
  stable/11/sys/x86/include/intr_machdep.h
  stable/11/sys/x86/isa/atpic.c
  stable/11/sys/x86/isa/elcr.c
  stable/11/sys/x86/x86/intr_machdep.c
  stable/11/sys/x86/x86/io_apic.c
  stable/11/sys/x86/x86/local_apic.c
  stable/11/sys/x86/x86/mptable.c
  stable/11/sys/x86/x86/mptable_pci.c
  stable/11/sys/x86/xen/pvcpu_enum.c
  stable/11/tests/sys/capsicum/ioctls_test.c
  stable/11/tests/sys/kern/ptrace_test.c
  stable/11/tools/tools/decioctl/decioctl.c
  stable/11/usr.sbin/devctl/devctl.8
  stable/11/usr.sbin/devctl/devctl.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/contrib/elftoolchain/libelf/gelf_mips64el.c
==============================================================================
--- stable/12/contrib/elftoolchain/libelf/gelf_mips64el.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/contrib/elftoolchain/libelf/gelf_mips64el.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2018 John Baldwin
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libc/tests/gen/makecontext_test.c
==============================================================================
--- stable/12/lib/libc/tests/gen/makecontext_test.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libc/tests/gen/makecontext_test.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libdevctl/devctl.3
==============================================================================
--- stable/12/lib/libdevctl/devctl.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libdevctl/devctl.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2014 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libdevctl/devctl.c
==============================================================================
--- stable/12/lib/libdevctl/devctl.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libdevctl/devctl.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libdevctl/devctl.h
==============================================================================
--- stable/12/lib/libdevctl/devctl.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libdevctl/devctl.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_aarch64.h
==============================================================================
--- stable/12/lib/libkvm/kvm_aarch64.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_aarch64.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_amd64.h
==============================================================================
--- stable/12/lib/libkvm/kvm_amd64.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_amd64.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_arm.h
==============================================================================
--- stable/12/lib/libkvm/kvm_arm.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_arm.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_i386.h
==============================================================================
--- stable/12/lib/libkvm/kvm_i386.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_i386.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_mips.h
==============================================================================
--- stable/12/lib/libkvm/kvm_mips.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_mips.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_native.3
==============================================================================
--- stable/12/lib/libkvm/kvm_native.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_native.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/kvm_riscv.h
==============================================================================
--- stable/12/lib/libkvm/kvm_riscv.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_riscv.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  * Copyright (c) 2019 Mitchell Horne
  *
  * Redistribution and use in source and binary forms, with or without

Modified: stable/12/lib/libkvm/kvm_sparc64.h
==============================================================================
--- stable/12/lib/libkvm/kvm_sparc64.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libkvm/kvm_sparc64.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/errno.c
==============================================================================
--- stable/12/lib/libsysdecode/errno.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/errno.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/signal.c
==============================================================================
--- stable/12/lib/libsysdecode/signal.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/signal.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/syscallnames.c
==============================================================================
--- stable/12/lib/libsysdecode/syscallnames.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/syscallnames.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode.h
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_cap_rights.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_cap_rights.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_cap_rights.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_enum.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_enum.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_enum.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_fcntl_arg.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_fcntl_arg.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_fcntl_arg.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_ioctlname.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_ioctlname.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_ioctlname.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_kevent.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_kevent.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_kevent.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2017 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_mask.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_mask.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_mask.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_quotactl_cmd.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_quotactl_cmd.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_quotactl_cmd.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_sigcode.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_sigcode.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_sigcode.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_socket_protocol.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_socket_protocol.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_socket_protocol.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_sockopt_name.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_sockopt_name.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_sockopt_name.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_syscallnames.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_syscallnames.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_syscallnames.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsysdecode/sysdecode_utrace.3
==============================================================================
--- stable/12/lib/libsysdecode/sysdecode_utrace.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libsysdecode/sysdecode_utrace.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/lib/libutil/kinfo_getvmobject.3
==============================================================================
--- stable/12/lib/libutil/kinfo_getvmobject.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/lib/libutil/kinfo_getvmobject.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/sbin/hastd/refcnt.h
==============================================================================
--- stable/12/sbin/hastd/refcnt.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sbin/hastd/refcnt.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man3/sigevent.3
==============================================================================
--- stable/12/share/man/man3/sigevent.3	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man3/sigevent.3	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,7 +1,6 @@
 .\" -*- nroff -*-
 .\"
 .\" Copyright (c) 2016 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man4/ktr.4
==============================================================================
--- stable/12/share/man/man4/ktr.4	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man4/ktr.4	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man4/witness.4
==============================================================================
--- stable/12/share/man/man4/witness.4	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man4/witness.4	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/BUS_GET_CPUS.9
==============================================================================
--- stable/12/share/man/man9/BUS_GET_CPUS.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/BUS_GET_CPUS.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,7 +1,6 @@
 .\" -*- nroff -*-
 .\"
 .\" Copyright (c) 2016 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/BUS_RESCAN.9
==============================================================================
--- stable/12/share/man/man9/BUS_RESCAN.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/BUS_RESCAN.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,7 +1,6 @@
 .\" -*- nroff -*-
 .\"
 .\" Copyright (c) 2016 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/atomic.9
==============================================================================
--- stable/12/share/man/man9/atomic.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/atomic.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2000-2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/bus_map_resource.9
==============================================================================
--- stable/12/share/man/man9/bus_map_resource.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/bus_map_resource.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,7 +1,6 @@
 .\" -*- nroff -*-
 .\"
 .\" Copyright (c) 2016 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/critical_enter.9
==============================================================================
--- stable/12/share/man/man9/critical_enter.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/critical_enter.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2001,2002 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/ithread.9
==============================================================================
--- stable/12/share/man/man9/ithread.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/ithread.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/ktr.9
==============================================================================
--- stable/12/share/man/man9/ktr.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/ktr.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/runqueue.9
==============================================================================
--- stable/12/share/man/man9/runqueue.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/runqueue.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2000-2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/scheduler.9
==============================================================================
--- stable/12/share/man/man9/scheduler.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/scheduler.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2000-2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/sleepqueue.9
==============================================================================
--- stable/12/share/man/man9/sleepqueue.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/sleepqueue.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2000-2004 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man9/swi.9
==============================================================================
--- stable/12/share/man/man9/swi.9	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/share/man/man9/swi.9	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2000-2001 John H. Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/stand/efi/libefi/devpath.c
==============================================================================
--- stable/12/stand/efi/libefi/devpath.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/stand/efi/libefi/devpath.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/i386/cdboot/cdboot.S
==============================================================================
--- stable/12/stand/i386/cdboot/cdboot.S	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/stand/i386/cdboot/cdboot.S	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 #
 # Copyright (c) 2001 John Baldwin <jhb at FreeBSD.org>
-# All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: stable/12/stand/i386/libi386/pxe.c
==============================================================================
--- stable/12/stand/i386/libi386/pxe.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/stand/i386/libi386/pxe.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,8 +1,8 @@
 /*-
  * Copyright (c) 2000 Alfred Perlstein <alfred at freebsd.org>
  * Copyright (c) 2000 Paul Saab <ps at freebsd.org>
- * Copyright (c) 2000 John Baldwin <jhb at freebsd.org>
  * All rights reserved.
+ * Copyright (c) 2000 John Baldwin <jhb at freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/i386/libi386/pxe.h
==============================================================================
--- stable/12/stand/i386/libi386/pxe.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/stand/i386/libi386/pxe.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -4,7 +4,6 @@
  * Copyright (c) 2000 Paul Saab <ps at freebsd.org>
  * All rights reserved.
  * Copyright (c) 2000 John Baldwin <jhb at freebsd.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/stand/i386/pxeldr/pxeldr.S
==============================================================================
--- stable/12/stand/i386/pxeldr/pxeldr.S	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/stand/i386/pxeldr/pxeldr.S	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2000 John Baldwin
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/amd64/include/intr_machdep.h
==============================================================================
--- stable/12/sys/amd64/include/intr_machdep.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/amd64/include/intr_machdep.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/arm/arm/ptrace_machdep.c
==============================================================================
--- stable/12/sys/arm/arm/ptrace_machdep.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/arm/arm/ptrace_machdep.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/acpica/acpi_isab.c
==============================================================================
--- stable/12/sys/dev/acpica/acpi_isab.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/dev/acpica/acpi_isab.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/acpica/acpi_pcivar.h
==============================================================================
--- stable/12/sys/dev/acpica/acpi_pcivar.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/dev/acpica/acpi_pcivar.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/pci/vga_pci.c
==============================================================================
--- stable/12/sys/dev/pci/vga_pci.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/dev/pci/vga_pci.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/rc/rc.c
==============================================================================
--- stable/12/sys/dev/rc/rc.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/dev/rc/rc.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -3,8 +3,8 @@
  *
  * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia.
  * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia.
- * Copyright (C) 2002 by John Baldwin <jhb at FreeBSD.org>
  * All rights reserved.
+ * Copyright (C) 2002 by John Baldwin <jhb at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/dev/rc/rcreg.h
==============================================================================
--- stable/12/sys/dev/rc/rcreg.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/dev/rc/rcreg.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -3,8 +3,8 @@
  *
  * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia.
  * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia.
- * Copyright (C) 2002 by John Baldwin <jhb at FreeBSD.org>
  * All rights reserved.
+ * Copyright (C) 2002 by John Baldwin <jhb at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/i386/pci/pci_pir.c
==============================================================================
--- stable/12/sys/i386/pci/pci_pir.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/i386/pci/pci_pir.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -4,8 +4,8 @@
  * Copyright (c) 1997, Stefan Esser <se at freebsd.org>
  * Copyright (c) 2000, Michael Smith <msmith at freebsd.org>
  * Copyright (c) 2000, BSDi
- * Copyright (c) 2004, John Baldwin <jhb at FreeBSD.org>
  * All rights reserved.
+ * Copyright (c) 2004, John Baldwin <jhb at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/kern/kern_ktr.c
==============================================================================
--- stable/12/sys/kern/kern_ktr.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/kern/kern_ktr.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2000 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/kern/kern_rwlock.c
==============================================================================
--- stable/12/sys/kern/kern_rwlock.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/kern/kern_rwlock.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/kern/subr_lock.c
==============================================================================
--- stable/12/sys/kern/subr_lock.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/kern/subr_lock.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/kern/subr_sleepqueue.c
==============================================================================
--- stable/12/sys/kern/subr_sleepqueue.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/kern/subr_sleepqueue.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2004 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/kern/subr_smp.c
==============================================================================
--- stable/12/sys/kern/subr_smp.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/kern/subr_smp.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2001, John Baldwin <jhb at FreeBSD.org>.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/_rwlock.h
==============================================================================
--- stable/12/sys/sys/_rwlock.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/sys/_rwlock.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/refcount.h
==============================================================================
--- stable/12/sys/sys/refcount.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/sys/refcount.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/rwlock.h
==============================================================================
--- stable/12/sys/sys/rwlock.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/sys/rwlock.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/sleepqueue.h
==============================================================================
--- stable/12/sys/sys/sleepqueue.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/sys/sleepqueue.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2004 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/sys/turnstile.h
==============================================================================
--- stable/12/sys/sys/turnstile.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/sys/turnstile.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2002 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/acpica/madt.c
==============================================================================
--- stable/12/sys/x86/acpica/madt.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/acpica/madt.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/include/apicvar.h
==============================================================================
--- stable/12/sys/x86/include/apicvar.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/include/apicvar.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/include/intr_machdep.h
==============================================================================
--- stable/12/sys/x86/include/intr_machdep.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/include/intr_machdep.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/isa/atpic.c
==============================================================================
--- stable/12/sys/x86/isa/atpic.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/isa/atpic.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/isa/elcr.c
==============================================================================
--- stable/12/sys/x86/isa/elcr.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/isa/elcr.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2004 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/x86/intr_machdep.c
==============================================================================
--- stable/12/sys/x86/x86/intr_machdep.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/x86/intr_machdep.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/x86/io_apic.c
==============================================================================
--- stable/12/sys/x86/x86/io_apic.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/x86/io_apic.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/x86/local_apic.c
==============================================================================
--- stable/12/sys/x86/x86/local_apic.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/x86/local_apic.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,9 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-3-Clause
  *
- * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
  * Copyright (c) 1996, by Steve Passe
  * All rights reserved.
+ * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/x86/mptable.c
==============================================================================
--- stable/12/sys/x86/x86/mptable.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/x86/mptable.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,9 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
  * Copyright (c) 1996, by Steve Passe
  * All rights reserved.
+ * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/x86/mptable_pci.c
==============================================================================
--- stable/12/sys/x86/x86/mptable_pci.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/x86/mptable_pci.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/sys/x86/xen/pvcpu_enum.c
==============================================================================
--- stable/12/sys/x86/xen/pvcpu_enum.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/sys/x86/xen/pvcpu_enum.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,9 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
  * Copyright (c) 2013 Roger Pau Monné <roger.pau at citrix.com>
  * All rights reserved.
+ * Copyright (c) 2003 John Baldwin <jhb at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/tests/sys/capsicum/ioctls_test.c
==============================================================================
--- stable/12/tests/sys/capsicum/ioctls_test.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/tests/sys/capsicum/ioctls_test.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2018 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/tests/sys/kern/ptrace_test.c
==============================================================================
--- stable/12/tests/sys/kern/ptrace_test.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/tests/sys/kern/ptrace_test.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/tools/tools/decioctl/decioctl.c
==============================================================================
--- stable/12/tools/tools/decioctl/decioctl.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/tools/tools/decioctl/decioctl.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2005-2006,2016 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/bhyve/gdb.c
==============================================================================
--- stable/12/usr.sbin/bhyve/gdb.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/usr.sbin/bhyve/gdb.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017-2018 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/bhyve/gdb.h
==============================================================================
--- stable/12/usr.sbin/bhyve/gdb.h	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/usr.sbin/bhyve/gdb.h	Sat Nov  7 18:10:59 2020	(r367457)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2017 John H. Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/devctl/devctl.8
==============================================================================
--- stable/12/usr.sbin/devctl/devctl.8	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/usr.sbin/devctl/devctl.8	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2015 John Baldwin <jhb at FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/devctl/devctl.c
==============================================================================
--- stable/12/usr.sbin/devctl/devctl.c	Sat Nov  7 18:07:55 2020	(r367456)
+++ stable/12/usr.sbin/devctl/devctl.c	Sat Nov  7 18:10:59 2020	(r367457)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 John Baldwin <jhb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-all mailing list