aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStargirl Flowers <me@thea.codes>2021-01-21 15:26:19 -0500
committerGitHub <noreply@github.com>2021-01-21 15:26:19 -0500
commit579f60511f72f7b23b9d33148c6feac791aa897f (patch)
treeda741857a5b0481579513bef794b50effa1870f2
parent83c5f4438ebc2e781b0f98e4612b56c75db59c9d (diff)
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. :)
-rw-r--r--LICENSE19
1 files changed, 19 insertions, 0 deletions
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.