git: b826ca04190e - stable/14 - libexpat: update AUTHORS section of libbsdxml.3
Philip Paeps <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a8567af.1f9b7.68bea85__6696.14571831829$1787127743$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=b826ca04190ec790f3d18957b4b542b4c9b0691d commit b826ca04190ec790f3d18957b4b542b4c9b0691d Author: Philip Paeps <[email protected]> AuthorDate: 2026-08-16 02:24:29 +0000 Commit: Philip Paeps <[email protected]> CommitDate: 2026-08-19 02:55:05 +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.