git: dab59af3bcc7 - main - Canonicalize the name of the FreeBSD Foundation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Oct 2024 21:03:22 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=dab59af3bcc7cb7ba01569d3044894b3e860ad56
commit dab59af3bcc7cb7ba01569d3044894b3e860ad56
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2024-10-23 21:03:07 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-10-23 21:03:07 +0000
Canonicalize the name of the FreeBSD Foundation
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
---
crypto/openssh/blacklist.c | 2 +-
crypto/openssh/blacklist_client.h | 2 +-
lib/libsys/_umtx_op.2 | 2 +-
lib/libsys/fsync.2 | 2 +-
lib/libsys/getrlimitusage.2 | 2 +-
lib/libsys/sigfastblock.2 | 2 +-
lib/libsys/thr_exit.2 | 2 +-
lib/libsys/thr_kill.2 | 2 +-
lib/libsys/thr_new.2 | 2 +-
lib/libsys/thr_self.2 | 2 +-
lib/libsys/thr_set_name.2 | 2 +-
lib/libsys/thr_suspend.2 | 2 +-
lib/libsys/thr_wake.2 | 2 +-
lib/libsys/x86/pkru.3 | 2 +-
lib/libthr/libthr.3 | 2 +-
sbin/ldconfig/ldconfig.8 | 2 +-
share/man/man3/pthread_mutex_consistent.3 | 2 +-
share/man/man3/pthread_mutexattr.3 | 2 +-
share/man/man3/pthread_sigqueue.3 | 2 +-
share/man/man4/fdescfs.4 | 2 +-
share/man/man4/nvdimm.4 | 2 +-
share/man/man4/tmpfs.4 | 2 +-
share/man/man7/security.7 | 2 +-
share/man/man9/VOP_READ_PGCACHE.9 | 2 +-
share/man/man9/refcount.9 | 2 +-
share/man/man9/vm_map_protect.9 | 2 +-
stand/man/loader.efi.8 | 2 +-
sys/dev/mgb/if_mgb.c | 2 +-
sys/dev/mgb/if_mgb.h | 2 +-
usr.bin/posixshmcontrol/posixshmcontrol.1 | 2 +-
usr.bin/proccontrol/proccontrol.1 | 2 +-
31 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/crypto/openssh/blacklist.c b/crypto/openssh/blacklist.c
index f118edab40cf..33d02607dd98 100644
--- a/crypto/openssh/blacklist.c
+++ b/crypto/openssh/blacklist.c
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
- * Copyright (c) 2016 The FreeBSD Foundation, Inc.
+ * Copyright (c) 2016 The FreeBSD Foundation
* All rights reserved.
*
* Portions of this software were developed by Kurt Lidl
diff --git a/crypto/openssh/blacklist_client.h b/crypto/openssh/blacklist_client.h
index 236884092010..601a44461e20 100644
--- a/crypto/openssh/blacklist_client.h
+++ b/crypto/openssh/blacklist_client.h
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
- * Copyright (c) 2016 The FreeBSD Foundation, Inc.
+ * Copyright (c) 2016 The FreeBSD Foundation
* All rights reserved.
*
* Portions of this software were developed by Kurt Lidl
diff --git a/lib/libsys/_umtx_op.2 b/lib/libsys/_umtx_op.2
index 60f90c32ba35..974850fb8425 100644
--- a/lib/libsys/_umtx_op.2
+++ b/lib/libsys/_umtx_op.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/fsync.2 b/lib/libsys/fsync.2
index f4b8c183b64c..d05c078af1e6 100644
--- a/lib/libsys/fsync.2
+++ b/lib/libsys/fsync.2
@@ -1,6 +1,6 @@
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" Parts of this documentation were written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/getrlimitusage.2 b/lib/libsys/getrlimitusage.2
index e82e7b4443fd..e2114def56c2 100644
--- a/lib/libsys/getrlimitusage.2
+++ b/lib/libsys/getrlimitusage.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2024 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2024 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/sigfastblock.2 b/lib/libsys/sigfastblock.2
index 72897191c4bc..19d649e63db9 100644
--- a/lib/libsys/sigfastblock.2
+++ b/lib/libsys/sigfastblock.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_exit.2 b/lib/libsys/thr_exit.2
index 62d6e6da22ce..98c6dd63f7ec 100644
--- a/lib/libsys/thr_exit.2
+++ b/lib/libsys/thr_exit.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_kill.2 b/lib/libsys/thr_kill.2
index 63a6e40ef6fc..3f3cb0af2a00 100644
--- a/lib/libsys/thr_kill.2
+++ b/lib/libsys/thr_kill.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_new.2 b/lib/libsys/thr_new.2
index 27408008c1a0..c0bcc8bbc7c2 100644
--- a/lib/libsys/thr_new.2
+++ b/lib/libsys/thr_new.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_self.2 b/lib/libsys/thr_self.2
index 0637dca1d7b7..42d146448c05 100644
--- a/lib/libsys/thr_self.2
+++ b/lib/libsys/thr_self.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_set_name.2 b/lib/libsys/thr_set_name.2
index f43a60a4b3a5..38205f7f30b8 100644
--- a/lib/libsys/thr_set_name.2
+++ b/lib/libsys/thr_set_name.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_suspend.2 b/lib/libsys/thr_suspend.2
index ee4261b3676c..74eacb0daa3c 100644
--- a/lib/libsys/thr_suspend.2
+++ b/lib/libsys/thr_suspend.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/thr_wake.2 b/lib/libsys/thr_wake.2
index 0a196c2dd18b..9091a2b0c06e 100644
--- a/lib/libsys/thr_wake.2
+++ b/lib/libsys/thr_wake.2
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libsys/x86/pkru.3 b/lib/libsys/x86/pkru.3
index 7b5ceb025d62..95bc66c979ac 100644
--- a/lib/libsys/x86/pkru.3
+++ b/lib/libsys/x86/pkru.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2019 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3
index 35a7467eec14..b84176abcd32 100644
--- a/lib/libthr/libthr.3
+++ b/lib/libthr/libthr.3
@@ -1,5 +1,5 @@
.\" Copyright (c) 2005 Robert N. M. Watson
-.\" Copyright (c) 2014,2015,2021 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2014,2015,2021 The FreeBSD Foundation
.\" All rights reserved.
.\"
.\" Part of this documentation was written by
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8
index fd36540b48d6..cf7037b86bd6 100644
--- a/sbin/ldconfig/ldconfig.8
+++ b/sbin/ldconfig/ldconfig.8
@@ -1,7 +1,7 @@
.\"
.\" Copyright (c) 1993 Paul Kranenburg
.\" All rights reserved.
-.\" Copyright (c) 2021 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2021 The FreeBSD Foundation
.\"
.\" Portions of this documentation were written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man3/pthread_mutex_consistent.3 b/share/man/man3/pthread_mutex_consistent.3
index ac44a8d99718..e22be52ba618 100644
--- a/share/man/man3/pthread_mutex_consistent.3
+++ b/share/man/man3/pthread_mutex_consistent.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2016 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2016 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man3/pthread_mutexattr.3 b/share/man/man3/pthread_mutexattr.3
index 8f4d0d9a06a4..b18d93e2e13e 100644
--- a/share/man/man3/pthread_mutexattr.3
+++ b/share/man/man3/pthread_mutexattr.3
@@ -1,5 +1,5 @@
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
-.\" Copyright (c) 2021 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2021 The FreeBSD Foundation
.\" All rights reserved.
.\"
.\" Part of this documentation was written by
diff --git a/share/man/man3/pthread_sigqueue.3 b/share/man/man3/pthread_sigqueue.3
index bf5dd62f04e6..852f6314e9d0 100644
--- a/share/man/man3/pthread_sigqueue.3
+++ b/share/man/man3/pthread_sigqueue.3
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
-.\" Copyright 2024 The FreeBSD Foundation, Inc.
+.\" Copyright 2024 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man4/fdescfs.4 b/share/man/man4/fdescfs.4
index b050f024ac40..f8bf413fc274 100644
--- a/share/man/man4/fdescfs.4
+++ b/share/man/man4/fdescfs.4
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2021 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2021 The FreeBSD Foundation
.\"
.\" Copyright (c) 1996
.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
diff --git a/share/man/man4/nvdimm.4 b/share/man/man4/nvdimm.4
index ffeac1a673fd..5b7dbe435c46 100644
--- a/share/man/man4/nvdimm.4
+++ b/share/man/man4/nvdimm.4
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2019 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man4/tmpfs.4 b/share/man/man4/tmpfs.4
index ce6b23e3ae7b..7d24f7db9aea 100644
--- a/share/man/man4/tmpfs.4
+++ b/share/man/man4/tmpfs.4
@@ -1,6 +1,6 @@
.\"-
.\" Copyright (c) 2007 Xin LI
-.\" Copyright (c) 2017 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2017 The FreeBSD Foundation
.\"
.\" Part of this documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 7cb906304861..cdb4d066d3e6 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -1,5 +1,5 @@
.\" Copyright (C) 1998 Matthew Dillon. All rights reserved.
-.\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2019 The FreeBSD Foundation
.\"
.\" Parts of this documentation were written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man9/VOP_READ_PGCACHE.9 b/share/man/man9/VOP_READ_PGCACHE.9
index f8f67eb00f13..8a99365eba28 100644
--- a/share/man/man9/VOP_READ_PGCACHE.9
+++ b/share/man/man9/VOP_READ_PGCACHE.9
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2021 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2021 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man9/refcount.9 b/share/man/man9/refcount.9
index 0c8e4380aed3..78631f9a865a 100644
--- a/share/man/man9/refcount.9
+++ b/share/man/man9/refcount.9
@@ -3,7 +3,7 @@
.\" Written by: John H. Baldwin <jhb@FreeBSD.org>
.\" All rights reserved.
.\"
-.\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2019 The FreeBSD Foundation
.\"
.\" Parts of this documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/share/man/man9/vm_map_protect.9 b/share/man/man9/vm_map_protect.9
index 21e7b53a6bc6..5ece889a85df 100644
--- a/share/man/man9/vm_map_protect.9
+++ b/share/man/man9/vm_map_protect.9
@@ -1,6 +1,6 @@
.\"
.\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org>
-.\" Copyright (c) 2021 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2021 The FreeBSD Foundation
.\" All rights reserved.
.\"
.\" Parts of this documentation were written by
diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8
index 84ba5c4fdb30..9feafd820f9c 100644
--- a/stand/man/loader.efi.8
+++ b/stand/man/loader.efi.8
@@ -3,7 +3,7 @@
.\"
.\" Copyright (c) 2019-2022 Netflix, Inc
.\" Copyright (c) 2022 Mateusz Piotrowski <0mp@FreeBSD.org>
-.\" Copyright 2022 The FreeBSD Foundation, Inc.
+.\" Copyright 2022 The FreeBSD Foundation
.\"
.\" Part of this documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/sys/dev/mgb/if_mgb.c b/sys/dev/mgb/if_mgb.c
index 6fafb303143c..05c4c242f739 100644
--- a/sys/dev/mgb/if_mgb.c
+++ b/sys/dev/mgb/if_mgb.c
@@ -1,7 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause
*
- * Copyright (c) 2019 The FreeBSD Foundation, Inc.
+ * Copyright (c) 2019 The FreeBSD Foundation
*
* This driver was written by Gerald ND Aryeetey <gndaryee@uwaterloo.ca>
* under sponsorship from the FreeBSD Foundation.
diff --git a/sys/dev/mgb/if_mgb.h b/sys/dev/mgb/if_mgb.h
index fa49805d73b7..19f6d4a20cc7 100644
--- a/sys/dev/mgb/if_mgb.h
+++ b/sys/dev/mgb/if_mgb.h
@@ -1,7 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause
*
- * Copyright (c) 2019 The FreeBSD Foundation, Inc.
+ * Copyright (c) 2019 The FreeBSD Foundation
*
* This driver was written by Gerald ND Aryeetey <gndaryee@uwaterloo.ca>
* under sponsorship from the FreeBSD Foundation.
diff --git a/usr.bin/posixshmcontrol/posixshmcontrol.1 b/usr.bin/posixshmcontrol/posixshmcontrol.1
index 84c2b845b99b..bfa43a0bbeab 100644
--- a/usr.bin/posixshmcontrol/posixshmcontrol.1
+++ b/usr.bin/posixshmcontrol/posixshmcontrol.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2019 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship
diff --git a/usr.bin/proccontrol/proccontrol.1 b/usr.bin/proccontrol/proccontrol.1
index 7c4330fb1166..e0d0e9416d35 100644
--- a/usr.bin/proccontrol/proccontrol.1
+++ b/usr.bin/proccontrol/proccontrol.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2019 The FreeBSD Foundation, Inc.
+.\" Copyright (c) 2019 The FreeBSD Foundation
.\"
.\" This documentation was written by
.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship