Add AUTHORS file

$ git log | fgrep Author: | sed 's, <[^>]\+>,,' | sort | uniq -c | awk '{ if (int($1) >= 20) print }' | sed 's,.*: ,,' | sort
This commit is contained in:
Sebastian Pipping 2017-06-17 00:43:33 +02:00
parent db774d9a32
commit fa1bda5cd0
3 changed files with 12 additions and 0 deletions

10
expat/AUTHORS Normal file
View File

@ -0,0 +1,10 @@
Expat is brought to you by:
Clark Cooper
Fred L. Drake, Jr.
Greg Stein
James Clark
Karl Waclawek
Rhodri James
Sebastian Pipping
Steven Solie

View File

@ -80,6 +80,7 @@ Release 2.2.1 ??????????
#10 Move from WIN32 to _WIN32
#13 Fix "make run-xmltest" order instability
Address compile warnings
Add AUTHORS file
Infrastructure:
#1 Migrate from SourceForge to GitHub (except downloads):

View File

@ -1,3 +1,4 @@
AUTHORS
doc/expat.png
doc/reference.html
doc/style.css