summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-12-12 08:44:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-12 08:46:29 +0100
commit621b24505fc29ba26f262af8023dbc91a6a09dae (patch)
tree1e70c544cea7842512bc187a9cbf064c3a999914
parentcc0cca1baf92edc45cbc9bbd6cbc05e7dff608e5 (diff)
downloadcurl-621b24505fc29ba26f262af8023dbc91a6a09dae.tar.gz
THANKS: added missing names
... as I reran the contrithanks script after the mailmap name fixups.
-rw-r--r--docs/THANKS14
-rwxr-xr-xscripts/contrithanks.sh1
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/THANKS b/docs/THANKS
index b4125e9cf..5d1f57d4f 100644
--- a/docs/THANKS
+++ b/docs/THANKS
@@ -442,6 +442,7 @@ Eelco Dolstra
Eetu Ojanen
Egon Eckert
Eldar Zaitov
+Elliot Saba
Ellis Pritchard
Elmira A Semenova
Emanuele Bovisio
@@ -497,6 +498,7 @@ Fernando Muñoz
Flavio Medeiros
Florian Schoppmann
Florian Weimer
+Florin Petriuc
Forrest Cahoon
Francisco Moraes
Francois Petitjean
@@ -668,6 +670,7 @@ Jared Lundell
Jari Aalto
Jari Sundell
Jason Glasgow
+Jason Juang
Jason Liu
Jason McDonald
Jason S. Priebe
@@ -740,6 +743,7 @@ John Bradshaw
John Coffey
John Crow
John David Anglin
+John DeHelian
John Dennis
John Dunn
John E. Malmberg
@@ -1146,6 +1150,7 @@ Pat Ray
Patrice Guerin
Patricia Muscalu
Patrick Bihan-Faou
+Patrick Dawson
Patrick McManus
Patrick Monnerat
Patrick Rapin
@@ -1248,6 +1253,7 @@ Ralf S. Engelschall
Ralph Beckmann
Ralph Mitchell
Ramana Mokkapati
+Randall S. Becker
Randy Armstrong
Randy McMurchy
Ravi Pratap
@@ -1272,6 +1278,7 @@ Ricardo Cadime
Rich Burridge
Rich Gray
Rich Rauenzahn
+Richard Alcock
Richard Archer
Richard Atterer
Richard Bramante
@@ -1417,6 +1424,7 @@ Stefan Teleman
Stefan Tomanek
Stefan Ulrich
Steinar H. Gunderson
+Stepan Broz
Stephan Bergmann
Stephen Brokenshire
Stephen Collyer
@@ -1506,6 +1514,7 @@ Tom Mattison
Tom Moers
Tom Mueller
Tom Regner
+Tom Seddon
Tom Sparrow
Tom Wright
Tom Zerucha
@@ -1603,12 +1612,14 @@ Yun SangHo
Yuriy Sosov
Yves Arrouye
Yves Lejeune
+Zachary Seguin
Zdenek Pavlas
Zekun Ni
Zenju on github
Zmey Petroff
Zvi Har'El
afrind on github
+ahodesuka on github
arainchik on github
asavah on github
baumanj on github
@@ -1617,7 +1628,10 @@ canavan on github
cbartl on github
destman on github
dkjjr89 on github
+dpull on github
eXeC64 on github
+elelel on github
+guitared on github
hsiao yi
imilli on github
jonrumsey on github
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh
index d3dad3e90..85af71038 100755
--- a/scripts/contrithanks.sh
+++ b/scripts/contrithanks.sh
@@ -41,6 +41,7 @@ cut -d: -f2- | \
cut '-d(' -f1 | \
cut '-d<' -f1 | \
tr , '\012' | \
+sed 's/ at github/ on github/' | \
sed 's/ and /\n/' | \
sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'