summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/gen/makecontext_test.c1
-rw-r--r--lib/libdevctl/devctl.31
-rw-r--r--lib/libdevctl/devctl.c1
-rw-r--r--lib/libdevctl/devctl.h1
-rw-r--r--lib/libkvm/kvm_aarch64.h1
-rw-r--r--lib/libkvm/kvm_amd64.h1
-rw-r--r--lib/libkvm/kvm_arm.h1
-rw-r--r--lib/libkvm/kvm_i386.h1
-rw-r--r--lib/libkvm/kvm_mips.h1
-rw-r--r--lib/libkvm/kvm_native.31
-rw-r--r--lib/libkvm/kvm_riscv.h1
-rw-r--r--lib/libkvm/kvm_sparc64.h1
-rw-r--r--lib/libsysdecode/errno.c1
-rw-r--r--lib/libsysdecode/signal.c1
-rw-r--r--lib/libsysdecode/syscallnames.c1
-rw-r--r--lib/libsysdecode/sysdecode.31
-rw-r--r--lib/libsysdecode/sysdecode.h1
-rw-r--r--lib/libsysdecode/sysdecode_abi_to_freebsd_errno.31
-rw-r--r--lib/libsysdecode/sysdecode_cap_rights.31
-rw-r--r--lib/libsysdecode/sysdecode_enum.31
-rw-r--r--lib/libsysdecode/sysdecode_fcntl_arg.31
-rw-r--r--lib/libsysdecode/sysdecode_ioctlname.31
-rw-r--r--lib/libsysdecode/sysdecode_kevent.31
-rw-r--r--lib/libsysdecode/sysdecode_mask.31
-rw-r--r--lib/libsysdecode/sysdecode_quotactl_cmd.31
-rw-r--r--lib/libsysdecode/sysdecode_sigcode.31
-rw-r--r--lib/libsysdecode/sysdecode_socket_protocol.31
-rw-r--r--lib/libsysdecode/sysdecode_sockopt_name.31
-rw-r--r--lib/libsysdecode/sysdecode_syscallnames.31
-rw-r--r--lib/libsysdecode/sysdecode_utrace.31
-rw-r--r--lib/libutil/kinfo_getvmobject.31
31 files changed, 0 insertions, 31 deletions
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 <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 f64aa28e959d..55fdd712ab99 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 9c9ab7805672..34ced3c5da65 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 11a21753809d..7892802259f9 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 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 <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 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 <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 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 <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 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 <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 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 <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 c1a8e7b11fb7..5db369349c5d 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 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 <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 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 <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 0b6ae6083fb2..710d5f1a6994 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 e764a5a35155..b947f8cfd836 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 ae587c916df5..897f7e0fa53b 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 0d93ef0338b4..41faca95e7e1 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 172adce556ab..218943245b66 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 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 <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 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 <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 b52a387657b4..1db625f40ff0 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 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 <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 076de4dcd3f5..93b6f43c92f2 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 18dfbc5fea1c..4fbf2c0fded3 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 331c8078ec9d..d7e22dca9d63 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 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 <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 5675662956af..79dc0a6efc5d 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 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 <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 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 <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 9a571648247d..ae1170737f36 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 3ddb29fe01f8..507fd2164813 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 dc0edd2bfecf..432c0d361b43 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