Index: head/contrib/elftoolchain/libelf/gelf_mips64el.c =================================================================== --- head/contrib/elftoolchain/libelf/gelf_mips64el.c +++ head/contrib/elftoolchain/libelf/gelf_mips64el.c @@ -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 Index: head/lib/libc/tests/gen/makecontext_test.c =================================================================== --- head/lib/libc/tests/gen/makecontext_test.c +++ head/lib/libc/tests/gen/makecontext_test.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libdevctl/devctl.h =================================================================== --- head/lib/libdevctl/devctl.h +++ head/lib/libdevctl/devctl.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2014 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libdevctl/devctl.3 =================================================================== --- head/lib/libdevctl/devctl.3 +++ head/lib/libdevctl/devctl.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2014 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libdevctl/devctl.c =================================================================== --- head/lib/libdevctl/devctl.c +++ head/lib/libdevctl/devctl.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2014 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_aarch64.h =================================================================== --- head/lib/libkvm/kvm_aarch64.h +++ head/lib/libkvm/kvm_aarch64.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_amd64.h =================================================================== --- head/lib/libkvm/kvm_amd64.h +++ head/lib/libkvm/kvm_amd64.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_arm.h =================================================================== --- head/lib/libkvm/kvm_arm.h +++ head/lib/libkvm/kvm_arm.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_i386.h =================================================================== --- head/lib/libkvm/kvm_i386.h +++ head/lib/libkvm/kvm_i386.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_mips.h =================================================================== --- head/lib/libkvm/kvm_mips.h +++ head/lib/libkvm/kvm_mips.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_native.3 =================================================================== --- head/lib/libkvm/kvm_native.3 +++ head/lib/libkvm/kvm_native.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libkvm/kvm_riscv.h =================================================================== --- head/lib/libkvm/kvm_riscv.h +++ head/lib/libkvm/kvm_riscv.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * Copyright (c) 2019 Mitchell Horne * * Redistribution and use in source and binary forms, with or without Index: head/lib/libkvm/kvm_sparc64.h =================================================================== --- head/lib/libkvm/kvm_sparc64.h +++ head/lib/libkvm/kvm_sparc64.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/errno.c =================================================================== --- head/lib/libsysdecode/errno.c +++ head/lib/libsysdecode/errno.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/signal.c =================================================================== --- head/lib/libsysdecode/signal.c +++ head/lib/libsysdecode/signal.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/syscallnames.c =================================================================== --- head/lib/libsysdecode/syscallnames.c +++ head/lib/libsysdecode/syscallnames.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode.h =================================================================== --- head/lib/libsysdecode/sysdecode.h +++ head/lib/libsysdecode/sysdecode.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode.3 =================================================================== --- head/lib/libsysdecode/sysdecode.3 +++ head/lib/libsysdecode/sysdecode.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 =================================================================== --- head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 +++ head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_cap_rights.3 =================================================================== --- head/lib/libsysdecode/sysdecode_cap_rights.3 +++ head/lib/libsysdecode/sysdecode_cap_rights.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_enum.3 =================================================================== --- head/lib/libsysdecode/sysdecode_enum.3 +++ head/lib/libsysdecode/sysdecode_enum.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_fcntl_arg.3 =================================================================== --- head/lib/libsysdecode/sysdecode_fcntl_arg.3 +++ head/lib/libsysdecode/sysdecode_fcntl_arg.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_ioctlname.3 =================================================================== --- head/lib/libsysdecode/sysdecode_ioctlname.3 +++ head/lib/libsysdecode/sysdecode_ioctlname.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_kevent.3 =================================================================== --- head/lib/libsysdecode/sysdecode_kevent.3 +++ head/lib/libsysdecode/sysdecode_kevent.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2017 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_mask.3 =================================================================== --- head/lib/libsysdecode/sysdecode_mask.3 +++ head/lib/libsysdecode/sysdecode_mask.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_quotactl_cmd.3 =================================================================== --- head/lib/libsysdecode/sysdecode_quotactl_cmd.3 +++ head/lib/libsysdecode/sysdecode_quotactl_cmd.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_sigcode.3 =================================================================== --- head/lib/libsysdecode/sysdecode_sigcode.3 +++ head/lib/libsysdecode/sysdecode_sigcode.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_socket_protocol.3 =================================================================== --- head/lib/libsysdecode/sysdecode_socket_protocol.3 +++ head/lib/libsysdecode/sysdecode_socket_protocol.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_sockopt_name.3 =================================================================== --- head/lib/libsysdecode/sysdecode_sockopt_name.3 +++ head/lib/libsysdecode/sysdecode_sockopt_name.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_syscallnames.3 =================================================================== --- head/lib/libsysdecode/sysdecode_syscallnames.3 +++ head/lib/libsysdecode/sysdecode_syscallnames.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libsysdecode/sysdecode_utrace.3 =================================================================== --- head/lib/libsysdecode/sysdecode_utrace.3 +++ head/lib/libsysdecode/sysdecode_utrace.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/lib/libutil/kinfo_getvmobject.3 =================================================================== --- head/lib/libutil/kinfo_getvmobject.3 +++ head/lib/libutil/kinfo_getvmobject.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/sbin/hastd/refcnt.h =================================================================== --- head/sbin/hastd/refcnt.h +++ head/sbin/hastd/refcnt.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2005 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/share/man/man3/sigevent.3 =================================================================== --- head/share/man/man3/sigevent.3 +++ head/share/man/man3/sigevent.3 @@ -1,7 +1,6 @@ .\" -*- nroff -*- .\" .\" Copyright (c) 2016 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man4/ktr.4 =================================================================== --- head/share/man/man4/ktr.4 +++ head/share/man/man4/ktr.4 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man4/witness.4 =================================================================== --- head/share/man/man4/witness.4 +++ head/share/man/man4/witness.4 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/BUS_GET_CPUS.9 =================================================================== --- head/share/man/man9/BUS_GET_CPUS.9 +++ head/share/man/man9/BUS_GET_CPUS.9 @@ -1,7 +1,6 @@ .\" -*- nroff -*- .\" .\" Copyright (c) 2016 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/BUS_RESCAN.9 =================================================================== --- head/share/man/man9/BUS_RESCAN.9 +++ head/share/man/man9/BUS_RESCAN.9 @@ -1,7 +1,6 @@ .\" -*- nroff -*- .\" .\" Copyright (c) 2016 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/atomic.9 =================================================================== --- head/share/man/man9/atomic.9 +++ head/share/man/man9/atomic.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/bus_map_resource.9 =================================================================== --- head/share/man/man9/bus_map_resource.9 +++ head/share/man/man9/bus_map_resource.9 @@ -1,7 +1,6 @@ .\" -*- nroff -*- .\" .\" Copyright (c) 2016 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/critical_enter.9 =================================================================== --- head/share/man/man9/critical_enter.9 +++ head/share/man/man9/critical_enter.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001,2002 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/ithread.9 =================================================================== --- head/share/man/man9/ithread.9 +++ head/share/man/man9/ithread.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/ktr.9 =================================================================== --- head/share/man/man9/ktr.9 +++ head/share/man/man9/ktr.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/runqueue.9 =================================================================== --- head/share/man/man9/runqueue.9 +++ head/share/man/man9/runqueue.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/scheduler.9 =================================================================== --- head/share/man/man9/scheduler.9 +++ head/share/man/man9/scheduler.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/sleepqueue.9 =================================================================== --- head/share/man/man9/sleepqueue.9 +++ head/share/man/man9/sleepqueue.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2004 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/share/man/man9/swi.9 =================================================================== --- head/share/man/man9/swi.9 +++ head/share/man/man9/swi.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/stand/efi/libefi/devpath.c =================================================================== --- head/stand/efi/libefi/devpath.c +++ head/stand/efi/libefi/devpath.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/stand/i386/cdboot/cdboot.S =================================================================== --- head/stand/i386/cdboot/cdboot.S +++ head/stand/i386/cdboot/cdboot.S @@ -1,6 +1,5 @@ # # Copyright (c) 2001 John Baldwin -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Index: head/stand/i386/libi386/pxe.h =================================================================== --- head/stand/i386/libi386/pxe.h +++ head/stand/i386/libi386/pxe.h @@ -4,7 +4,6 @@ * Copyright (c) 2000 Paul Saab * All rights reserved. * 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 Index: head/stand/i386/libi386/pxe.c =================================================================== --- head/stand/i386/libi386/pxe.c +++ head/stand/i386/libi386/pxe.c @@ -1,8 +1,8 @@ /*- * Copyright (c) 2000 Alfred Perlstein * Copyright (c) 2000 Paul Saab - * Copyright (c) 2000 John Baldwin * All rights reserved. + * Copyright (c) 2000 John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/stand/i386/pxeldr/pxeldr.S =================================================================== --- head/stand/i386/pxeldr/pxeldr.S +++ head/stand/i386/pxeldr/pxeldr.S @@ -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 Index: head/sys/amd64/include/intr_machdep.h =================================================================== --- head/sys/amd64/include/intr_machdep.h +++ head/sys/amd64/include/intr_machdep.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/arm/arm/ptrace_machdep.c =================================================================== --- head/sys/arm/arm/ptrace_machdep.c +++ head/sys/arm/arm/ptrace_machdep.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2017 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/dev/acpica/acpi_isab.c =================================================================== --- head/sys/dev/acpica/acpi_isab.c +++ head/sys/dev/acpica/acpi_isab.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/dev/acpica/acpi_pcivar.h =================================================================== --- head/sys/dev/acpica/acpi_pcivar.h +++ head/sys/dev/acpica/acpi_pcivar.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/dev/pci/vga_pci.c =================================================================== --- head/sys/dev/pci/vga_pci.c +++ head/sys/dev/pci/vga_pci.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2005 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/dev/rc/rc.c =================================================================== --- head/sys/dev/rc/rc.c +++ head/sys/dev/rc/rc.c @@ -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 * All rights reserved. + * Copyright (C) 2002 by John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/dev/rc/rcreg.h =================================================================== --- head/sys/dev/rc/rcreg.h +++ head/sys/dev/rc/rcreg.h @@ -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 * All rights reserved. + * Copyright (C) 2002 by John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/i386/pci/pci_pir.c =================================================================== --- head/sys/i386/pci/pci_pir.c +++ head/sys/i386/pci/pci_pir.c @@ -4,8 +4,8 @@ * Copyright (c) 1997, Stefan Esser * Copyright (c) 2000, Michael Smith * Copyright (c) 2000, BSDi - * Copyright (c) 2004, John Baldwin * All rights reserved. + * Copyright (c) 2004, John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/kern/kern_ktr.c =================================================================== --- head/sys/kern/kern_ktr.c +++ head/sys/kern/kern_ktr.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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 Index: head/sys/kern/kern_rwlock.c =================================================================== --- head/sys/kern/kern_rwlock.c +++ head/sys/kern/kern_rwlock.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/kern/subr_lock.c =================================================================== --- head/sys/kern/subr_lock.c +++ head/sys/kern/subr_lock.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/kern/subr_sleepqueue.c =================================================================== --- head/sys/kern/subr_sleepqueue.c +++ head/sys/kern/subr_sleepqueue.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/kern/subr_smp.c =================================================================== --- head/sys/kern/subr_smp.c +++ head/sys/kern/subr_smp.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2001, John Baldwin . - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/sys/_rwlock.h =================================================================== --- head/sys/sys/_rwlock.h +++ head/sys/sys/_rwlock.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/sys/refcount.h =================================================================== --- head/sys/sys/refcount.h +++ head/sys/sys/refcount.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2005 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/sys/rwlock.h =================================================================== --- head/sys/sys/rwlock.h +++ head/sys/sys/rwlock.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/sys/sleepqueue.h =================================================================== --- head/sys/sys/sleepqueue.h +++ head/sys/sys/sleepqueue.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/sys/turnstile.h =================================================================== --- head/sys/sys/turnstile.h +++ head/sys/sys/turnstile.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2002 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/acpica/madt.c =================================================================== --- head/sys/x86/acpica/madt.c +++ head/sys/x86/acpica/madt.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/include/apicvar.h =================================================================== --- head/sys/x86/include/apicvar.h +++ head/sys/x86/include/apicvar.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/include/intr_machdep.h =================================================================== --- head/sys/x86/include/intr_machdep.h +++ head/sys/x86/include/intr_machdep.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/isa/atpic.c =================================================================== --- head/sys/x86/isa/atpic.c +++ head/sys/x86/isa/atpic.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/isa/elcr.c =================================================================== --- head/sys/x86/isa/elcr.c +++ head/sys/x86/isa/elcr.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/x86/intr_machdep.c =================================================================== --- head/sys/x86/x86/intr_machdep.c +++ head/sys/x86/x86/intr_machdep.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/x86/io_apic.c =================================================================== --- head/sys/x86/x86/io_apic.c +++ head/sys/x86/x86/io_apic.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/x86/local_apic.c =================================================================== --- head/sys/x86/x86/local_apic.c +++ head/sys/x86/x86/local_apic.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2003 John Baldwin * Copyright (c) 1996, by Steve Passe * All rights reserved. + * Copyright (c) 2003 John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/x86/mptable.c =================================================================== --- head/sys/x86/x86/mptable.c +++ head/sys/x86/x86/mptable.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2003 John Baldwin * Copyright (c) 1996, by Steve Passe * All rights reserved. + * Copyright (c) 2003 John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/x86/mptable_pci.c =================================================================== --- head/sys/x86/x86/mptable_pci.c +++ head/sys/x86/x86/mptable_pci.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2003 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/sys/x86/xen/pvcpu_enum.c =================================================================== --- head/sys/x86/xen/pvcpu_enum.c +++ head/sys/x86/xen/pvcpu_enum.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2003 John Baldwin * Copyright (c) 2013 Roger Pau Monné * All rights reserved. + * Copyright (c) 2003 John Baldwin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/tests/sys/capsicum/ioctls_test.c =================================================================== --- head/tests/sys/capsicum/ioctls_test.c +++ head/tests/sys/capsicum/ioctls_test.c @@ -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 Index: head/tests/sys/kern/ptrace_test.c =================================================================== --- head/tests/sys/kern/ptrace_test.c +++ head/tests/sys/kern/ptrace_test.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/tools/tools/decioctl/decioctl.c =================================================================== --- head/tools/tools/decioctl/decioctl.c +++ head/tools/tools/decioctl/decioctl.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2005-2006,2016 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/usr.sbin/bhyve/gdb.h =================================================================== --- head/usr.sbin/bhyve/gdb.h +++ head/usr.sbin/bhyve/gdb.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/usr.sbin/bhyve/gdb.c =================================================================== --- head/usr.sbin/bhyve/gdb.c +++ head/usr.sbin/bhyve/gdb.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017-2018 John H. Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: head/usr.sbin/devctl/devctl.8 =================================================================== --- head/usr.sbin/devctl/devctl.8 +++ head/usr.sbin/devctl/devctl.8 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Index: head/usr.sbin/devctl/devctl.c =================================================================== --- head/usr.sbin/devctl/devctl.c +++ head/usr.sbin/devctl/devctl.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2014 John Baldwin - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions