From 70941a9483d6bf153d6dea30151918535d63322a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 1 Mar 2010 13:30:47 +0200 Subject: gen_authrs: gnerate AUTHORS file from Digium data --- gen_authors | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gen_authors') 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 ' +echo 'matteo = Matteo Brancaleoni ' +# An earlier persona of jdixon? +echo 'jim = Jim Dixon ' +# Is this the right email to use? +echo 'martinp = Martin Pycko ' +# Created and then deleted an empty file: +echo 'wmeadows = Test User ' +echo 'malcolmd = Malcolm Davenport ' +echo 'tholo = Thorsten lockert ' +# An earlier persona of jamesgolovich: +echo 'citats = James Golovich ' +echo 'anthm = Anthony Minessale II ' +echo 'root = Automerge script ' -- cgit v1.2.3