Explorar el Código

License

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel hace 5 años
padre
commit
8e0ee6577a
Se han modificado 2 ficheros con 9 adiciones y 1 borrados
  1. 5 1
      LICENSE
  2. 4 0
      build.gradle

+ 5 - 1
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.

+ 4 - 0
build.gradle

@@ -37,6 +37,10 @@ license {
 repositories {
 }
 
+jar {
+    from "LICENSE"
+}
+
 processResources {
     filesMatching('fabric.mod.json') {
         expand 'version': project.version