git: 5e6c894510fc - main - libexpat: update AUTHORS section of libbsdxml.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Aug 2026 02:25:35 UTC
The branch main has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=5e6c894510fc66c18d69164d591184a2d23b16e5
commit 5e6c894510fc66c18d69164d591184a2d23b16e5
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2026-08-16 02:24:29 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2026-08-16 02:24:29 +0000
libexpat: update AUTHORS section of libbsdxml.3
The eXpat project has changed maintainers since this section was written
in 2002. Update it to reflect reality.
Discussed with: Sebastian Pipping <sebastian@pipping.org>
Reviewed by: bcr
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D58835
---
lib/libexpat/libbsdxml.3 | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3
index 912078d2465a..e4267b66c4d1 100644
--- a/lib/libexpat/libbsdxml.3
+++ b/lib/libexpat/libbsdxml.3
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"/
-.Dd August 10, 2026
+.Dd August 16, 2026
.Dt LIBBSDXML 3
.Os
.Sh NAME
@@ -56,12 +56,15 @@ For full documentation, please see the eXpat webpage at
.Pa http://www.libexpat.org/ .
.Sh AUTHORS
.An -nosplit
-The original eXpat was written by
+The original eXpat was written in 1997 by
.An James Clark Aq Mt jjc@jclark.com .
.Pp
-Subsequently eXpat maintenance and development been taken up by a group
-of people under the leadership of
-.An Fred Drake Aq Mt fdrake@acm.com ,
+Subsequently eXpat maintenance and development was taken up in 2000 by a
+group of people under the leadership of
+.An Fred Drake ,
.An Paul Prescod ,
and
.An Clark Cooper .
+.Pp
+.An Sebastian Pipping Aq Mt sebastian@pipping.org
+took over maintenance of eXpat in 2016.