git: 051cfda25114 - stable/15 - libexpat: update AUTHORS section of libbsdxml.3
Philip Paeps <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a851af1.23aab.2d6af79c__44627.7684577339$1787108097$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=051cfda25114b191e305e8c33b4d838812a7960b commit 051cfda25114b191e305e8c33b4d838812a7960b Author: Philip Paeps <[email protected]> AuthorDate: 2026-08-16 02:24:29 +0000 Commit: Philip Paeps <[email protected]> CommitDate: 2026-08-19 01:22:32 +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 <[email protected]> Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D58835 (cherry picked from commit 5e6c894510fc66c18d69164d591184a2d23b16e5) --- 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 [email protected] . .Pp -Subsequently eXpat maintenance and development been taken up by a group -of people under the leadership of -.An Fred Drake Aq Mt [email protected] , +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 [email protected] +took over maintenance of eXpat in 2016.