From ee9ea3f2bdd5faede3b15303adf09f323a624c29 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Mon, 15 Aug 2022 21:17:58 -0400 Subject: [PATCH] add 3drando license (#1206) Co-authored-by: briaguya --- .../randomizer/3drando/LICENSE.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 soh/soh/Enhancements/randomizer/3drando/LICENSE.md diff --git a/soh/soh/Enhancements/randomizer/3drando/LICENSE.md b/soh/soh/Enhancements/randomizer/3drando/LICENSE.md new file mode 100644 index 000000000..a94ec836f --- /dev/null +++ b/soh/soh/Enhancements/randomizer/3drando/LICENSE.md @@ -0,0 +1,27 @@ +This software contains derivative code from [OoT-Randomizer](https://github.com/TestRunnerSRL/OoT-Randomizer), which is licensed under the MIT license with the following language. + +MIT License + +Copyright (c) 2017 Amazing Ampharos + +Credit for contributions to Junglechief87 on this and to LLCoolDave and +KevinCathcart for their work on the Zelda Lttp Entrance Randomizer which +was the code base for this project. + +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. \ No newline at end of file