diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2026-08-16 02:24:29 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2026-08-19 01:22:32 +0000 |
| commit | 051cfda25114b191e305e8c33b4d838812a7960b (patch) | |
| tree | bc21d95a00bb90667841ed175ca7163ba8f9839e | |
| parent | 330b8d685e585e1c6aa41106dd66a7e4256f2068 (diff) | |
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
Differential Revision: https://reviews.freebsd.org/D58835
(cherry picked from commit 5e6c894510fc66c18d69164d591184a2d23b16e5)
| -rw-r--r-- | lib/libexpat/libbsdxml.3 | 13 |
1 files 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. |
