diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 5586e60..0000000 --- a/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -Karan Misra -Kunal Powar -Nikesh Vora -Akhil Sahdev diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index e3ca3e1..0000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,17 +0,0 @@ -adeschamps -alsm -Al S-M -Ben Delarre -Ben Schwartz -Gavin Cabbage -gotang -Kashyap Kopparam -Kunal Powar -Marco P. Monteiro -Matthew Dale -Nikesh Vora -SjB -Steve Beaulac -Thorsten von Eicken -wiless -Wu Jiang diff --git a/README.md b/README.md index 2a4b1e8..a0381fc 100644 --- a/README.md +++ b/README.md @@ -253,9 +253,6 @@ If you find a problem but are not up to coding a fix please file an [issue](https://github.com/cfreeman/embd/issues). Thank you! -## About - -EMBD is affectionately designed/developed by Karan Misra ([kidoman](https://github.com/kidoman)), Kunal Powar ([kunalpowar](https://github.com/kunalpowar)) and [FRIENDS](https://github.com/cfreeman/embd/blob/master/AUTHORS). We also have a list of [CONTRIBUTORS](https://github.com/cfreeman/embd/blob/master/CONTRIBUTORS). ## TODO * Continue to tidy up the readme and other documenting files. diff --git a/update_contributors.sh b/update_contributors.sh deleted file mode 100755 index 1446108..0000000 --- a/update_contributors.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com |\ - grep -v noreply@ | cat CONTRIBUTORS - | sort | uniq > CONTRIBUTORS.new -mv CONTRIBUTORS.new CONTRIBUTORS