summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget_authors7
1 files changed, 0 insertions, 7 deletions
diff --git a/get_authors b/get_authors
deleted file mode 100755
index e321b29..0000000
--- a/get_authors
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# get_authors: Get the upstream-provided AUTHORS file and reformat it
-# so git-svn will be happy
-
-wget -q -O- http://svn.asterisk.org/svn/repotools/authors \
-| sed -e 's/^\([a-z]\+\)\([ \t]\+\)/\1 =\2/'