aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE6
-rwxr-xr-xbuild.gradle4
2 files changed, 9 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 943fe6dc6..15d6a441e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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