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 /lib | |
parent | e91609a771dd0fbbe0df5ae4ccbb4df3e18c62c5 (diff) |
Notes
Diffstat (limited to 'lib')
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 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 |