From 579f60511f72f7b23b9d33148c6feac791aa897f Mon Sep 17 00:00:00 2001 From: Stargirl Flowers Date: Thu, 21 Jan 2021 15:26:19 -0500 Subject: [PATCH 1/2] Add LICENSE This library is wonderful, however, it's missing an explicit license in its source code. This adds the text of the MIT license along with the name of the original author. This helps folks like me make sure we follow the license terms when using this library. :) --- LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5bb09c0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +libfixmath is Copyright (c) 2011-2021 Petteri Aimonen + +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. From 9a5a33c8cb2bf39bb62350b196cb3c43e13d70dd Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Fri, 22 Jan 2021 14:26:00 -0500 Subject: [PATCH 2/2] Add AUTHORS file --- AUTHORS | 11 +++++++++++ LICENSE | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..83e707d --- /dev/null +++ b/AUTHORS @@ -0,0 +1,11 @@ +Chris Hammond +David Lechner +Flatmush +Gaƫtan Harter +Joe Schaack +Martin Larralde +Petteri Aimonen +Stargirl Flowers +Vincent del Medico +Vitaly Puzrin +Xin Li diff --git a/LICENSE b/LICENSE index 5bb09c0..cf0aefe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -libfixmath is Copyright (c) 2011-2021 Petteri Aimonen +libfixmath is Copyright (c) 2011-2021 Flatmush , +Petteri Aimonen , & libfixmath 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