diff --git a/LICENSE b/LICENSE index 7112944..cd7efbd 100644 --- a/LICENSE +++ b/LICENSE @@ -11,3 +11,18 @@ https://www.xiam.nl Copyright 2016 XIAM Solutions B.V. + + - Updates - Software Update Management + [The Apache Software License, Version 2.0] + https://git.dorkbox.com/dorkbox/Updates + Copyright 2021 + Dorkbox LLC + + Extra license information + - Kotlin - + [The Apache Software License, Version 2.0] + https://github.com/JetBrains/kotlin + Copyright 2020 + JetBrains s.r.o. and Kotlin Programming Language contributors + Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply + See: https://github.com/JetBrains/kotlin/blob/master/license/README.md diff --git a/build.gradle.kts b/build.gradle.kts index 98c5d79..9432be7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,10 +30,10 @@ gradle.startParameter.warningMode = WarningMode.All plugins { java - id("com.dorkbox.GradleUtils") version "3.7" - id("com.dorkbox.Licensing") version "2.18" + id("com.dorkbox.GradleUtils") version "3.8" + id("com.dorkbox.Licensing") version "2.19" id("com.dorkbox.VersionUpdate") version "2.5" - id("com.dorkbox.GradlePublish") version "1.15" + id("com.dorkbox.GradlePublish") version "1.17" kotlin("jvm") version "1.8.0" }