|
| 1 | +ComputerCraft Public License |
| 2 | +============================ |
| 3 | + |
| 4 | +Version 1.0.0 (Based on Minecraft Mod Public License 1.0.1) |
| 5 | + |
| 6 | +0. Definitions |
| 7 | +-------------- |
| 8 | + |
| 9 | +Minecraft: Denotes a copy of the PC Java version of the game “Minecraft” licensed by Mojang AB |
| 10 | + |
| 11 | +User: Anybody that interacts with the software in one of the following ways: |
| 12 | + - play |
| 13 | + - decompile |
| 14 | + - recompile or compile |
| 15 | + - modify |
| 16 | + - distribute |
| 17 | + |
| 18 | +Mod: The mod code designated by the present license, in source form, binary |
| 19 | +form, as obtained standalone, as part of a wider distribution or resulting from |
| 20 | +the compilation of the original or modified sources. |
| 21 | + |
| 22 | +Dependency: Code required for the mod to work properly. This includes |
| 23 | +dependencies required to compile the code as well as any file or modification |
| 24 | +that is explicitly or implicitly required for the mod to be working. |
| 25 | + |
| 26 | +1. Scope |
| 27 | +-------- |
| 28 | + |
| 29 | +The present license is granted to any user of the mod. As a prerequisite, |
| 30 | +a user must own a legally acquired copy of Minecraft |
| 31 | + |
| 32 | +2. Liability |
| 33 | +------------ |
| 34 | + |
| 35 | +This mod is provided 'as is' with no warranties, implied or otherwise. The owner |
| 36 | +of this mod takes no responsibility for any damages incurred from the use of |
| 37 | +this mod. This mod alters fundamental parts of the Minecraft game, parts of |
| 38 | +Minecraft may not work with this mod installed. All damages caused from the use |
| 39 | +or misuse of this mad fall on the user. |
| 40 | + |
| 41 | +3. Play rights |
| 42 | +-------------- |
| 43 | + |
| 44 | +The user is allowed to install this mod on a Minecraft client or server and to play |
| 45 | +without restriction. |
| 46 | + |
| 47 | +4. Modification rights |
| 48 | +---------------------- |
| 49 | + |
| 50 | +The user has the right to decompile the source code, look at either the |
| 51 | +decompiled version or the original source code, and to modify it. |
| 52 | + |
| 53 | +5. Distribution of original or modified copy rights |
| 54 | +--------------------------------------------------- |
| 55 | + |
| 56 | +Is subject to distribution rights this entire mod in its various forms. This |
| 57 | +include: |
| 58 | + - original binary or source forms of this mod files |
| 59 | + - modified versions of these binaries or source files, as well as binaries |
| 60 | + resulting from source modifications |
| 61 | + - patch to its source or binary files |
| 62 | + - any copy of a portion of its binary source files |
| 63 | + |
| 64 | +The user is allowed to redistribute this mod partially, in totality, or |
| 65 | +included in a distribution. |
| 66 | + |
| 67 | +When distributing binary files, the user must provide means to obtain its |
| 68 | +entire set of sources or modified sources at no cost. |
| 69 | + |
| 70 | +All distributions of this mod must remain licensed under the CCPL. |
| 71 | + |
| 72 | +All dependencies that this mod have on other mods or classes must be licensed |
| 73 | +under conditions comparable to this version of CCPL, with the exception of the |
| 74 | +Minecraft code and the mod loading framework (e.g. Forge). |
| 75 | + |
| 76 | +Modified version of binaries and sources, as well as files containing sections |
| 77 | +copied from this mod, should be distributed under the terms of the present |
| 78 | +license. |
| 79 | + |
| 80 | +7. Use of mod code and assets in other projects |
| 81 | +----------------------------------------------- |
| 82 | + |
| 83 | +It is permitted to use the code and assets contained in this mod (and modified |
| 84 | +versions thereof) in other Minecraft Mods, provided they are non-commercial. |
| 85 | +However: the code and assets may not be used in commercial mods, mods for other |
| 86 | +games, other games, other non-game projects, or any commercial projects. |
| 87 | + |
| 88 | +When using code covered by this license in other projects, the source code used |
| 89 | +must be made available at no cost and remain licensed under the CCPL. |
| 90 | + |
| 91 | +8. Contributing |
| 92 | +--------------- |
| 93 | + |
| 94 | +If you choose to contribute code or assets to be included in this mod, you |
| 95 | +agree that, if added to to the main repository at |
| 96 | +https://github.com/dan200/ComputerCraft, your contributions will be covered by |
| 97 | +this license, and that Daniel Ratcliffe will retain the right to re-license the |
| 98 | +mod, including your contributions, in part or in whole, under other licenses. |
0 commit comments