diff options
author | Linnea Gräf <nea@nea.moe> | 2024-08-08 01:59:42 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-08-08 01:59:42 +0200 |
commit | b338db1a1129977e4b8a98b8f08873b83dfff203 (patch) | |
tree | b1df4cb55e5fb087a1daad4384d94c3c62235e5b /LICENSE | |
parent | 63d0d32e4659dfc621bef06e1a93d4293af2653d (diff) | |
download | Firmament-b338db1a1129977e4b8a98b8f08873b83dfff203.tar.gz Firmament-b338db1a1129977e4b8a98b8f08873b83dfff203.tar.bz2 Firmament-b338db1a1129977e4b8a98b8f08873b83dfff203.zip |
Add contributing guide
[no changelog]
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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`. |