Cleaned up formatting. Added brotli4j

This commit is contained in:
Robinson 2022-11-16 22:08:40 +01:00
parent d79b98fdba
commit 6e225e51cb
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -57,8 +57,25 @@ object AppLicensing {
note("Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply")
note("See: https://github.com/JetBrains/kotlin/blob/master/license/README.md")
}),
L("org.jetbrains.kotlin",
LicenseData("Kotlin", License.APACHE_2).apply {
author("JetBrains s.r.o. and Kotlin Programming Language contributors")
url("https://github.com/JetBrains/kotlin")
note("Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply")
note("See: https://github.com/JetBrains/kotlin/blob/master/license/README.md")
}),
L("org.jetbrains.kotlinx",
LicenseData("kotlinx.coroutines", License.APACHE_2).apply {
description("Library support for Kotlin coroutines with multiplatform support")
url("https://github.com/Kotlin/kotlinx.coroutines")
author("JetBrains s.r.o.")
}),
L("org.jetbrains:annotations",
LicenseData("Java Annotations", License.APACHE_2).apply {
description("Annotations for JVM-based languages")
url("https://github.com/JetBrains/java-annotations")
author("JetBrains s.r.o.")
}),
L("de.marcphilipp.gradle:nexus-publish-plugin",
LicenseData("Nexus Publish Plugin", License.APACHE_2).apply {
description("Gradle Plugin that explicitly creates a Staging Repository before publishing to Nexus.")
@ -79,25 +96,6 @@ object AppLicensing {
author("QOS.ch")
url("http://logback.qos.ch")
}),
L("org.jetbrains.kotlin",
LicenseData("Kotlin", License.APACHE_2).apply {
author("JetBrains s.r.o. and Kotlin Programming Language contributors")
url("https://github.com/JetBrains/kotlin")
note("Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply")
note("See: https://github.com/JetBrains/kotlin/blob/master/license/README.md")
}),
L("org.jetbrains:annotations",
LicenseData("Java Annotations", License.APACHE_2).apply {
description("Annotations for JVM-based languages")
url("https://github.com/JetBrains/java-annotations")
author("JetBrains s.r.o.")
}),
L("org.jetbrains.kotlinx",
LicenseData("kotlinx.coroutines", License.APACHE_2).apply {
description("Library support for Kotlin coroutines with multiplatform support")
url("https://github.com/Kotlin/kotlinx.coroutines")
author("JetBrains s.r.o.")
}),
L("io.github.microutils:kotlin-logging",
LicenseData("kotlin-logging", License.APACHE_2).apply {
description("Lightweight logging framework for Kotlin")
@ -819,12 +817,29 @@ object AppLicensing {
}),
L("io.prometheus",
LicenseData("Prometheus", License.APACHE_2).apply {
description("The Prometheus monitoring system and time series database. ")
description("The Prometheus monitoring system and time series database")
author("Fabian Stäber fabian@fstab.de")
author("Tom Wilkie tom@grafana.com")
author("Brian Brazil brian.brazil@boxever.com")
url("https://github.com/prometheus/")
}),
L("com.aayushatharva.brotli4j",
LicenseData("Prometheus", License.APACHE_2).apply {
description("Brotli4j provides Brotli compression and decompression for Java")
author("Aayush Atharva")
url("https://github.com/hyperxpro/Brotli4j")
extra("2016", License.MIT) {
url("https://github.com/google/brotli")
author("The Brotli Authors")
}
extra("Netty", License.APACHE_2) {
author("The Netty Project")
author("Contributors. See source NOTICE")
url("https://netty.io")
}
}),
)
// NOTE: the END copyright for these are determined by the DATE of the files!
// Some dates are WRONG (because the jar build is mucked with), so we manually fix it