git: 560e22c8fe46 - main - Remove "All Rights Reserved" from FreeBSD Foundation libc copyrights

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 13:53:39 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=560e22c8fe460e00d16e5268fe1fbb316ad81101

commit 560e22c8fe460e00d16e5268fe1fbb316ad81101
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-07-21 13:51:53 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-07-21 13:53:31 +0000

    Remove "All Rights Reserved" from FreeBSD Foundation libc copyrights
    
    As per the updated FreeBSD copyright template.  These were unambiguous
    cases where the Foundation was the only listed copyright holder.
    
    Sponsored by:   The FreeBSD Foundation
---
 lib/libc/aarch64/gen/_ctx_start.S                  | 1 -
 lib/libc/aarch64/gen/fabs.S                        | 1 -
 lib/libc/aarch64/gen/fpgetmask.c                   | 1 -
 lib/libc/aarch64/gen/fpsetmask.c                   | 1 -
 lib/libc/aarch64/gen/makecontext.c                 | 1 -
 lib/libc/aarch64/gen/sigsetjmp.S                   | 1 -
 lib/libc/aarch64/sys/syscall.S                     | 1 -
 lib/libc/capability/cap_rights_init.3              | 1 -
 lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c | 1 -
 lib/libc/gen/cap_rights_get.3                      | 1 -
 lib/libc/gen/cap_sandboxed.3                       | 1 -
 lib/libc/gen/cap_sandboxed.c                       | 1 -
 lib/libc/gen/memalign.c                            | 1 -
 lib/libc/locale/ctype.c                            | 1 -
 lib/libc/locale/ctype_l.3                          | 1 -
 lib/libc/locale/duplocale.3                        | 1 -
 lib/libc/locale/freelocale.3                       | 1 -
 lib/libc/locale/newlocale.3                        | 1 -
 lib/libc/locale/querylocale.3                      | 1 -
 lib/libc/locale/uselocale.3                        | 1 -
 lib/libc/locale/xlocale.3                          | 1 -
 lib/libc/locale/xlocale.c                          | 1 -
 lib/libc/locale/xlocale_private.h                  | 1 -
 lib/libc/stdlib/cxa_thread_atexit.c                | 1 -
 lib/libc/stdlib/strtold.c                          | 1 -
 lib/libc/sys/_umtx_op.2                            | 1 -
 lib/libc/sys/accept.c                              | 1 -
 lib/libc/sys/accept4.c                             | 1 -
 lib/libc/sys/aio_suspend.c                         | 1 -
 lib/libc/sys/bindat.2                              | 1 -
 lib/libc/sys/cap_fcntls_limit.2                    | 1 -
 lib/libc/sys/cap_ioctls_limit.2                    | 1 -
 lib/libc/sys/close.c                               | 1 -
 lib/libc/sys/connect.c                             | 1 -
 lib/libc/sys/connectat.2                           | 1 -
 lib/libc/sys/fdatasync.c                           | 1 -
 lib/libc/sys/fork.c                                | 1 -
 lib/libc/sys/fsync.c                               | 1 -
 lib/libc/sys/interposing_table.c                   | 1 -
 lib/libc/sys/kevent.c                              | 1 -
 lib/libc/sys/msync.c                               | 1 -
 lib/libc/sys/nanosleep.c                           | 1 -
 lib/libc/sys/open.c                                | 1 -
 lib/libc/sys/openat.c                              | 1 -
 lib/libc/sys/pdfork.c                              | 1 -
 lib/libc/sys/poll.c                                | 1 -
 lib/libc/sys/ppoll.c                               | 1 -
 lib/libc/sys/pselect.c                             | 1 -
 lib/libc/sys/ptrace.c                              | 1 -
 lib/libc/sys/read.c                                | 1 -
 lib/libc/sys/readv.c                               | 1 -
 lib/libc/sys/recvfrom.c                            | 1 -
 lib/libc/sys/recvmsg.c                             | 1 -
 lib/libc/sys/select.c                              | 1 -
 lib/libc/sys/sendmsg.c                             | 1 -
 lib/libc/sys/sendto.c                              | 1 -
 lib/libc/sys/setcontext.c                          | 1 -
 lib/libc/sys/sigaction.c                           | 1 -
 lib/libc/sys/sigprocmask.c                         | 1 -
 lib/libc/sys/sigsuspend.c                          | 1 -
 lib/libc/sys/sigtimedwait.c                        | 1 -
 lib/libc/sys/sigwaitinfo.c                         | 1 -
 lib/libc/sys/thr_exit.2                            | 1 -
 lib/libc/sys/thr_kill.2                            | 1 -
 lib/libc/sys/thr_new.2                             | 1 -
 lib/libc/sys/thr_self.2                            | 1 -
 lib/libc/sys/thr_set_name.2                        | 1 -
 lib/libc/sys/thr_suspend.2                         | 1 -
 lib/libc/sys/thr_wake.2                            | 1 -
 lib/libc/sys/wait4.c                               | 1 -
 lib/libc/sys/wait6.c                               | 1 -
 lib/libc/sys/write.c                               | 1 -
 lib/libc/sys/writev.c                              | 1 -
 lib/libc/x86/sys/pkru.3                            | 1 -
 lib/libc/x86/sys/pkru.c                            | 1 -
 75 files changed, 75 deletions(-)

diff --git a/lib/libc/aarch64/gen/_ctx_start.S b/lib/libc/aarch64/gen/_ctx_start.S
index 8664f69667c3..6f3634c052a7 100644
--- a/lib/libc/aarch64/gen/_ctx_start.S
+++ b/lib/libc/aarch64/gen/_ctx_start.S
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Andrew Turner under
  * sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/aarch64/gen/fabs.S b/lib/libc/aarch64/gen/fabs.S
index 2f5fd06dec6c..a6a1873c82fa 100644
--- a/lib/libc/aarch64/gen/fabs.S
+++ b/lib/libc/aarch64/gen/fabs.S
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 The FreeBSD Foundation
- * 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/aarch64/gen/fpgetmask.c b/lib/libc/aarch64/gen/fpgetmask.c
index afc05b479a44..aa0d88e99238 100644
--- a/lib/libc/aarch64/gen/fpgetmask.c
+++ b/lib/libc/aarch64/gen/fpgetmask.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Andrew Turner under
  * sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/aarch64/gen/fpsetmask.c b/lib/libc/aarch64/gen/fpsetmask.c
index de9ac043b472..15f59d377653 100644
--- a/lib/libc/aarch64/gen/fpsetmask.c
+++ b/lib/libc/aarch64/gen/fpsetmask.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Andrew Turner under
  * sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/aarch64/gen/makecontext.c b/lib/libc/aarch64/gen/makecontext.c
index 747d2c53b198..a87541d57608 100644
--- a/lib/libc/aarch64/gen/makecontext.c
+++ b/lib/libc/aarch64/gen/makecontext.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Andrew Turner under
  * sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/aarch64/gen/sigsetjmp.S b/lib/libc/aarch64/gen/sigsetjmp.S
index 917e1ef6ee56..e0d0cd1aba20 100644
--- a/lib/libc/aarch64/gen/sigsetjmp.S
+++ b/lib/libc/aarch64/gen/sigsetjmp.S
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Andrew Turner under
  * sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/aarch64/sys/syscall.S b/lib/libc/aarch64/sys/syscall.S
index 63148357d567..bd460279e4a0 100644
--- a/lib/libc/aarch64/sys/syscall.S
+++ b/lib/libc/aarch64/sys/syscall.S
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Andrew Turner under
  * sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/capability/cap_rights_init.3 b/lib/libc/capability/cap_rights_init.3
index 9695a188e317..e823a5a1496b 100644
--- a/lib/libc/capability/cap_rights_init.3
+++ b/lib/libc/capability/cap_rights_init.3
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2013 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship
 .\" from the FreeBSD Foundation.
diff --git a/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c b/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c
index 1c566ecf4809..197d77c69541 100644
--- a/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c
+++ b/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/gen/cap_rights_get.3 b/lib/libc/gen/cap_rights_get.3
index 521f3cde25c5..21815b73aa71 100644
--- a/lib/libc/gen/cap_rights_get.3
+++ b/lib/libc/gen/cap_rights_get.3
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2013 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship
 .\" from the FreeBSD Foundation.
diff --git a/lib/libc/gen/cap_sandboxed.3 b/lib/libc/gen/cap_sandboxed.3
index 5dc5c8be6570..0db42276ca28 100644
--- a/lib/libc/gen/cap_sandboxed.3
+++ b/lib/libc/gen/cap_sandboxed.3
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2012 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship
 .\" from the FreeBSD Foundation.
diff --git a/lib/libc/gen/cap_sandboxed.c b/lib/libc/gen/cap_sandboxed.c
index fd16c4845dce..f81d12217e33 100644
--- a/lib/libc/gen/cap_sandboxed.c
+++ b/lib/libc/gen/cap_sandboxed.c
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2012 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Pawel Jakub Dawidek under sponsorship from
  * the FreeBSD Foundation.
diff --git a/lib/libc/gen/memalign.c b/lib/libc/gen/memalign.c
index ff1c967482cd..4f5ea2fd61fd 100644
--- a/lib/libc/gen/memalign.c
+++ b/lib/libc/gen/memalign.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2020 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/locale/ctype.c b/lib/libc/locale/ctype.c
index 8a88b8d6512e..d396dad1f4bf 100644
--- a/lib/libc/locale/ctype.c
+++ b/lib/libc/locale/ctype.c
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by David Chisnall under sponsorship from
  * the FreeBSD Foundation.
diff --git a/lib/libc/locale/ctype_l.3 b/lib/libc/locale/ctype_l.3
index 5f427de06394..7680803667d2 100644
--- a/lib/libc/locale/ctype_l.3
+++ b/lib/libc/locale/ctype_l.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/duplocale.3 b/lib/libc/locale/duplocale.3
index bc0c4bced812..a4064c25140e 100644
--- a/lib/libc/locale/duplocale.3
+++ b/lib/libc/locale/duplocale.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/freelocale.3 b/lib/libc/locale/freelocale.3
index d3e2d4498226..4b7d0dae6c8e 100644
--- a/lib/libc/locale/freelocale.3
+++ b/lib/libc/locale/freelocale.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/newlocale.3 b/lib/libc/locale/newlocale.3
index cc5043df8eb1..0b135c04de60 100644
--- a/lib/libc/locale/newlocale.3
+++ b/lib/libc/locale/newlocale.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/querylocale.3 b/lib/libc/locale/querylocale.3
index ecafee49a712..92ac3ecd05d9 100644
--- a/lib/libc/locale/querylocale.3
+++ b/lib/libc/locale/querylocale.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/uselocale.3 b/lib/libc/locale/uselocale.3
index 96d0008f7837..b1e75ecd7bba 100644
--- a/lib/libc/locale/uselocale.3
+++ b/lib/libc/locale/uselocale.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/xlocale.3 b/lib/libc/locale/xlocale.3
index da217c601100..d1d424feba41 100644
--- a/lib/libc/locale/xlocale.3
+++ b/lib/libc/locale/xlocale.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2011 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by David Chisnall under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/locale/xlocale.c b/lib/libc/locale/xlocale.c
index 4bddc43c086b..c53963b2812f 100644
--- a/lib/libc/locale/xlocale.c
+++ b/lib/libc/locale/xlocale.c
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by David Chisnall under sponsorship from
  * the FreeBSD Foundation.
diff --git a/lib/libc/locale/xlocale_private.h b/lib/libc/locale/xlocale_private.h
index bc40f28fc9eb..ed1733ba6798 100644
--- a/lib/libc/locale/xlocale_private.h
+++ b/lib/libc/locale/xlocale_private.h
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by David Chisnall under sponsorship from
  * the FreeBSD Foundation.
diff --git a/lib/libc/stdlib/cxa_thread_atexit.c b/lib/libc/stdlib/cxa_thread_atexit.c
index 6f03ef0d3235..06fcc3c87c26 100644
--- a/lib/libc/stdlib/cxa_thread_atexit.c
+++ b/lib/libc/stdlib/cxa_thread_atexit.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 The FreeBSD Foundation
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/stdlib/strtold.c b/lib/libc/stdlib/strtold.c
index 250b8558acb9..469e43818be6 100644
--- a/lib/libc/stdlib/strtold.c
+++ b/lib/libc/stdlib/strtold.c
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (C) 2011 The FreeBSD Foundation
- * All rights reserved.
  *
  * This software was developed by David Chisnall under sponsorship from the
  * FreeBSD Foundation.
diff --git a/lib/libc/sys/_umtx_op.2 b/lib/libc/sys/_umtx_op.2
index ecd46b7d0247..f4a908b85017 100644
--- a/lib/libc/sys/_umtx_op.2
+++ b/lib/libc/sys/_umtx_op.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/accept.c b/lib/libc/sys/accept.c
index 38e32f2c836d..10007ec61a69 100644
--- a/lib/libc/sys/accept.c
+++ b/lib/libc/sys/accept.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/accept4.c b/lib/libc/sys/accept4.c
index 2907b047efdc..0440c79a034b 100644
--- a/lib/libc/sys/accept4.c
+++ b/lib/libc/sys/accept4.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/aio_suspend.c b/lib/libc/sys/aio_suspend.c
index 020edf8a74fa..35a050e1fd0d 100644
--- a/lib/libc/sys/aio_suspend.c
+++ b/lib/libc/sys/aio_suspend.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/bindat.2 b/lib/libc/sys/bindat.2
index 12c9b3767689..174f82c56160 100644
--- a/lib/libc/sys/bindat.2
+++ b/lib/libc/sys/bindat.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2013 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/sys/cap_fcntls_limit.2 b/lib/libc/sys/cap_fcntls_limit.2
index b09aebbe78f0..eb223ac5d512 100644
--- a/lib/libc/sys/cap_fcntls_limit.2
+++ b/lib/libc/sys/cap_fcntls_limit.2
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2012 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/sys/cap_ioctls_limit.2 b/lib/libc/sys/cap_ioctls_limit.2
index 0cf5ea8ca038..6014db6fb485 100644
--- a/lib/libc/sys/cap_ioctls_limit.2
+++ b/lib/libc/sys/cap_ioctls_limit.2
@@ -1,6 +1,5 @@
 .\"
 .\" Copyright (c) 2012 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/sys/close.c b/lib/libc/sys/close.c
index f7b36f85ddd5..fa1a6f01f0ae 100644
--- a/lib/libc/sys/close.c
+++ b/lib/libc/sys/close.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/connect.c b/lib/libc/sys/connect.c
index 7969142ad072..d2863857ac8a 100644
--- a/lib/libc/sys/connect.c
+++ b/lib/libc/sys/connect.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/connectat.2 b/lib/libc/sys/connectat.2
index 3b90baa0b6f2..db3a15600b82 100644
--- a/lib/libc/sys/connectat.2
+++ b/lib/libc/sys/connectat.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2013 The FreeBSD Foundation
-.\" All rights reserved.
 .\"
 .\" This documentation was written by Pawel Jakub Dawidek under sponsorship from
 .\" the FreeBSD Foundation.
diff --git a/lib/libc/sys/fdatasync.c b/lib/libc/sys/fdatasync.c
index fed97913d31e..504f39a14df2 100644
--- a/lib/libc/sys/fdatasync.c
+++ b/lib/libc/sys/fdatasync.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2016 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/fork.c b/lib/libc/sys/fork.c
index 695540a7264f..04ff1edd4857 100644
--- a/lib/libc/sys/fork.c
+++ b/lib/libc/sys/fork.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/fsync.c b/lib/libc/sys/fsync.c
index 5f1512932baa..2e2d10e91df9 100644
--- a/lib/libc/sys/fsync.c
+++ b/lib/libc/sys/fsync.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/interposing_table.c b/lib/libc/sys/interposing_table.c
index b2cfb3250cd9..adbfe9daa05b 100644
--- a/lib/libc/sys/interposing_table.c
+++ b/lib/libc/sys/interposing_table.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/kevent.c b/lib/libc/sys/kevent.c
index 5f84ef8b10a6..b3bf2b6f6592 100644
--- a/lib/libc/sys/kevent.c
+++ b/lib/libc/sys/kevent.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2015 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/msync.c b/lib/libc/sys/msync.c
index d86cc0462dd8..e7a1a4a9629a 100644
--- a/lib/libc/sys/msync.c
+++ b/lib/libc/sys/msync.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/nanosleep.c b/lib/libc/sys/nanosleep.c
index 412b05e778b0..89cbd5e06e36 100644
--- a/lib/libc/sys/nanosleep.c
+++ b/lib/libc/sys/nanosleep.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/open.c b/lib/libc/sys/open.c
index e0273c68a34c..740d1da53598 100644
--- a/lib/libc/sys/open.c
+++ b/lib/libc/sys/open.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/openat.c b/lib/libc/sys/openat.c
index 1bd12ea2a8d8..62188fbc3e48 100644
--- a/lib/libc/sys/openat.c
+++ b/lib/libc/sys/openat.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/pdfork.c b/lib/libc/sys/pdfork.c
index d98f9b2f7d26..f58d36736d7c 100644
--- a/lib/libc/sys/pdfork.c
+++ b/lib/libc/sys/pdfork.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2021 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/poll.c b/lib/libc/sys/poll.c
index 43c17d2f65ce..5b48e4b1bcab 100644
--- a/lib/libc/sys/poll.c
+++ b/lib/libc/sys/poll.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/ppoll.c b/lib/libc/sys/ppoll.c
index f62fd19cafe1..4f346fb19b39 100644
--- a/lib/libc/sys/ppoll.c
+++ b/lib/libc/sys/ppoll.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2015 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/pselect.c b/lib/libc/sys/pselect.c
index a623a7d5cc74..0839f48dfd37 100644
--- a/lib/libc/sys/pselect.c
+++ b/lib/libc/sys/pselect.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/ptrace.c b/lib/libc/sys/ptrace.c
index 2bb615fe563e..69160762c6c8 100644
--- a/lib/libc/sys/ptrace.c
+++ b/lib/libc/sys/ptrace.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2016 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/read.c b/lib/libc/sys/read.c
index ab30189026e3..fd9ee37bf1e5 100644
--- a/lib/libc/sys/read.c
+++ b/lib/libc/sys/read.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/readv.c b/lib/libc/sys/readv.c
index 567292750da0..b02274cb00a0 100644
--- a/lib/libc/sys/readv.c
+++ b/lib/libc/sys/readv.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/recvfrom.c b/lib/libc/sys/recvfrom.c
index aa6ef3fb7be2..c7b815a53d8b 100644
--- a/lib/libc/sys/recvfrom.c
+++ b/lib/libc/sys/recvfrom.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/recvmsg.c b/lib/libc/sys/recvmsg.c
index 282ede9995ff..afb15fa673ea 100644
--- a/lib/libc/sys/recvmsg.c
+++ b/lib/libc/sys/recvmsg.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/select.c b/lib/libc/sys/select.c
index 3990496ec412..e607921da72c 100644
--- a/lib/libc/sys/select.c
+++ b/lib/libc/sys/select.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sendmsg.c b/lib/libc/sys/sendmsg.c
index 794464339043..8b1505a796ac 100644
--- a/lib/libc/sys/sendmsg.c
+++ b/lib/libc/sys/sendmsg.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sendto.c b/lib/libc/sys/sendto.c
index ecf98ee05b19..d3914c7472a0 100644
--- a/lib/libc/sys/sendto.c
+++ b/lib/libc/sys/sendto.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/setcontext.c b/lib/libc/sys/setcontext.c
index 31b888f2bcff..2b1d5aba0e63 100644
--- a/lib/libc/sys/setcontext.c
+++ b/lib/libc/sys/setcontext.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sigaction.c b/lib/libc/sys/sigaction.c
index b4d65639b816..e050832f4705 100644
--- a/lib/libc/sys/sigaction.c
+++ b/lib/libc/sys/sigaction.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sigprocmask.c b/lib/libc/sys/sigprocmask.c
index d24bb89c1f79..76ecd9fd98ac 100644
--- a/lib/libc/sys/sigprocmask.c
+++ b/lib/libc/sys/sigprocmask.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sigsuspend.c b/lib/libc/sys/sigsuspend.c
index 1f980a117a1b..5b20b743114e 100644
--- a/lib/libc/sys/sigsuspend.c
+++ b/lib/libc/sys/sigsuspend.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sigtimedwait.c b/lib/libc/sys/sigtimedwait.c
index 4e067192ca4b..5c81927a526d 100644
--- a/lib/libc/sys/sigtimedwait.c
+++ b/lib/libc/sys/sigtimedwait.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/sigwaitinfo.c b/lib/libc/sys/sigwaitinfo.c
index b9cdc79bc224..6849a1d7c1b9 100644
--- a/lib/libc/sys/sigwaitinfo.c
+++ b/lib/libc/sys/sigwaitinfo.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/thr_exit.2 b/lib/libc/sys/thr_exit.2
index 8040e0ccbf63..af5d171546ad 100644
--- a/lib/libc/sys/thr_exit.2
+++ b/lib/libc/sys/thr_exit.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/thr_kill.2 b/lib/libc/sys/thr_kill.2
index 2378cb60fc88..b13aba8b458c 100644
--- a/lib/libc/sys/thr_kill.2
+++ b/lib/libc/sys/thr_kill.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/thr_new.2 b/lib/libc/sys/thr_new.2
index 408ec2a27747..5516dd1ae4ac 100644
--- a/lib/libc/sys/thr_new.2
+++ b/lib/libc/sys/thr_new.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/thr_self.2 b/lib/libc/sys/thr_self.2
index 423efa4beca1..d172673e602f 100644
--- a/lib/libc/sys/thr_self.2
+++ b/lib/libc/sys/thr_self.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/thr_set_name.2 b/lib/libc/sys/thr_set_name.2
index f63cc4d467ed..0318dc95e845 100644
--- a/lib/libc/sys/thr_set_name.2
+++ b/lib/libc/sys/thr_set_name.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/thr_suspend.2 b/lib/libc/sys/thr_suspend.2
index da981bcb36ef..adc994b6d7ba 100644
--- a/lib/libc/sys/thr_suspend.2
+++ b/lib/libc/sys/thr_suspend.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/thr_wake.2 b/lib/libc/sys/thr_wake.2
index b8862b4a3f9c..339dfc1f84ff 100644
--- a/lib/libc/sys/thr_wake.2
+++ b/lib/libc/sys/thr_wake.2
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/sys/wait4.c b/lib/libc/sys/wait4.c
index a5dbd0fcb1aa..0b14c363ed32 100644
--- a/lib/libc/sys/wait4.c
+++ b/lib/libc/sys/wait4.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/wait6.c b/lib/libc/sys/wait6.c
index d280a7698747..af6a1b219a54 100644
--- a/lib/libc/sys/wait6.c
+++ b/lib/libc/sys/wait6.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2015 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/write.c b/lib/libc/sys/write.c
index ffb1aa5ffba7..d38f7dfa9294 100644
--- a/lib/libc/sys/write.c
+++ b/lib/libc/sys/write.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/sys/writev.c b/lib/libc/sys/writev.c
index 20b10053dc59..0ea5576b5b04 100644
--- a/lib/libc/sys/writev.c
+++ b/lib/libc/sys/writev.c
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2014 The FreeBSD Foundation.
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/x86/sys/pkru.3 b/lib/libc/x86/sys/pkru.3
index fc9a7ba8ca86..41cbf465b452 100644
--- a/lib/libc/x86/sys/pkru.3
+++ b/lib/libc/x86/sys/pkru.3
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
-.\" All rights reserved.
 .\"
 .\" This documentation was written by
 .\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libc/x86/sys/pkru.c b/lib/libc/x86/sys/pkru.c
index 28ce93389fd0..a5fc16ca4a47 100644
--- a/lib/libc/x86/sys/pkru.c
+++ b/lib/libc/x86/sys/pkru.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.