svn commit: r344855 - in head: contrib/elftoolchain/libelf lib/libc/tests/gen lib/libdevctl lib/libkvm lib/libsysdecode lib/libutil sbin/hastd share/man/man3 share/man/man4 share/man/man9 stand/efi...
John Baldwin
jhb at FreeBSD.org
Wed Mar 6 22:12:05 UTC 2019
Author: jhb
Date: Wed Mar 6 22:11:45 2019
New Revision: 344855
URL: https://svnweb.freebsd.org/changeset/base/344855
Log:
Drop "All rights reserved" from my copyright statements.
Reviewed by: rgrimes
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D19485
Modified:
head/contrib/elftoolchain/libelf/gelf_mips64el.c
head/lib/libc/tests/gen/makecontext_test.c
head/lib/libdevctl/devctl.3
head/lib/libdevctl/devctl.c
head/lib/libdevctl/devctl.h
head/lib/libkvm/kvm_aarch64.h
head/lib/libkvm/kvm_amd64.h
head/lib/libkvm/kvm_arm.h
head/lib/libkvm/kvm_i386.h
head/lib/libkvm/kvm_mips.h
head/lib/libkvm/kvm_native.3
head/lib/libkvm/kvm_riscv.h
head/lib/libkvm/kvm_sparc64.h
head/lib/libsysdecode/errno.c
head/lib/libsysdecode/signal.c
head/lib/libsysdecode/syscallnames.c
head/lib/libsysdecode/sysdecode.3
head/lib/libsysdecode/sysdecode.h
head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3
head/lib/libsysdecode/sysdecode_cap_rights.3
head/lib/libsysdecode/sysdecode_enum.3
head/lib/libsysdecode/sysdecode_fcntl_arg.3
head/lib/libsysdecode/sysdecode_ioctlname.3
head/lib/libsysdecode/sysdecode_kevent.3
head/lib/libsysdecode/sysdecode_mask.3
head/lib/libsysdecode/sysdecode_quotactl_cmd.3
head/lib/libsysdecode/sysdecode_sigcode.3
head/lib/libsysdecode/sysdecode_socket_protocol.3
head/lib/libsysdecode/sysdecode_sockopt_name.3
head/lib/libsysdecode/sysdecode_syscallnames.3
head/lib/libsysdecode/sysdecode_utrace.3
head/lib/libutil/kinfo_getvmobject.3
head/sbin/hastd/refcnt.h
head/share/man/man3/sigevent.3
head/share/man/man4/ktr.4
head/share/man/man4/witness.4
head/share/man/man9/BUS_GET_CPUS.9
head/share/man/man9/BUS_RESCAN.9
head/share/man/man9/atomic.9
head/share/man/man9/bus_map_resource.9
head/share/man/man9/critical_enter.9
head/share/man/man9/ithread.9
head/share/man/man9/ktr.9
head/share/man/man9/runqueue.9
head/share/man/man9/scheduler.9
head/share/man/man9/sleepqueue.9
head/share/man/man9/swi.9
head/stand/efi/libefi/devpath.c
head/stand/i386/cdboot/cdboot.S
head/stand/i386/libi386/pxe.c
head/stand/i386/libi386/pxe.h
head/stand/i386/pxeldr/pxeldr.S
head/sys/amd64/include/intr_machdep.h
head/sys/arm/arm/ptrace_machdep.c
head/sys/dev/acpica/acpi_isab.c
head/sys/dev/acpica/acpi_pcivar.h
head/sys/dev/pci/vga_pci.c
head/sys/dev/rc/rc.c
head/sys/dev/rc/rcreg.h
head/sys/i386/pci/pci_pir.c
head/sys/kern/kern_ktr.c
head/sys/kern/kern_rwlock.c
head/sys/kern/subr_lock.c
head/sys/kern/subr_sleepqueue.c
head/sys/kern/subr_smp.c
head/sys/sys/_rwlock.h
head/sys/sys/refcount.h
head/sys/sys/rwlock.h
head/sys/sys/sleepqueue.h
head/sys/sys/turnstile.h
head/sys/x86/acpica/madt.c
head/sys/x86/include/apicvar.h
head/sys/x86/include/intr_machdep.h
head/sys/x86/isa/atpic.c
head/sys/x86/isa/elcr.c
head/sys/x86/x86/intr_machdep.c
head/sys/x86/x86/io_apic.c
head/sys/x86/x86/local_apic.c
head/sys/x86/x86/mptable.c
head/sys/x86/x86/mptable_pci.c
head/sys/x86/xen/pvcpu_enum.c
head/tests/sys/capsicum/ioctls_test.c
head/tests/sys/kern/ptrace_test.c
head/tools/tools/decioctl/decioctl.c
head/usr.sbin/bhyve/gdb.c
head/usr.sbin/bhyve/gdb.h
head/usr.sbin/devctl/devctl.8
head/usr.sbin/devctl/devctl.c
Modified: head/contrib/elftoolchain/libelf/gelf_mips64el.c
==============================================================================
--- head/contrib/elftoolchain/libelf/gelf_mips64el.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/contrib/elftoolchain/libelf/gelf_mips64el.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libc/tests/gen/makecontext_test.c
==============================================================================
--- head/lib/libc/tests/gen/makecontext_test.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libc/tests/gen/makecontext_test.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libdevctl/devctl.3
==============================================================================
--- head/lib/libdevctl/devctl.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libdevctl/devctl.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libdevctl/devctl.c
==============================================================================
--- head/lib/libdevctl/devctl.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libdevctl/devctl.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libdevctl/devctl.h
==============================================================================
--- head/lib/libdevctl/devctl.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libdevctl/devctl.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_aarch64.h
==============================================================================
--- head/lib/libkvm/kvm_aarch64.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_aarch64.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_amd64.h
==============================================================================
--- head/lib/libkvm/kvm_amd64.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_amd64.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_arm.h
==============================================================================
--- head/lib/libkvm/kvm_arm.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_arm.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_i386.h
==============================================================================
--- head/lib/libkvm/kvm_i386.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_i386.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_mips.h
==============================================================================
--- head/lib/libkvm/kvm_mips.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_mips.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_native.3
==============================================================================
--- head/lib/libkvm/kvm_native.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_native.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_riscv.h
==============================================================================
--- head/lib/libkvm/kvm_riscv.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_riscv.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libkvm/kvm_sparc64.h
==============================================================================
--- head/lib/libkvm/kvm_sparc64.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libkvm/kvm_sparc64.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/errno.c
==============================================================================
--- head/lib/libsysdecode/errno.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/errno.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/signal.c
==============================================================================
--- head/lib/libsysdecode/signal.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/signal.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/syscallnames.c
==============================================================================
--- head/lib/libsysdecode/syscallnames.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/syscallnames.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode.3
==============================================================================
--- head/lib/libsysdecode/sysdecode.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode.h
==============================================================================
--- head/lib/libsysdecode/sysdecode.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_cap_rights.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_cap_rights.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_cap_rights.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_enum.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_enum.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_enum.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_fcntl_arg.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_fcntl_arg.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_fcntl_arg.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_ioctlname.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_ioctlname.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_ioctlname.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_kevent.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_kevent.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_kevent.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_mask.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_mask.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_mask.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_quotactl_cmd.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_quotactl_cmd.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_quotactl_cmd.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_sigcode.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_sigcode.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_sigcode.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_socket_protocol.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_socket_protocol.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_socket_protocol.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_sockopt_name.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_sockopt_name.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_sockopt_name.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_syscallnames.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_syscallnames.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_syscallnames.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libsysdecode/sysdecode_utrace.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_utrace.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libsysdecode/sysdecode_utrace.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/lib/libutil/kinfo_getvmobject.3
==============================================================================
--- head/lib/libutil/kinfo_getvmobject.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/lib/libutil/kinfo_getvmobject.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sbin/hastd/refcnt.h
==============================================================================
--- head/sbin/hastd/refcnt.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sbin/hastd/refcnt.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man3/sigevent.3
==============================================================================
--- head/share/man/man3/sigevent.3 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man3/sigevent.3 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man4/ktr.4
==============================================================================
--- head/share/man/man4/ktr.4 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man4/ktr.4 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man4/witness.4
==============================================================================
--- head/share/man/man4/witness.4 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man4/witness.4 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/BUS_GET_CPUS.9
==============================================================================
--- head/share/man/man9/BUS_GET_CPUS.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/BUS_GET_CPUS.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/BUS_RESCAN.9
==============================================================================
--- head/share/man/man9/BUS_RESCAN.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/BUS_RESCAN.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/atomic.9
==============================================================================
--- head/share/man/man9/atomic.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/atomic.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/bus_map_resource.9
==============================================================================
--- head/share/man/man9/bus_map_resource.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/bus_map_resource.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/critical_enter.9
==============================================================================
--- head/share/man/man9/critical_enter.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/critical_enter.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/ithread.9
==============================================================================
--- head/share/man/man9/ithread.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/ithread.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/ktr.9
==============================================================================
--- head/share/man/man9/ktr.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/ktr.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/runqueue.9
==============================================================================
--- head/share/man/man9/runqueue.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/runqueue.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/scheduler.9
==============================================================================
--- head/share/man/man9/scheduler.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/scheduler.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/sleepqueue.9
==============================================================================
--- head/share/man/man9/sleepqueue.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/sleepqueue.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/share/man/man9/swi.9
==============================================================================
--- head/share/man/man9/swi.9 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/share/man/man9/swi.9 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/stand/efi/libefi/devpath.c
==============================================================================
--- head/stand/efi/libefi/devpath.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/stand/efi/libefi/devpath.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/stand/i386/cdboot/cdboot.S
==============================================================================
--- head/stand/i386/cdboot/cdboot.S Wed Mar 6 20:13:02 2019 (r344854)
+++ head/stand/i386/cdboot/cdboot.S Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/stand/i386/libi386/pxe.c
==============================================================================
--- head/stand/i386/libi386/pxe.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/stand/i386/libi386/pxe.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/stand/i386/libi386/pxe.h
==============================================================================
--- head/stand/i386/libi386/pxe.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/stand/i386/libi386/pxe.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/stand/i386/pxeldr/pxeldr.S
==============================================================================
--- head/stand/i386/pxeldr/pxeldr.S Wed Mar 6 20:13:02 2019 (r344854)
+++ head/stand/i386/pxeldr/pxeldr.S Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/amd64/include/intr_machdep.h
==============================================================================
--- head/sys/amd64/include/intr_machdep.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/amd64/include/intr_machdep.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/arm/arm/ptrace_machdep.c
==============================================================================
--- head/sys/arm/arm/ptrace_machdep.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/arm/arm/ptrace_machdep.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/dev/acpica/acpi_isab.c
==============================================================================
--- head/sys/dev/acpica/acpi_isab.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/dev/acpica/acpi_isab.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/dev/acpica/acpi_pcivar.h
==============================================================================
--- head/sys/dev/acpica/acpi_pcivar.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/dev/acpica/acpi_pcivar.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/dev/pci/vga_pci.c
==============================================================================
--- head/sys/dev/pci/vga_pci.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/dev/pci/vga_pci.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/dev/rc/rc.c
==============================================================================
--- head/sys/dev/rc/rc.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/dev/rc/rc.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/dev/rc/rcreg.h
==============================================================================
--- head/sys/dev/rc/rcreg.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/dev/rc/rcreg.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/i386/pci/pci_pir.c
==============================================================================
--- head/sys/i386/pci/pci_pir.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/i386/pci/pci_pir.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/kern/kern_ktr.c
==============================================================================
--- head/sys/kern/kern_ktr.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/kern/kern_ktr.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/kern/kern_rwlock.c
==============================================================================
--- head/sys/kern/kern_rwlock.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/kern/kern_rwlock.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/kern/subr_lock.c
==============================================================================
--- head/sys/kern/subr_lock.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/kern/subr_lock.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/kern/subr_sleepqueue.c
==============================================================================
--- head/sys/kern/subr_sleepqueue.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/kern/subr_sleepqueue.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/kern/subr_smp.c
==============================================================================
--- head/sys/kern/subr_smp.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/kern/subr_smp.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/sys/_rwlock.h
==============================================================================
--- head/sys/sys/_rwlock.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/sys/_rwlock.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/sys/refcount.h
==============================================================================
--- head/sys/sys/refcount.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/sys/refcount.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/sys/rwlock.h
==============================================================================
--- head/sys/sys/rwlock.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/sys/rwlock.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/sys/sleepqueue.h
==============================================================================
--- head/sys/sys/sleepqueue.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/sys/sleepqueue.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/sys/turnstile.h
==============================================================================
--- head/sys/sys/turnstile.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/sys/turnstile.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/acpica/madt.c
==============================================================================
--- head/sys/x86/acpica/madt.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/acpica/madt.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/include/apicvar.h
==============================================================================
--- head/sys/x86/include/apicvar.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/include/apicvar.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/include/intr_machdep.h
==============================================================================
--- head/sys/x86/include/intr_machdep.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/include/intr_machdep.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/isa/atpic.c
==============================================================================
--- head/sys/x86/isa/atpic.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/isa/atpic.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/isa/elcr.c
==============================================================================
--- head/sys/x86/isa/elcr.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/isa/elcr.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/x86/intr_machdep.c
==============================================================================
--- head/sys/x86/x86/intr_machdep.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/x86/intr_machdep.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/x86/io_apic.c
==============================================================================
--- head/sys/x86/x86/io_apic.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/x86/io_apic.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/x86/local_apic.c
==============================================================================
--- head/sys/x86/x86/local_apic.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/x86/local_apic.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/x86/mptable.c
==============================================================================
--- head/sys/x86/x86/mptable.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/x86/mptable.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/x86/mptable_pci.c
==============================================================================
--- head/sys/x86/x86/mptable_pci.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/x86/mptable_pci.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/sys/x86/xen/pvcpu_enum.c
==============================================================================
--- head/sys/x86/xen/pvcpu_enum.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/sys/x86/xen/pvcpu_enum.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/tests/sys/capsicum/ioctls_test.c
==============================================================================
--- head/tests/sys/capsicum/ioctls_test.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/tests/sys/capsicum/ioctls_test.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/tests/sys/kern/ptrace_test.c
==============================================================================
--- head/tests/sys/kern/ptrace_test.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/tests/sys/kern/ptrace_test.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/tools/tools/decioctl/decioctl.c
==============================================================================
--- head/tools/tools/decioctl/decioctl.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/tools/tools/decioctl/decioctl.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/usr.sbin/bhyve/gdb.c
==============================================================================
--- head/usr.sbin/bhyve/gdb.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/usr.sbin/bhyve/gdb.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/usr.sbin/bhyve/gdb.h
==============================================================================
--- head/usr.sbin/bhyve/gdb.h Wed Mar 6 20:13:02 2019 (r344854)
+++ head/usr.sbin/bhyve/gdb.h Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/usr.sbin/devctl/devctl.8
==============================================================================
--- head/usr.sbin/devctl/devctl.8 Wed Mar 6 20:13:02 2019 (r344854)
+++ head/usr.sbin/devctl/devctl.8 Wed Mar 6 22:11:45 2019 (r344855)
@@ -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: head/usr.sbin/devctl/devctl.c
==============================================================================
--- head/usr.sbin/devctl/devctl.c Wed Mar 6 20:13:02 2019 (r344854)
+++ head/usr.sbin/devctl/devctl.c Wed Mar 6 22:11:45 2019 (r344855)
@@ -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