AUTHORS
=======

Contributors, sorted by the number of commits in descending order:

Thorsten Wißmann
Daniel Danner
Johannes Jordan
Florian Bruhin
Simon Kuhnle
Hans-Peter Deifel
dnnr
Christoph Egger
Tyler Thomas Hart
Bastien Dejean
Simon Ruderich
Gabor Adam Toth
Manuel
Johannes Schilling
Bohdan Potměkleč
johnLate
Florian Schmaus
Campbell Barton
Christian Dietrich
Wesley Merkel
Steffen Liebergeld
Manuel Coenen
Georg Reinke
Cheer Xiao
sedrubal
sarthon
Sander van Rossem
Philipp Erhardt
Olivier Ramonat
Néhémie Strupler
Michał Góral
Matthew Martin
Matias Linares
Martin \"eto\" Misuth
Lukas Rudd Andersen
Gabor X Toth
Fritz Reichwald
ctx
Corey Richardson
Clemens Lang
Christopher Zimmermann
Brian Callahan
Bernhard M. Wiedemann
Avindra Goolcharan


This file has been generated by the following bash script:

generate-authors ()
{
    cat > AUTHORS <<EOF
AUTHORS
=======

Contributors, sorted by the number of commits in descending order:

`git log   --format="%aN" |sed 's/Wissmann/Wißmann/' |sed 's/^Simon$/Simon Kuhnle/' |sed 's/^ypnos$/Johannes Jordan/' |sort|uniq -c|sort -nr| sed 's/^[ ]*[^ ]*[ ]*//'`


This file has been generated by the following bash script:

`type generate-authors | tail -n +2 | sed 's/[ ]*$//'`

generate-authors

EOF

}

generate-authors

