From d4710164c7f7eedd68c8a1adbc0f0cda1698d6cc Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 12 Apr 2017 21:04:44 +0200 Subject: [PATCH] update AUTHORS --- AUTHORS | 61 +++++++++++++++++++++++++++++++++++++ scripts/generate_authors.sh | 6 ++++ 2 files changed, 67 insertions(+) create mode 100644 AUTHORS create mode 100755 scripts/generate_authors.sh diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..1b20889a3 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,61 @@ +030 +Alex Kocharin +Alex Kocharin +Alex Vernacchia +Alexander Makarenko +Alexandre-io +Aram Drevekenin +Barthélemy Vessemont +Brandon Nicholls +Brett Trotter +Brian Peacock +Chad Killingsworth +Chris Breneman +Cody Droz +Daniel Rodríguez Rivero +Denis Babineau +Fabio Poloni +Facundo Chambó +Guilherme Bernal +Jakub Jirutka +James Newell +Jan Vansteenkiste +Jannis Achstetter +Jeremy Moritz +John Gozde +Jon de la Motte +Joseph Gentle +José De Paz +Juan Carlos Picado +Juan Carlos Picado +Juan Picado +Juan Picado @jotadeveloper +Kalman Speier +Keyvan Fatehi +Kody J. Peterson +Madison Grubb +Manuel de Brito Fontes +Mark Doeswijk +Michael Crowe +Miguel Mejias +Miroslav Bajtoš +Nate Ziarek +Nick +Rafael Cesar +Robert Groh +Robin Persson +Romain Lai-King +Sam Day +Tarun Garg +Thomas Cort +Tom Vincent +Trent Earl +Yannick Croissant +Yannick Galatol +danielo515 +jmwilkinson +jotadeveloper +maxlaverse +saheba +steve-p-com +trent.earl diff --git a/scripts/generate_authors.sh b/scripts/generate_authors.sh new file mode 100755 index 000000000..9e22096e6 --- /dev/null +++ b/scripts/generate_authors.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +git shortlog -se \ + | perl -spe 's/^\s+\d+\s+//' \ + | sed -e '/^CommitSyncScript.*$/d' \ + > AUTHORS \ No newline at end of file