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

@@ -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