From e7582cb1ec8bf190725efd4a75e26a117f979955 Mon Sep 17 00:00:00 2001 From: Myles Date: Wed, 11 May 2016 14:19:30 +0100 Subject: [PATCH] Change license to be more appropriate, this one is more open and allows much more creativity. --- LICENSE | 23 ++++++++++++++++++++++- README.md | 5 +---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index de9899a9e..c2288aac4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,24 @@ License: -------- -You may modify this work, all rights are still owned by myself excluding any files in the spacebase package as they belong to the respected contributors. Please credit the original author (myself) when forking etc. (or if it helped you understand the new protocol or netty!) + +MIT License + +Copyright (c) 2016 + +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 diff --git a/README.md b/README.md index f5b8c3de0..339b50372 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ This plugin modifies netty to allow connection of 1.9 clients to 1.8, ###*Don't use late bind* -This uses our new API, we currently don't have javadocs yet but look at one of our protocols on how to get started then use ProtocolRegistry.registerProtocol() - This took 100s hours of work, so if you enjoy this consider looking into contacting me and supporting my projects. **Contributor Chat:** https://gitter.im/MylesIsCool/ViaVersion @@ -66,8 +64,7 @@ You can find unofficial dev builds here: License: -------- -You may modify this work, all rights are still owned by myself excluding any files in the spacebase package as they belong to the respected contributors. Please credit the original author (myself) when forking etc. (or if it helped you understand the new protocol or netty!) - +MIT License, see LICENSE for more details. Thanks!