From cd9318b3faa011e136e756aa7f755711418ca5e9 Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 20 Jul 2023 00:09:27 +0200 Subject: [PATCH] updated lz4 license --- src/dorkbox/license/AppLicensing.kt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/dorkbox/license/AppLicensing.kt b/src/dorkbox/license/AppLicensing.kt index 7a6526d..06afa03 100644 --- a/src/dorkbox/license/AppLicensing.kt +++ b/src/dorkbox/license/AppLicensing.kt @@ -287,13 +287,20 @@ object AppLicensing { url("https://projects.eclipse.org/projects/eclipse.platform") }), L("net.jpountz.lz4:lz4", - LicenseData("LZ4 and XXhash", License.APACHE_2).apply { + LicenseData("LZ4 and xxHash", License.APACHE_2).apply { description("LZ4 compression for Java, based on Yann Collet's work") author("Yann Collet") author("Adrien Grand") url("https://github.com/jpountz/lz4-java") url("https://github.com/lz4/lz4") }), + L("org.lz4:lz4-java", + LicenseData("LZ4 and xxHash", License.APACHE_2).apply { + description("LZ4 compression for Java, based on Yann Collet's work") + author("Yann Collet") + author("Adrien Grand") + url("https://github.com/lz4/lz4") + }), L("com.conversantmedia:disruptor", LicenseData("Conversant Disruptor", License.APACHE_2).apply { description("Disruptor is the highest performing intra-thread transfer mechanism available in Java.")