From cc912d322e4bf312a0b9ea0c5d33e87eebb714c5 Mon Sep 17 00:00:00 2001 From: szymon Date: Sat, 19 Jun 2021 19:03:13 +0200 Subject: [PATCH] added copyright notice into output jar --- Copyright_Notice.txt => Copyright_Notice | 2 ++ build.gradle | 2 ++ 2 files changed, 4 insertions(+) rename Copyright_Notice.txt => Copyright_Notice (88%) diff --git a/Copyright_Notice.txt b/Copyright_Notice similarity index 88% rename from Copyright_Notice.txt rename to Copyright_Notice index 4740a3f..f6cfe9f 100644 --- a/Copyright_Notice.txt +++ b/Copyright_Notice @@ -3,6 +3,8 @@ This project uses third party libraries as its dependencies and includes them in Cotton config, Cotton logging, and Jankson-Fabric all by Cotton team licensed under MIT license which can be found at https://github.com/CottonMC/Cotton XZ for Java by Tukaani released as public domain. https://tukaani.org/xz/java.html parallelgzip by shevek under Apache 2.0 http://www.apache.org/licenses/ + +To save on space Parallel BZip2 was unpacked Parallel BZip2 compression by Karl Gustafsson at http://at4j.sourceforge.net/ under GPL v3 Some code was partially or fully inspired by: diff --git a/build.gradle b/build.gradle index 3d42bd6..42ed2c0 100644 --- a/build.gradle +++ b/build.gradle @@ -69,6 +69,8 @@ jar { from("LICENSE") { rename { "${it}_${project.archivesBaseName}"} } + + from("Copyright_Notice") } // configure the maven publication publishing {