summaryrefslogtreecommitdiff
path: root/contrib/get-authors
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/get-authors')
-rwxr-xr-xcontrib/get-authors4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/get-authors b/contrib/get-authors
index 0fb3f6ae1..80c4f57a5 100755
--- a/contrib/get-authors
+++ b/contrib/get-authors
@@ -1,7 +1,7 @@
#!/bin/sh
#
# get-authors
-# Copyright (c) 2009-2019 The CVC4 Project
+# Copyright (c) 2009-2020 The CVC4 Project
#
# usage: get-authors [ files... ]
#
@@ -65,6 +65,8 @@ while [ $# -gt 0 ]; do
sed 's/justinxu421/Justin Xu/' | \
sed 's/yoni206/Yoni Zohar/' | \
sed 's/ayveejay/Andrew V. Jones/' | \
+ sed 's/FabianWolff/Fabian Wolff/' | \
+ sed 's/mudathirmahgoub/Mudathir Mohamed/' | \
# Determine top three contributors
sort | uniq -c | sort -rn | head -n3 | \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback