From d25b0a4e7e90d375e7696bbc2e370d064afa72be Mon Sep 17 00:00:00 2001 From: Branleaf <78628663+Branleaf@users.noreply.github.com> Date: Thu, 21 Oct 2021 03:42:43 +0100 Subject: [PATCH] Added MIT license --- contributed/adventure mode/readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/contributed/adventure mode/readme.md b/contributed/adventure mode/readme.md index 833e738..c9cf52a 100644 --- a/contributed/adventure mode/readme.md +++ b/contributed/adventure mode/readme.md @@ -11,4 +11,13 @@ I copied over the regex from the original AI Dungeon Colab's death detection cod 1. Download the .zip file in this directory and navigate to the scripting page on the scenario you want to add this to. 2. Click the upload button in the top right (has an arrow pointing up from a rectangle that looks like a computer or hard drive) and choose the zip file. 3. Make sure that all four tabs on the scripting page have the right code, and you're done. -You don't need to extract it- the modifier tabs should be filled in with the right scripts from the zip folder automatically. \ No newline at end of file +You don't need to extract it- the modifier tabs should be filled in with the right scripts from the zip folder automatically. + +## MIT License +Copyright 2021 + +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.