aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@github.mail.kapsi.fi>2021-01-23 11:56:48 +0200
committerGitHub <noreply@github.com>2021-01-23 11:56:48 +0200
commit24488b16cc0359daada0682a9bd3a11a801d0a01 (patch)
treed1f5e924886a30fd8ac8494af15822d89604ba37
parent83c5f4438ebc2e781b0f98e4612b56c75db59c9d (diff)
parent9a5a33c8cb2bf39bb62350b196cb3c43e13d70dd (diff)
downloadlibfixmath-24488b16cc0359daada0682a9bd3a11a801d0a01.tar.gz
Merge pull request #23 from theacodes/patch-1
Add LICENSE
-rw-r--r--AUTHORS11
-rw-r--r--LICENSE20
2 files changed, 31 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..83e707d
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,11 @@
+Chris Hammond <chammond@prattmiller.com>
+David Lechner <david@pybricks.com>
+Flatmush <Flatmush@gmail.com>
+Gaƫtan Harter <gaetan.harter@fu-berlin.de>
+Joe Schaack <joe.schaack@gmail.com>
+Martin Larralde <martin.larralde@ens-paris-saclay.fr>
+Petteri Aimonen <Petteri.Aimonen@gmail.com, jpa@github.mail.kapsi.fi>
+Stargirl Flowers <me@thea.codes>
+Vincent del Medico <vincent.del.medico@gmail.com>
+Vitaly Puzrin <vitaly@rcdesign.ru>
+Xin Li <sam@babeltimeus.com>
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..cf0aefe
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+libfixmath is Copyright (c) 2011-2021 Flatmush <Flatmush@gmail.com>,
+Petteri Aimonen <Petteri.Aimonen@gmail.com>, & 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
+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.