diff --git a/LICENSE.txt b/LICENSE.md similarity index 92% rename from LICENSE.txt rename to LICENSE.md index 04124c25..dce78369 100644 --- a/LICENSE.txt +++ b/LICENSE.md @@ -1,4 +1,5 @@ -This repository is copyright © Electroblob 2018. The following license is provided to allow you to creatively contribute to and improve the repository. +# License +This repository is copyright © Electroblob 2018. The following license is provided to allow you to creatively contribute to and improve the repository. This license applies only to the source code and assets present in this repository. The compiled mod (available at https://minecraft.curseforge.com/projects/electroblobs-wizardry) comes under its own separate license, see the aforementioned webpage for details. @@ -6,9 +7,9 @@ TL;DR: Do what you want with this repo on Github, but ask me first if you want t --- -START OF LICENSE +## START OF LICENSE -0. Used terms: +### 0. Used terms: 'Github' - the website github.com, maintained by Github Inc. 'Electroblob' - The author of the Minecraft modification Electroblob's Wizardry, also known as 'Electroblob77' @@ -18,25 +19,25 @@ START OF LICENSE 'Minecraft forum' - The webpage http://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/2818029-electroblobs-wizardry-the-expandable-rpg-magic-mod 'You' - The user of this repository, who may or may not own a Github account -1. Warranty and usage +### 1. Warranty and usage This repository, the source code for the Minecraft modification Electroblob's Wizardry ('Wizardry'), is provided in the hope that it will be useful and/or educational. You are free to download and modify this repository for personal use only. See section 2 for details regarding public sharing of this repository. THIS REPOSITORY IS PROVIDED AS-IS WITH NO WARRANTIES, IMPLIED OR OTHERWISE. ELECTROBLOB TAKES NO RESPONSIBILITY FOR ANY DAMAGES INCURRED BY THE USE OR MISUSE OF THIS REPOSITORY. -2. Derivative works +### 2. Derivative works In addition to private use as set out in section 1, you are free to fork this repository and modify it as you wish, publically or privately, on Github only, as set out in the Github terms of service (https://help.github.com/articles/github-terms-of-service). This license must be retained, unchanged, in all forked or modified versions. You are encouraged to detail any changes made from the original repository and the author(s) of those changes. Any code or assets that are added remain the intellectual property of their respective authors, and the author of such an addition may do as they wish with that addition, provided that author does not breach the terms of this license. -3. Distribution +### 3. Distribution Distribution, in whole or in part, of compiled versions of wizardry, and distribution of the source code anywhere except on Github, modified or otherwise, is forbidden without advance written permission from Electroblob. Electroblob reserves the right to refuse or withdraw such permission at any time. -4. Commercial use +### 4. Commercial use This repository, in whole or in part, and any modifications, copies or forks thereof may not be used for any commercial purposes, including, but not limited to, URL shorteners such as adf.ly, selling copies of or access to code or assets, or selling modified or compiled versions of this repository. -5. Contributing +### 5. Contributing You are encouraged to submit relevant pull requests for this repository. By submitting a pull request, you grant Electroblob permission to use the content thereof, with due credit given, in Wizardry or elsewhere. Electroblob reserves the right to modify or remove code or assets that have been incorporated into Wizardry from accepted pull requests, but the contributor(s) responsible will remain in the mod credits even if their contribution is removed. Credit will be given to contributors of accepted pull requests as follows: @@ -45,8 +46,8 @@ You are encouraged to submit relevant pull requests for this repository. By subm For a set of guidelines regarding coding style and submission of pull requests, see guide_for_contributing.txt. -6. Changes to this license +### 6. Changes to this license This license is subject to change and may be modified by Electroblob at any time. Only the most recent version will apply at any given time. It is the responsibility of the owner of any forked or modified version of this repository to keep their copy of the license up-to-date, and in the case that it is not up-to-date, the license in the original repository belonging to Electroblob overrides any copies. -END OF LICENSE \ No newline at end of file +## END OF LICENSE