diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-02-26 16:48:28 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-02-26 16:48:28 +0800 |
| commit | 2d1e1b3e68481d373353bbd9ef0586bfdaf00295 (patch) | |
| tree | b1b625786ccd9f06d86884133366ead2e80f6957 | |
| parent | f8ac2a85d2347fc5b28bcd23f89ea466b34673c1 (diff) | |
| download | RoughlyEnoughItems-2d1e1b3e68481d373353bbd9ef0586bfdaf00295.tar.gz RoughlyEnoughItems-2d1e1b3e68481d373353bbd9ef0586bfdaf00295.tar.bz2 RoughlyEnoughItems-2d1e1b3e68481d373353bbd9ef0586bfdaf00295.zip | |
License
Signed-off-by: shedaniel <daniel@shedaniel.me>
| -rw-r--r-- | LICENSE | 6 | ||||
| -rwxr-xr-x | build.gradle | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Daniel She +Copyright (c) 2018, 2019, 2020 shedaniel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -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. + +Jetbrains Annotations is bundled with Roughly Enough Items, and is licensed under Apache License 2.0. +Auto Config is bundled with Roughly Enough items, and is licensed under Apache License 2.0. +Cloth Events and Cloth Config is bundled with Roughly Enough Items, and is licensed under The Unlicense.
\ No newline at end of file diff --git a/build.gradle b/build.gradle index e811ff69c..1a26b9dc3 100755 --- a/build.gradle +++ b/build.gradle @@ -37,6 +37,10 @@ license { repositories { } +jar { + from "LICENSE" +} + processResources { filesMatching('fabric.mod.json') { expand 'version': project.version |
