diff --git a/LICENSE b/LICENSE index 419a3b02..9caa064f 100644 --- a/LICENSE +++ b/LICENSE @@ -19,3 +19,7 @@ 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. + +___________________________ +Some of our Assets (see LICENSE.ASSETS for a Listing) is licensed under CC BY-NC-SA 4.0 +See https://creativecommons.org/licenses/by-nc-sa/4.0/ for Details. diff --git a/LICENSE.ASSETS b/LICENSE.ASSETS new file mode 100644 index 00000000..b5b1cdd7 --- /dev/null +++ b/LICENSE.ASSETS @@ -0,0 +1,9 @@ +Some of our Assets (see List below) is licensed under CC BY-NC-SA 4.0 +See https://creativecommons.org/licenses/by-nc-sa/4.0/ for Details. + +Please use the Attribution "Team BetterX". + +The following Files are distributed under this License: + * src/main/resources/assets/betterend/textures/gui/infusion.png + * src/main/resources/assets/betterend/icon_updater.png + * src/main/resources/assets/betterend/lang/de_de.json \ No newline at end of file diff --git a/build.gradle b/build.gradle index 26f6b072..a0d17eb8 100644 --- a/build.gradle +++ b/build.gradle @@ -112,6 +112,7 @@ java { jar { from "LICENSE" + from "LICENSE.ASSETS" } artifacts { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 15fdefcc..adfda584 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ "issues": "https://github.com/quiqueck/BetterEnd/issues", "sources": "https://github.com/quiqueck/BetterEnd" }, - "license": "MIT", + "license": "MIT (CC BY-NC-SA 4.0 for some Assets)", "icon": "assets/betterend/icon.png", "environment": "*", "entrypoints": {