summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-03-01 13:30:47 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-03-01 13:30:47 +0200
commit70941a9483d6bf153d6dea30151918535d63322a (patch)
tree078c7363d18bf4bf1d75c23f666bd55ce6c99019
parentf88ecffcc80f913d8cf59513868d8dc92d8505b6 (diff)
gen_authrs: gnerate AUTHORS file from Digium data
-rwxr-xr-xgen_authors17
1 files changed, 17 insertions, 0 deletions
diff --git a/gen_authors b/gen_authors
index a7922e9..d337afa 100755
--- a/gen_authors
+++ b/gen_authors
@@ -3,3 +3,20 @@
# Generate a AUTHORS file in the format git-svn likes (with an extra = sign)
wget -q -O- http://svn.digium.com/svn/repotools/authors \
| sed -e 's/^[a-z]*/& =/'
+
+# A few things missing:
+# Only in the initial commit:
+echo '(no author) = Admin Commit <nobody@asterisk.org>'
+echo 'matteo = Matteo Brancaleoni <mbrancaleoni@espia.it>'
+# An earlier persona of jdixon?
+echo 'jim = Jim Dixon <telesistant@hotmail.com>'
+# Is this the right email to use?
+echo 'martinp = Martin Pycko <martinp@digium.com>'
+# Created and then deleted an empty file:
+echo 'wmeadows = Test User <nobody@asterisk.org>'
+echo 'malcolmd = Malcolm Davenport <malcolmd@digium.com>'
+echo 'tholo = Thorsten lockert <tholo@sigmasoft.com>'
+# An earlier persona of jamesgolovich:
+echo 'citats = James Golovich <james@gnuinter.net>'
+echo 'anthm = Anthony Minessale II <anthmct@yahoo.com>'
+echo 'root = Automerge script <automerge@asterisk.org>'