updated lz4 license

master
Robinson 2023-07-20 00:09:27 +02:00
parent 793433b912
commit cd9318b3fa
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 8 additions and 1 deletions

View File

@ -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.")