From 63d0d32e4659dfc621bef06e1a93d4293af2653d Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 8 Aug 2024 01:14:51 +0200 Subject: Clean up reuse comments [no changelog] --- LICENSE | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 LICENSE (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d080b63 --- /dev/null +++ b/LICENSE @@ -0,0 +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. + +To read a full license report of all dependencies, execute +`./gradlew :printAllLicenses`. -- cgit