diff --git a/contrib/elftoolchain/libelf/gelf_mips64el.c b/contrib/elftoolchain/libelf/gelf_mips64el.c index e8a4d3d81957..14d9c96e3e07 100644 --- a/contrib/elftoolchain/libelf/gelf_mips64el.c +++ b/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 diff --git a/lib/libc/tests/gen/makecontext_test.c b/lib/libc/tests/gen/makecontext_test.c index 63bf7e90d836..50d835d15cbe 100644 --- a/lib/libc/tests/gen/makecontext_test.c +++ b/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 diff --git a/lib/libdevctl/devctl.3 b/lib/libdevctl/devctl.3 index f64aa28e959d..55fdd712ab99 100644 --- a/lib/libdevctl/devctl.3 +++ b/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 diff --git a/lib/libdevctl/devctl.c b/lib/libdevctl/devctl.c index 9c9ab7805672..34ced3c5da65 100644 --- a/lib/libdevctl/devctl.c +++ b/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 diff --git a/lib/libdevctl/devctl.h b/lib/libdevctl/devctl.h index 11a21753809d..7892802259f9 100644 --- a/lib/libdevctl/devctl.h +++ b/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 diff --git a/lib/libkvm/kvm_aarch64.h b/lib/libkvm/kvm_aarch64.h index 807fd610111f..13f1b2ef0cef 100644 --- a/lib/libkvm/kvm_aarch64.h +++ b/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 diff --git a/lib/libkvm/kvm_amd64.h b/lib/libkvm/kvm_amd64.h index a8511e645a66..9dd382065ea1 100644 --- a/lib/libkvm/kvm_amd64.h +++ b/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 diff --git a/lib/libkvm/kvm_arm.h b/lib/libkvm/kvm_arm.h index 035b70e78513..f441d65860ec 100644 --- a/lib/libkvm/kvm_arm.h +++ b/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 diff --git a/lib/libkvm/kvm_i386.h b/lib/libkvm/kvm_i386.h index 1a4d672f16f3..4d0d8d9639ad 100644 --- a/lib/libkvm/kvm_i386.h +++ b/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 diff --git a/lib/libkvm/kvm_mips.h b/lib/libkvm/kvm_mips.h index 715117d59fb9..9efe5b8e9093 100644 --- a/lib/libkvm/kvm_mips.h +++ b/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 diff --git a/lib/libkvm/kvm_native.3 b/lib/libkvm/kvm_native.3 index c1a8e7b11fb7..5db369349c5d 100644 --- a/lib/libkvm/kvm_native.3 +++ b/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 diff --git a/lib/libkvm/kvm_riscv.h b/lib/libkvm/kvm_riscv.h index 28472de998ca..d6b3ee99b98c 100644 --- a/lib/libkvm/kvm_riscv.h +++ b/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 diff --git a/lib/libkvm/kvm_sparc64.h b/lib/libkvm/kvm_sparc64.h index ed5ee1fe8faa..d46bcddc8d5c 100644 --- a/lib/libkvm/kvm_sparc64.h +++ b/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 diff --git a/lib/libsysdecode/errno.c b/lib/libsysdecode/errno.c index 0b6ae6083fb2..710d5f1a6994 100644 --- a/lib/libsysdecode/errno.c +++ b/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 diff --git a/lib/libsysdecode/signal.c b/lib/libsysdecode/signal.c index e764a5a35155..b947f8cfd836 100644 --- a/lib/libsysdecode/signal.c +++ b/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 diff --git a/lib/libsysdecode/syscallnames.c b/lib/libsysdecode/syscallnames.c index ae587c916df5..897f7e0fa53b 100644 --- a/lib/libsysdecode/syscallnames.c +++ b/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 diff --git a/lib/libsysdecode/sysdecode.3 b/lib/libsysdecode/sysdecode.3 index 0d93ef0338b4..41faca95e7e1 100644 --- a/lib/libsysdecode/sysdecode.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode.h b/lib/libsysdecode/sysdecode.h index 172adce556ab..218943245b66 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/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 diff --git a/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 b/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 index 78eb858ed5c4..e5efefbdbe3f 100644 --- a/lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_cap_rights.3 b/lib/libsysdecode/sysdecode_cap_rights.3 index c78b0a5c8e65..674e12ad3a01 100644 --- a/lib/libsysdecode/sysdecode_cap_rights.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_enum.3 b/lib/libsysdecode/sysdecode_enum.3 index b52a387657b4..1db625f40ff0 100644 --- a/lib/libsysdecode/sysdecode_enum.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_fcntl_arg.3 b/lib/libsysdecode/sysdecode_fcntl_arg.3 index 3996de0e399b..a2fa360205fb 100644 --- a/lib/libsysdecode/sysdecode_fcntl_arg.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_ioctlname.3 b/lib/libsysdecode/sysdecode_ioctlname.3 index 076de4dcd3f5..93b6f43c92f2 100644 --- a/lib/libsysdecode/sysdecode_ioctlname.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_kevent.3 b/lib/libsysdecode/sysdecode_kevent.3 index 18dfbc5fea1c..4fbf2c0fded3 100644 --- a/lib/libsysdecode/sysdecode_kevent.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_mask.3 b/lib/libsysdecode/sysdecode_mask.3 index 331c8078ec9d..d7e22dca9d63 100644 --- a/lib/libsysdecode/sysdecode_mask.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_quotactl_cmd.3 b/lib/libsysdecode/sysdecode_quotactl_cmd.3 index 8aec49d9e78f..3dc6669520e4 100644 --- a/lib/libsysdecode/sysdecode_quotactl_cmd.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_sigcode.3 b/lib/libsysdecode/sysdecode_sigcode.3 index 5675662956af..79dc0a6efc5d 100644 --- a/lib/libsysdecode/sysdecode_sigcode.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_socket_protocol.3 b/lib/libsysdecode/sysdecode_socket_protocol.3 index 66b92e5e2310..266bdf3fd793 100644 --- a/lib/libsysdecode/sysdecode_socket_protocol.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_sockopt_name.3 b/lib/libsysdecode/sysdecode_sockopt_name.3 index 3db6e0ef9545..4bd8ace8c0cb 100644 --- a/lib/libsysdecode/sysdecode_sockopt_name.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_syscallnames.3 b/lib/libsysdecode/sysdecode_syscallnames.3 index 9a571648247d..ae1170737f36 100644 --- a/lib/libsysdecode/sysdecode_syscallnames.3 +++ b/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 diff --git a/lib/libsysdecode/sysdecode_utrace.3 b/lib/libsysdecode/sysdecode_utrace.3 index 3ddb29fe01f8..507fd2164813 100644 --- a/lib/libsysdecode/sysdecode_utrace.3 +++ b/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 diff --git a/lib/libutil/kinfo_getvmobject.3 b/lib/libutil/kinfo_getvmobject.3 index dc0edd2bfecf..432c0d361b43 100644 --- a/lib/libutil/kinfo_getvmobject.3 +++ b/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 diff --git a/sbin/hastd/refcnt.h b/sbin/hastd/refcnt.h index 5e86f13a7c45..8001570b7c85 100644 --- a/sbin/hastd/refcnt.h +++ b/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 diff --git a/share/man/man3/sigevent.3 b/share/man/man3/sigevent.3 index 493691e0b275..f4edbea78ce2 100644 --- a/share/man/man3/sigevent.3 +++ b/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 diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index ee552b88b432..730c3ec619a0 100644 --- a/share/man/man4/ktr.4 +++ b/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 diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index fc745d5c2847..5deb9dcfa94a 100644 --- a/share/man/man4/witness.4 +++ b/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 diff --git a/share/man/man9/BUS_GET_CPUS.9 b/share/man/man9/BUS_GET_CPUS.9 index 7d7c1adfc277..d22fc2b6332a 100644 --- a/share/man/man9/BUS_GET_CPUS.9 +++ b/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 diff --git a/share/man/man9/BUS_RESCAN.9 b/share/man/man9/BUS_RESCAN.9 index eb963bd618ae..fbadfc5498d3 100644 --- a/share/man/man9/BUS_RESCAN.9 +++ b/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 diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9 index 8392dcadd38d..fa1105615478 100644 --- a/share/man/man9/atomic.9 +++ b/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 diff --git a/share/man/man9/bus_map_resource.9 b/share/man/man9/bus_map_resource.9 index eb7c328a9a1d..07b6591fd532 100644 --- a/share/man/man9/bus_map_resource.9 +++ b/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 diff --git a/share/man/man9/critical_enter.9 b/share/man/man9/critical_enter.9 index a1d63fccd1bb..3da3ac1d96a1 100644 --- a/share/man/man9/critical_enter.9 +++ b/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 diff --git a/share/man/man9/ithread.9 b/share/man/man9/ithread.9 index 1f4bfb985cec..2a2e44f3d6af 100644 --- a/share/man/man9/ithread.9 +++ b/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 diff --git a/share/man/man9/ktr.9 b/share/man/man9/ktr.9 index 98b601d669cc..17af74ff8459 100644 --- a/share/man/man9/ktr.9 +++ b/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 diff --git a/share/man/man9/runqueue.9 b/share/man/man9/runqueue.9 index 453ac9b95693..d6028ba1a2b9 100644 --- a/share/man/man9/runqueue.9 +++ b/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 diff --git a/share/man/man9/scheduler.9 b/share/man/man9/scheduler.9 index c56fd0b6c653..8366692ca9d8 100644 --- a/share/man/man9/scheduler.9 +++ b/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 diff --git a/share/man/man9/sleepqueue.9 b/share/man/man9/sleepqueue.9 index 46f6539c05ae..6d3b98009329 100644 --- a/share/man/man9/sleepqueue.9 +++ b/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 diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9 index 831a67e2eb28..b9ac0ca47b8b 100644 --- a/share/man/man9/swi.9 +++ b/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 diff --git a/stand/efi/libefi/devpath.c b/stand/efi/libefi/devpath.c index 7bd49c775b6b..7ed2b6b0bd3d 100644 --- a/stand/efi/libefi/devpath.c +++ b/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 diff --git a/stand/i386/cdboot/cdboot.S b/stand/i386/cdboot/cdboot.S index 9c3fb15ddf58..951b07f209d3 100644 --- a/stand/i386/cdboot/cdboot.S +++ b/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 diff --git a/stand/i386/libi386/pxe.c b/stand/i386/libi386/pxe.c index b5af41fa4642..217692b515f0 100644 --- a/stand/i386/libi386/pxe.c +++ b/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 diff --git a/stand/i386/libi386/pxe.h b/stand/i386/libi386/pxe.h index aebf1fffde79..a51d72dae650 100644 --- a/stand/i386/libi386/pxe.h +++ b/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 diff --git a/stand/i386/pxeldr/pxeldr.S b/stand/i386/pxeldr/pxeldr.S index ee1e18a1f38a..09e9fda7aa61 100644 --- a/stand/i386/pxeldr/pxeldr.S +++ b/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 diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h index 4101cdb8abd3..3dd3a9ce5d42 100644 --- a/sys/amd64/include/intr_machdep.h +++ b/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 diff --git a/sys/arm/arm/ptrace_machdep.c b/sys/arm/arm/ptrace_machdep.c index 3a6f2938ab88..563f962dc473 100644 --- a/sys/arm/arm/ptrace_machdep.c +++ b/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 diff --git a/sys/dev/acpica/acpi_isab.c b/sys/dev/acpica/acpi_isab.c index f37a55cd5dc9..605ea673d220 100644 --- a/sys/dev/acpica/acpi_isab.c +++ b/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 diff --git a/sys/dev/acpica/acpi_pcivar.h b/sys/dev/acpica/acpi_pcivar.h index a720cc25ab1e..d2720c44b5e7 100644 --- a/sys/dev/acpica/acpi_pcivar.h +++ b/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 diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 197a7d0e0797..6019ffb67701 100644 --- a/sys/dev/pci/vga_pci.c +++ b/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 diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 0c5eb19651d7..c4c4370af5fe 100644 --- a/sys/dev/rc/rc.c +++ b/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 diff --git a/sys/dev/rc/rcreg.h b/sys/dev/rc/rcreg.h index 9489257d9f8d..832a1cbe1e54 100644 --- a/sys/dev/rc/rcreg.h +++ b/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 diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index f9714ad18f07..863efd859074 100644 --- a/sys/i386/pci/pci_pir.c +++ b/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 diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c index bf925d474ee5..d1964406ea8f 100644 --- a/sys/kern/kern_ktr.c +++ b/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 diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index 2d3342e497d1..174632072add 100644 --- a/sys/kern/kern_rwlock.c +++ b/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 diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 4ac4e6bf00d6..2ebb1720267c 100644 --- a/sys/kern/subr_lock.c +++ b/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 diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c index d6db629db6c9..6f256167100a 100644 --- a/sys/kern/subr_sleepqueue.c +++ b/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 diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index f473d0c2a434..280ea96e36ae 100644 --- a/sys/kern/subr_smp.c +++ b/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 diff --git a/sys/sys/_rwlock.h b/sys/sys/_rwlock.h index 2e5583fcee9c..abd0034a4b20 100644 --- a/sys/sys/_rwlock.h +++ b/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 diff --git a/sys/sys/refcount.h b/sys/sys/refcount.h index a13a2d600f9f..6924605c309c 100644 --- a/sys/sys/refcount.h +++ b/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 diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h index 58d5881eb767..62655ae21ac5 100644 --- a/sys/sys/rwlock.h +++ b/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 diff --git a/sys/sys/sleepqueue.h b/sys/sys/sleepqueue.h index 07530e3bd789..08eec5cd4381 100644 --- a/sys/sys/sleepqueue.h +++ b/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 diff --git a/sys/sys/turnstile.h b/sys/sys/turnstile.h index b2a14eaf0aa9..975781ae9170 100644 --- a/sys/sys/turnstile.h +++ b/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 diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c index d590a639bf71..5c1e5b9f8848 100644 --- a/sys/x86/acpica/madt.c +++ b/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 diff --git a/sys/x86/include/apicvar.h b/sys/x86/include/apicvar.h index 7c80f62d0813..4e33cca22cdb 100644 --- a/sys/x86/include/apicvar.h +++ b/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 diff --git a/sys/x86/include/intr_machdep.h b/sys/x86/include/intr_machdep.h index b50ce438f62d..346a33a40b79 100644 --- a/sys/x86/include/intr_machdep.h +++ b/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 diff --git a/sys/x86/isa/atpic.c b/sys/x86/isa/atpic.c index e7e0cc79b54c..218fdb17035a 100644 --- a/sys/x86/isa/atpic.c +++ b/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 diff --git a/sys/x86/isa/elcr.c b/sys/x86/isa/elcr.c index c48d68e19307..7f2b90986d13 100644 --- a/sys/x86/isa/elcr.c +++ b/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 diff --git a/sys/x86/x86/intr_machdep.c b/sys/x86/x86/intr_machdep.c index 9f93ec96f837..86dde2d25db2 100644 --- a/sys/x86/x86/intr_machdep.c +++ b/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 diff --git a/sys/x86/x86/io_apic.c b/sys/x86/x86/io_apic.c index f33a55d7acf4..cf43a18aa073 100644 --- a/sys/x86/x86/io_apic.c +++ b/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 diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c index 75a3adb90bdc..a2f9a78b7ec0 100644 --- a/sys/x86/x86/local_apic.c +++ b/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 diff --git a/sys/x86/x86/mptable.c b/sys/x86/x86/mptable.c index 3172b7751da5..81e9157c3ba6 100644 --- a/sys/x86/x86/mptable.c +++ b/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 diff --git a/sys/x86/x86/mptable_pci.c b/sys/x86/x86/mptable_pci.c index 5ffe41f2e865..bb5ec4fac66f 100644 --- a/sys/x86/x86/mptable_pci.c +++ b/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 diff --git a/sys/x86/xen/pvcpu_enum.c b/sys/x86/xen/pvcpu_enum.c index 4bde633c9705..5d5c265fcc5f 100644 --- a/sys/x86/xen/pvcpu_enum.c +++ b/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 diff --git a/tests/sys/capsicum/ioctls_test.c b/tests/sys/capsicum/ioctls_test.c index 08c58935b933..b1c90e073bd1 100644 --- a/tests/sys/capsicum/ioctls_test.c +++ b/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 diff --git a/tests/sys/kern/ptrace_test.c b/tests/sys/kern/ptrace_test.c index 8bca329449fd..0971093d78bc 100644 --- a/tests/sys/kern/ptrace_test.c +++ b/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 diff --git a/tools/tools/decioctl/decioctl.c b/tools/tools/decioctl/decioctl.c index 3b0e20fbcbf5..f9af0f5a3a92 100644 --- a/tools/tools/decioctl/decioctl.c +++ b/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 diff --git a/usr.sbin/bhyve/gdb.c b/usr.sbin/bhyve/gdb.c index da44a1e00054..d08341bf5a0f 100644 --- a/usr.sbin/bhyve/gdb.c +++ b/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 diff --git a/usr.sbin/bhyve/gdb.h b/usr.sbin/bhyve/gdb.h index fa2184df1667..09ebc34f2468 100644 --- a/usr.sbin/bhyve/gdb.h +++ b/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 diff --git a/usr.sbin/devctl/devctl.8 b/usr.sbin/devctl/devctl.8 index 4974ee9c7685..481a99ec0dc6 100644 --- a/usr.sbin/devctl/devctl.8 +++ b/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 diff --git a/usr.sbin/devctl/devctl.c b/usr.sbin/devctl/devctl.c index 81fafcfd265b..20c332d89409 100644 --- a/usr.sbin/devctl/devctl.c +++ b/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