diff --git a/LICENSE b/LICENSE index c06b61c..b2669d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1 @@ -Even though the source code is public, the following license applies: - -This software, its source code and its binaries are Copyright © 2018 Nicolas BARBOTIN and are the intellectual property of the author. -It may be not be reproduced under any circumstances except for personal, private use as long as it remains in its unaltered, unedited form. -It may not be placed on any web site or otherwise distributed publicly without advance written permission. -Use of this software on any other website or as a part of any public display is strictly prohibited, and a violation of copyright. +This mod and its source code is now in public domain. Feel free to do whatever you want with it; make forks, distribute it... whatever I would appreciate it, of course, if you credited me 😊 Thank you! diff --git a/README.md b/README.md index 7437a30..6438132 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WebDisplays for Minecraft 1.12.2 -This is the WebDisplays mod for Minecraft 1.12.2. Even though the source code is public, it is not an "open source" project. Read the "LICENSE" file for more informations. +This is the WebDisplays mod for Minecraft 1.12.2. I don't have time to maintain it anymore, so I changed the license recently and anybody is welcome to create forks and/or re-distribute it. For more info see [LICENSE](LICENSE). ### Wiki * The Wiki that details all blocks/items can be found on my website https://montoyo.net/wdwiki/ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c918676..6baf9e0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,7 @@ "sources": "https://github.com/Mysticpasta1/webdisplays" }, - "license": "ARR", + "license": "Public Domain", "environment": "*", "entrypoints": {