summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-05 14:23:11 +0100
committerPeter Simons <simons@cryp.to>2015-02-05 14:23:11 +0100
commit1e8b2967dac6025009b98989db5c275558b1b348 (patch)
treed3112a0e2b40b052552b73d6b8c1985ce060c690 /gen-authors.sh
parented009311482f4499f263d8fbf2ecabf10093f2e2 (diff)
downloadautoconf-archive-1e8b2967dac6025009b98989db5c275558b1b348.tar.gz
gen-authors.sh: add more rules to clean up the author list
Diffstat (limited to 'gen-authors.sh')
-rwxr-xr-xgen-authors.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/gen-authors.sh b/gen-authors.sh
index 36680a3..65c6d4d 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -16,6 +16,7 @@ echo ''
cat AUTHORS-m4.tmp AUTHORS-git.tmp \
| sed -e 's/ *<.*>.*//' \
+ -e 's/^2015 //' \
-e 's/^Bogdan$/Bogdan Drozdowski/' \
-e 's/Fabien COELHO/Fabien Coelho/' \
-e 's/Dustin Mitchell/Dustin J. Mitchell/' \
@@ -30,5 +31,12 @@ cat AUTHORS-m4.tmp AUTHORS-git.tmp \
-e '/Zmanda Inc./d' \
-e 's/Daniel Richard G$/Daniel Richard G./' \
-e 's/Avionic Design GmbH$/Thierry Reding/' \
+ -e 's/Bastien Roucaries/Bastien Roucariès/' \
+ -e 's/Bastien ROUCARIES/Bastien Roucariès/' \
+ -e 's/Bastien ROUCARIÈS/Bastien Roucariès/' \
+ -e 's/Bastien Roucariès .*/Bastien Roucariès/' \
+ -e 's/Daniel Mullner/Daniel Müllner/' \
+ -e 's/Daniel M"ullner/Daniel Müllner/' \
+ -e 's/Karlson2k (Evgeny Grin)/Evgeny Grin/' \
| sort \
| uniq