From b338db1a1129977e4b8a98b8f08873b83dfff203 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 8 Aug 2024 01:59:42 +0200 Subject: Add contributing guide [no changelog] --- LICENSE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index d080b63..24ca75f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -This mod is licensed under a GPL 3.0 or Later license. Images and models (found in src/main/resources or other) are -additionally licensed under CC-BY-4.0. +Most of this mod is licensed under a GPL-3.0-or-later license. Some resources may also be licensed using creative +commons licenses. You can use the [reuse](https://github.com/fsfe/reuse-tool) spec to check the concrete licenses for +each file. See the licenses folder for the concrete license terms of each license. -To read a full license report of all dependencies, execute -`./gradlew :printAllLicenses`. +To generate a full license report of all dependencies, execute `./gradlew :printAllLicenses`. -- cgit