Minecraft Mod Public License
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
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 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. 1. Scope -------- The present license is granted to any user of the mod. As a prerequisite, 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 mad fall on the user. 3. Play rights -------------- The user is allowed to install this mod on a client or a server and to play without restriction. 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 distribution. 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. All dependencies that this mod have on other mods or classes must be licensed under conditions comparable to this version of MMPL, with the exception of the Minecraft code and the mod loading framework (e.g. ModLoader, ModLoaderMP or Bukkit). 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. |