diff options
author | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 22:11:45 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 22:11:45 +0000 |
commit | 2e43efd0bb1e9cd780f02fa5b888f9264e66e37b (patch) | |
tree | 83a184557e1ca420a76e9d755dd72cf16a08930f | |
parent | e91609a771dd0fbbe0df5ae4ccbb4df3e18c62c5 (diff) |
Notes
88 files changed, 7 insertions, 88 deletions
diff --git a/contrib/elftoolchain/libelf/gelf_mips64el.c b/contrib/elftoolchain/libelf/gelf_mips64el.c index e8a4d3d81957f..14d9c96e3e079 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 63bf7e90d836a..50d835d15cbe9 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 <jhb@FreeBSD.org> - * 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 f64aa28e959d5..55fdd712ab993 100644 --- a/lib/libdevctl/devctl.3 +++ b/lib/libdevctl/devctl.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2014 John Baldwin <jhb@FreeBSD.org> -.\" 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 9c9ab7805672f..34ced3c5da655 100644 --- a/lib/libdevctl/devctl.c +++ b/lib/libdevctl/devctl.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2014 John Baldwin <jhb@FreeBSD.org> - * 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 11a21753809dd..7892802259f95 100644 --- a/lib/libdevctl/devctl.h +++ b/lib/libdevctl/devctl.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2014 John Baldwin <jhb@FreeBSD.org> - * 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 807fd610111f2..13f1b2ef0cefc 100644 --- a/lib/libkvm/kvm_aarch64.h +++ b/lib/libkvm/kvm_aarch64.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 a8511e645a66a..9dd382065ea12 100644 --- a/lib/libkvm/kvm_amd64.h +++ b/lib/libkvm/kvm_amd64.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 035b70e785130..f441d65860ec1 100644 --- a/lib/libkvm/kvm_arm.h +++ b/lib/libkvm/kvm_arm.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 1a4d672f16f3c..4d0d8d9639adf 100644 --- a/lib/libkvm/kvm_i386.h +++ b/lib/libkvm/kvm_i386.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 715117d59fb90..9efe5b8e90931 100644 --- a/lib/libkvm/kvm_mips.h +++ b/lib/libkvm/kvm_mips.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 c1a8e7b11fb76..5db369349c5d7 100644 --- a/lib/libkvm/kvm_native.3 +++ b/lib/libkvm/kvm_native.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> -.\" 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 28472de998ca2..d6b3ee99b98c4 100644 --- a/lib/libkvm/kvm_riscv.h +++ b/lib/libkvm/kvm_riscv.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 ed5ee1fe8faa5..d46bcddc8d5cc 100644 --- a/lib/libkvm/kvm_sparc64.h +++ b/lib/libkvm/kvm_sparc64.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 0b6ae6083fb27..710d5f1a69941 100644 --- a/lib/libsysdecode/errno.c +++ b/lib/libsysdecode/errno.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 e764a5a351557..b947f8cfd836a 100644 --- a/lib/libsysdecode/signal.c +++ b/lib/libsysdecode/signal.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John H. Baldwin <jhb@FreeBSD.org> - * 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 ae587c916df5a..897f7e0fa53b5 100644 --- a/lib/libsysdecode/syscallnames.c +++ b/lib/libsysdecode/syscallnames.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 0d93ef0338b44..41faca95e7e16 100644 --- a/lib/libsysdecode/sysdecode.3 +++ b/lib/libsysdecode/sysdecode.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> -.\" 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 172adce556abc..218943245b66a 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/lib/libsysdecode/sysdecode.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org> - * 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 78eb858ed5c44..e5efefbdbe3f9 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 <jhb@FreeBSD.org> -.\" 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 c78b0a5c8e657..674e12ad3a017 100644 --- a/lib/libsysdecode/sysdecode_cap_rights.3 +++ b/lib/libsysdecode/sysdecode_cap_rights.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 b52a387657b49..1db625f40ff0e 100644 --- a/lib/libsysdecode/sysdecode_enum.3 +++ b/lib/libsysdecode/sysdecode_enum.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 3996de0e399b0..a2fa360205fbe 100644 --- a/lib/libsysdecode/sysdecode_fcntl_arg.3 +++ b/lib/libsysdecode/sysdecode_fcntl_arg.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 076de4dcd3f57..93b6f43c92f26 100644 --- a/lib/libsysdecode/sysdecode_ioctlname.3 +++ b/lib/libsysdecode/sysdecode_ioctlname.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> -.\" 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 18dfbc5fea1ca..4fbf2c0fded30 100644 --- a/lib/libsysdecode/sysdecode_kevent.3 +++ b/lib/libsysdecode/sysdecode_kevent.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2017 John Baldwin <jhb@FreeBSD.org> -.\" 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 331c8078ec9d4..d7e22dca9d63f 100644 --- a/lib/libsysdecode/sysdecode_mask.3 +++ b/lib/libsysdecode/sysdecode_mask.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 8aec49d9e78f7..3dc6669520e4c 100644 --- a/lib/libsysdecode/sysdecode_quotactl_cmd.3 +++ b/lib/libsysdecode/sysdecode_quotactl_cmd.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 5675662956af0..79dc0a6efc5df 100644 --- a/lib/libsysdecode/sysdecode_sigcode.3 +++ b/lib/libsysdecode/sysdecode_sigcode.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 66b92e5e2310f..266bdf3fd793e 100644 --- a/lib/libsysdecode/sysdecode_socket_protocol.3 +++ b/lib/libsysdecode/sysdecode_socket_protocol.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 3db6e0ef9545d..4bd8ace8c0cb6 100644 --- a/lib/libsysdecode/sysdecode_sockopt_name.3 +++ b/lib/libsysdecode/sysdecode_sockopt_name.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 9a571648247dd..ae1170737f365 100644 --- a/lib/libsysdecode/sysdecode_syscallnames.3 +++ b/lib/libsysdecode/sysdecode_syscallnames.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> -.\" 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 3ddb29fe01f8a..507fd21648136 100644 --- a/lib/libsysdecode/sysdecode_utrace.3 +++ b/lib/libsysdecode/sysdecode_utrace.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> -.\" 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 dc0edd2bfecf0..432c0d361b43e 100644 --- a/lib/libutil/kinfo_getvmobject.3 +++ b/lib/libutil/kinfo_getvmobject.3 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> -.\" 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 5e86f13a7c450..8001570b7c853 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 <jhb@FreeBSD.org> - * 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 493691e0b2757..f4edbea78ce29 100644 --- a/share/man/man3/sigevent.3 +++ b/share/man/man3/sigevent.3 @@ -1,7 +1,6 @@ .\" -*- nroff -*- .\" .\" Copyright (c) 2016 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 ee552b88b4325..730c3ec619a06 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 fc745d5c28479..5deb9dcfa94a2 100644 --- a/share/man/man4/witness.4 +++ b/share/man/man4/witness.4 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 7d7c1adfc2770..d22fc2b6332a2 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 <jhb@FreeBSD.org> -.\" 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 eb963bd618ae3..fbadfc5498d37 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 <jhb@FreeBSD.org> -.\" 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 8392dcadd38de..fa11056154789 100644 --- a/share/man/man9/atomic.9 +++ b/share/man/man9/atomic.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 eb7c328a9a1da..07b6591fd5321 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 <jhb@FreeBSD.org> -.\" 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 a1d63fccd1bb0..3da3ac1d96a10 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 <jhb@FreeBSD.org> -.\" 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 1f4bfb985cec9..2a2e44f3d6af0 100644 --- a/share/man/man9/ithread.9 +++ b/share/man/man9/ithread.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 98b601d669cce..17af74ff84593 100644 --- a/share/man/man9/ktr.9 +++ b/share/man/man9/ktr.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 453ac9b956939..d6028ba1a2b9a 100644 --- a/share/man/man9/runqueue.9 +++ b/share/man/man9/runqueue.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 c56fd0b6c6538..8366692ca9d88 100644 --- a/share/man/man9/scheduler.9 +++ b/share/man/man9/scheduler.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 46f6539c05ae8..6d3b98009329b 100644 --- a/share/man/man9/sleepqueue.9 +++ b/share/man/man9/sleepqueue.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2004 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 831a67e2eb287..b9ac0ca47b8bb 100644 --- a/share/man/man9/swi.9 +++ b/share/man/man9/swi.9 @@ -1,5 +1,4 @@ .\" Copyright (c) 2000-2001 John H. Baldwin <jhb@FreeBSD.org> -.\" 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 7bd49c775b6be..7ed2b6b0bd3d7 100644 --- a/stand/efi/libefi/devpath.c +++ b/stand/efi/libefi/devpath.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> - * 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 9c3fb15ddf580..951b07f209d39 100644 --- a/stand/i386/cdboot/cdboot.S +++ b/stand/i386/cdboot/cdboot.S @@ -1,6 +1,5 @@ # # Copyright (c) 2001 John Baldwin <jhb@FreeBSD.org> -# 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 b5af41fa4642a..217692b515f0f 100644 --- a/stand/i386/libi386/pxe.c +++ b/stand/i386/libi386/pxe.c @@ -1,8 +1,8 @@ /*- * Copyright (c) 2000 Alfred Perlstein <alfred@freebsd.org> * Copyright (c) 2000 Paul Saab <ps@freebsd.org> - * Copyright (c) 2000 John Baldwin <jhb@freebsd.org> * All rights reserved. + * Copyright (c) 2000 John Baldwin <jhb@freebsd.org> * * 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 aebf1fffde796..a51d72dae6505 100644 --- a/stand/i386/libi386/pxe.h +++ b/stand/i386/libi386/pxe.h @@ -4,7 +4,6 @@ * Copyright (c) 2000 Paul Saab <ps@freebsd.org> * All rights reserved. * Copyright (c) 2000 John Baldwin <jhb@freebsd.org> - * 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 ee1e18a1f38af..09e9fda7aa61c 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 4101cdb8abd3b..3dd3a9ce5d426 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 <jhb@FreeBSD.org> - * 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 3a6f2938ab881..563f962dc473f 100644 --- a/sys/arm/arm/ptrace_machdep.c +++ b/sys/arm/arm/ptrace_machdep.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2017 John Baldwin <jhb@FreeBSD.org> - * 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 f37a55cd5dc90..605ea673d2202 100644 --- a/sys/dev/acpica/acpi_isab.c +++ b/sys/dev/acpica/acpi_isab.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> - * 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 a720cc25ab1e9..d2720c44b5e7f 100644 --- a/sys/dev/acpica/acpi_pcivar.h +++ b/sys/dev/acpica/acpi_pcivar.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> - * 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 197a7d0e0797c..6019ffb677016 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 <jhb@FreeBSD.org> - * 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 0c5eb19651d7c..c4c4370af5fe8 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 <jhb@FreeBSD.org> * All rights reserved. + * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * * 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 9489257d9f8da..832a1cbe1e54d 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 <jhb@FreeBSD.org> * All rights reserved. + * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * * 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 f9714ad18f07c..863efd8590747 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -4,8 +4,8 @@ * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi - * Copyright (c) 2004, John Baldwin <jhb@FreeBSD.org> * All rights reserved. + * Copyright (c) 2004, John Baldwin <jhb@FreeBSD.org> * * 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 bf925d474ee57..d1964406ea8f6 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 <jhb@FreeBSD.org> - * 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 2d3342e497d12..174632072add9 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 <jhb@FreeBSD.org> - * 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 4ac4e6bf00d69..2ebb1720267ce 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 <jhb@FreeBSD.org> - * 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 d6db629db6c9d..6f256167100a8 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 <jhb@FreeBSD.org> - * 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 f473d0c2a4349..280ea96e36ae7 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 <jhb@FreeBSD.org>. - * 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 2e5583fcee9c9..abd0034a4b206 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 <jhb@FreeBSD.org> - * 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 a13a2d600f9fd..6924605c309cc 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 <jhb@FreeBSD.org> - * 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 58d5881eb7676..62655ae21ac5c 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 <jhb@FreeBSD.org> - * 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 07530e3bd789d..08eec5cd43811 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 <jhb@FreeBSD.org> - * 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 b2a14eaf0aa95..975781ae91706 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 <jhb@FreeBSD.org> - * 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 d590a639bf715..5c1e5b9f88484 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 <jhb@FreeBSD.org> - * 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 7c80f62d0813f..4e33cca22cdb8 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 <jhb@FreeBSD.org> - * 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 b50ce438f62d7..346a33a40b793 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 <jhb@FreeBSD.org> - * 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 e7e0cc79b54c3..218fdb17035ad 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 <jhb@FreeBSD.org> - * 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 c48d68e193077..7f2b90986d135 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 <jhb@FreeBSD.org> - * 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 9f93ec96f8370..86dde2d25db22 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 <jhb@FreeBSD.org> - * 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 f33a55d7acf47..cf43a18aa073b 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 <jhb@FreeBSD.org> - * 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 75a3adb90bdc3..a2f9a78b7ec04 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 <jhb@FreeBSD.org> * Copyright (c) 1996, by Steve Passe * All rights reserved. + * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * * 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 3172b7751da57..81e9157c3ba6b 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 <jhb@FreeBSD.org> * Copyright (c) 1996, by Steve Passe * All rights reserved. + * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * * 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 5ffe41f2e865f..bb5ec4fac66ff 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 <jhb@FreeBSD.org> - * 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 4bde633c97052..5d5c265fcc5fb 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 <jhb@FreeBSD.org> * Copyright (c) 2013 Roger Pau Monné <roger.pau@citrix.com> * All rights reserved. + * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * * 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 08c58935b9330..b1c90e073bd18 100644 --- a/tests/sys/capsicum/ioctls_test.c +++ b/tests/sys/capsicum/ioctls_test.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2018 John Baldwin <jhb@FreeBSD.org> - * 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 8bca329449fd3..0971093d78bc3 100644 --- a/tests/sys/kern/ptrace_test.c +++ b/tests/sys/kern/ptrace_test.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> - * 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 3b0e20fbcbf5c..f9af0f5a3a926 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 <jhb@FreeBSD.org> - * 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 da44a1e00054e..d08341bf5a0f6 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 <jhb@FreeBSD.org> - * 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 fa2184df16675..09ebc34f24688 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 <jhb@FreeBSD.org> - * 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 4974ee9c76858..481a99ec0dc62 100644 --- a/usr.sbin/devctl/devctl.8 +++ b/usr.sbin/devctl/devctl.8 @@ -1,6 +1,5 @@ .\" .\" Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org> -.\" 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 81fafcfd265bf..20c332d89409f 100644 --- a/usr.sbin/devctl/devctl.c +++ b/usr.sbin/devctl/devctl.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2014 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |