Added authors file and generate_authors.sh (#227)

* Added authors file

Generated using `git shortlog -s -n` and sorted by alphabetical order
using vim.

* Added generate_authors.sh script and ordered author list

* Regenerated AUTHORS with .mailmap
This commit is contained in:
Romain Porte 2017-05-26 00:27:17 +02:00 committed by Patrick Kanzler
parent a069009696
commit 3f9d44ff15
2 changed files with 29 additions and 0 deletions

26
AUTHORS Normal file
View File

@ -0,0 +1,26 @@
Ahmed Tahri
Asuki Kono
belono
Christoph Heuel
Cody (Quantified Code Bot)
Curtis // mashedkeyboard
Davis Goglin
Dean Rispin
Dmytro Katyukha
Hark
Joel Lehtonen
Kristi
ldos
Manuel F Martinez
Michael Billington
Michael Elsdörfer
Nathan Bookham
Patrick Kanzler
Qian Linfeng
Renato Lorenzi
Romain Porte
Sam Cheng
Stephan Sokolow
Thijs Triemstra
Thomas van den Berg
ysuolmai

3
generate_authors.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git shortlog -s -n | cut -f2 | sort