summaryrefslogtreecommitdiff
path: root/contrib/get-authors
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-08 23:27:03 -0800
committerGitHub <noreply@github.com>2021-03-09 07:27:03 +0000
commitb302cb1f92aae1c0954c86065469e5c2b7206e74 (patch)
treef2b4cad1effdfe8041f00f23b6fe255b0c4004bb /contrib/get-authors
parent86ce1c18f8ea7a397a8b12405a196b126e82b648 (diff)
Update copyright headers to 2021. (#6081)
Diffstat (limited to 'contrib/get-authors')
-rwxr-xr-xcontrib/get-authors1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/get-authors b/contrib/get-authors
index 34cb6b345..8bd3c64a7 100755
--- a/contrib/get-authors
+++ b/contrib/get-authors
@@ -71,6 +71,7 @@ while [ $# -gt 0 ]; do
sed 's/ayveejay/Andrew V. Jones/' | \
sed 's/FabianWolff/Fabian Wolff/' | \
sed 's/mudathirmahgoub/Mudathir Mohamed/' | \
+ sed 's/mcjuneho/Michael Chang/' | \
# 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