diff --git a/LICENSE.md b/LICENSE.md index 3cbf2c60f..2a1c38112 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,93 +1,25 @@ -Minecraft Mod Public License -============================ - -Version 1.0.1 - -0. Definitions --------------- - -Minecraft: Denotes a copy of the Minecraft game licensed by Mojang AB - -User: Anybody that interacts with the software in one or more of the following ways: - - play - - decompile - - recompile or compile - - modify - - distribute - -Mod: The mod code designated by the present license, in source form, binary -form, as obtained standalone, as part of a wider distribution or resulting from -the compilation of the original or modified sources. - -Dependency: Code required for the mod to work properly. This includes -dependencies required to compile the code as well as any file or modification -that is explicitely or implicitely required for the mod to be working. - -Modpack: A collection of mods and configuration files pre-tested to work when installed together. +Copyright (c) 2015 modmuss50 and Gigabit101 -1. Scope --------- -The present license is granted to any user of the mod. As a prerequisite, to play -a user must own a legally acquired copy of Minecraft - -2. Liability ------------- - -This mod is provided 'as is' with no warranties, implied or otherwise. The owner -of this mod takes no responsibility for any damages incurred from the use of -this mod. This mod alters fundamental parts of the Minecraft game, parts of -Minecraft may not work with this mod installed. All damages caused from the use -or misuse of this mod fall on the user. - -The Mod author is not responsible for dragons, trolls or pirate ninja attacks, all mythological creature slaying is the responsibility of the user. Mod author cannot be held responsible for damages from mythological creatures, weather, acts of God, or cats. (Especially cats) - -If you download this mod as part of a modpack you should be aware that modpacks often make non-default changes to the mod and the pack may have issues not present in the standalone mod. The author cannot be held responsible for the incompetency or sadism of a modpack creator. +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: -3. Play rights --------------- -The user is allowed to install this mod on a client or a server and to play -without restriction if they own a legally acquired copy of Minecraft. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. -4. Modification rights ----------------------- -The user has the right to decompile the source code, look at either the -decompiled version or the original source code, and to modify it. -5. Derivation rights --------------------- - -The user has the rights to derive code from this mod, that is to say to -write code that extends or instanciate the mod classes or interfaces, refer to -its objects, or calls its functions. This code is known as "derived" code, and -can be licensed under a license different from this mod. - -6. Distribution of original or modified copy rights ---------------------------------------------------- - -Is subject to distribution rights this entire mod in its various forms. This -include: - - original binary or source forms of this mod files - - modified versions of these binaries or source files, as well as binaries - resulting from source modifications - - patch to its source or binary files - - any copy of a portion of its binary source files - -The user is allowed to redistribute this mod partially, in totality, or -included in a modpack, providing the distribution is not limited by payment or donation ammount. -Distribution even in a modpack must be free and accesible to any valid user of the original mod. - -When distributing binary files, the user must provide means to obtain its -entire set of sources or modified sources at no costs. - -All distributions of this mod must remain licensed under the MMPL. - -This license is seperate from the license of any mod it depends on and does not invalidate any license requirments of the dependency. - -Modified version of binaries and sources, as well as files containing sections -copied from this mod, should be distributed under the terms of the present -license. \ No newline at end of file +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.