From 3de23845f5be8bc4f3dc7f460e1f2fc8b4101fff Mon Sep 17 00:00:00 2001 From: Sam Hatchett Date: Mon, 9 Apr 2018 12:10:19 -0400 Subject: [PATCH] fixes license and attribution issues --- .mailmap | 6 +++++- AUTHORS | 8 +++++--- LICENSE | 22 ++++++++++++++++++++++ tools/update-authors.sh | 5 +++-- 4 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 LICENSE diff --git a/.mailmap b/.mailmap index 808fc22..f9154ac 100644 --- a/.mailmap +++ b/.mailmap @@ -6,4 +6,8 @@ Hyoungmin Woo Yunier Soad Jinduan Chen Maurizio Cingi -Elad Salomons \ No newline at end of file +Elad Salomons +Angela Marchi +Angela Marchi +Bryant McDonnell +Marios Kyriakou diff --git a/AUTHORS b/AUTHORS index b12a354..db53f4e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,9 @@ # Authors ordered by first contribution. # Generated by tools/update-authors.sh +# and modified to reflect works in the public domain (denoted by ***) -Lew Rossman -Michael Tryby +Lew Rossman *** +Michael Tryby *** Sam Hatchett Feng Shang James Uber @@ -14,7 +15,8 @@ Mike Kane Demetrios Eliades Will Furnass Steffen Macke -Mariosmsk +Marios Kyriakou Elad Salomons Maurizio Cingi Bryant McDonnell +Angela Marchi diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b347c9c --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Works are copyright (c) 2018 their respective AUTHORS, +unless such work is in the Public Domain (again, see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/tools/update-authors.sh b/tools/update-authors.sh index b259e56..7bddff2 100755 --- a/tools/update-authors.sh +++ b/tools/update-authors.sh @@ -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 \ No newline at end of file +'