updates AUTHORS and generator script

This commit is contained in:
Sam Hatchett
2019-05-14 13:12:20 -04:00
parent fc84e2b5e3
commit 93db1cab93
3 changed files with 20 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
Sam Hatchett <samhatchett@gmail.com>
James Uber <jim@citilogics.com>
Demetrios Eliades <eldemet@gmail.com>
Hyoungmin Woo <hyoungmin.woo@gmail.com>
@@ -10,4 +9,12 @@ Elad Salomons <selad@optiwater.com> <elad.salomons@gmail.com>
Angela Marchi <angela.marchi@adelaide.edu.au>
Angela Marchi <angela.marchi@adelaide.edu.au> <a1219261@adelaide.edu.au>
Bryant McDonnell <bemcdonnell@gmail.com>
Marios Kyriakou <mariosmsk@gmail.com>
Marios Kyriakou <mariosmsk@gmail.com>
Marios Kyriakou <mariosmsk@gmail.com> <mariosmsk@mariosmsk.com>
Sam Hatchett <samhatchett@gmail.com>
Sam Hatchett <samhatchett@gmail.com> <sam.hatchett@xyleminc.com>
Markus Sunela <markus.sunela@fluidit.fi>
Markus Sunela <markus.sunela@fluidit.fi> <30700548+makusuko@users.noreply.github.com>
Lew Rossman <LRossman@cinci.rr.com>
Lew Rossman <LRossman@cinci.rr.com> <LRossman@outlook.com>
Michael Tryby <tryby.michael@epa.gov> michaeltryby <tryby.michael@epa.gov>

11
AUTHORS
View File

@@ -1,8 +1,8 @@
# Authors ordered by first contribution.
# Generated by tools/update-authors.sh
# (Mostly) Generated by tools/update-authors.sh
Lew Rossman <LRossman@cinci.rr.com> ***
Michael Tryby <tryby.michael@epa.gov> ***
Lew Rossman <LRossman@cinci.rr.com>
Michael Tryby <tryby.michael@epa.gov>
Sam Hatchett <samhatchett@gmail.com>
Feng Shang <fshang>
James Uber <jim@citilogics.com>
@@ -19,7 +19,8 @@ Elad Salomons <selad@optiwater.com>
Maurizio Cingi <mrzcng2@gmail.com>
Bryant McDonnell <bemcdonnell@gmail.com>
Angela Marchi <angela.marchi@adelaide.edu.au>
Lew Rossman <LRossman@cinci.rr.com>
Markus Sunela <markus.sunela@fluidit.fi>
mariosmsk <mariosmsk@mariosmsk.com>
Milad Ghiami <milad-ghiami@users.noreply.github.com>
*** = works in the public domain
*** some works are in the public domain, all others licensed under terms: see LICENSE

View File

@@ -25,8 +25,12 @@ END {
print "# Authors ordered by first contribution.\n";
print "# Generated by tools/update-authors.sh\n";
print "\n", @authors;
print "\n*** = works in the public domain";
print "\n*** some works are in the public domain, all others licensed under terms: see LICENSE";
}
'
echo "\n\nSome commits are co-authored:\n"
git log | grep Co-Author