Added more license info

master
Robinson 2023-06-13 00:04:38 +02:00
parent c59acbb8b7
commit 80851f3c71
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 14 additions and 0 deletions

View File

@ -828,6 +828,14 @@ object AppLicensing {
url("https://vaadin.com")
url("https://github.com/vaadin")
}),
L("com.vaadin.external.gwt:gwt-elemental",
LicenseData("Vaadin", License.APACHE_2).apply {
copyright = 2010
description("Vaadin Customized GWT Elemental Library")
author("Google Inc.")
author("Vaadin Ltd")
url("https://repo1.maven.org/maven2/com/vaadin/external/gwt/gwt-elemental")
}),
L("org.conscrypt:conscrypt-openjdk-uber",
LicenseData("Conscrypt", License.APACHE_2).apply {
description("An open platform for building modern web apps for Java back ends")
@ -872,6 +880,12 @@ object AppLicensing {
author("Aayush Atharva")
url("https://github.com/oshi/oshi")
}),
L("io.github.microutils:kotlin-logging-jvm",
LicenseData("kotlin-logging", License.APACHE_2).apply {
description("Lightweight Multiplatform logging framework for Kotlin")
author("Ohad Shai")
url("https://github.com/oshai/kotlin-logging")
}),
)
// NOTE: the END copyright for these are determined by the DATE of the files!