From c330fd88ac595653d1145d9a5f5f70e9b84197f9 Mon Sep 17 00:00:00 2001 From: Simon Chuu Date: Sat, 11 Aug 2018 04:31:36 -0400 Subject: [PATCH] #1: Add License and Links --- license | 21 +++++++++++++++++++++ readme.md | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 license diff --git a/license b/license new file mode 100644 index 0000000..8a0f9b1 --- /dev/null +++ b/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Simon Chuu + +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. diff --git a/readme.md b/readme.md index f1c3c19..30ab0ed 100644 --- a/readme.md +++ b/readme.md @@ -14,3 +14,8 @@ the config file and will appear after first server run with this plugin. remove-targeting-rested: true ``` + +# External Links + +* [Spigot resource link](https://www.spigotmc.org/resources/phantomsmp.59721/) +* [BukkitDev resource link](https://dev.bukkit.org/projects/phantom-smp)