fixes license and attribution issues

This commit is contained in:
Sam Hatchett
2018-04-09 12:10:19 -04:00
parent 612dd380a4
commit 3de23845f5
4 changed files with 35 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
##
##
## This script will auto-generate the AUTHORS attribution file.
## If your name does not display correctly, then please
## update the .mailmap file in the root repo directory
@@ -25,7 +25,8 @@ 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";
}
' > ../AUTHORS
'