Updated licensing library

connection_type_change
Robinson 2021-06-29 23:21:44 +02:00
parent 17735da8ed
commit 1f375a76ca
2 changed files with 9 additions and 12 deletions

View File

@ -28,7 +28,7 @@ gradle.startParameter.warningMode = WarningMode.All
plugins {
id("com.dorkbox.GradleUtils") version "2.6"
id("com.dorkbox.Licensing") version "2.6.1"
id("com.dorkbox.Licensing") version "2.8.1"
id("com.dorkbox.VersionUpdate") version "2.3"
id("com.dorkbox.GradlePublish") version "1.11"
@ -68,17 +68,17 @@ licensing {
author(Extras.vendor)
extra("Netty", License.APACHE_2) {
it.copyright(2014)
it.author("The Netty Project")
it.url("https://netty.io/")
it.note("This product contains a modified portion of Netty Network Utils")
copyright(2014)
author("The Netty Project")
url("https://netty.io/")
note("This product contains a modified portion of Netty Network Utils")
}
extra("Apache Harmony", License.APACHE_2) {
it.copyright(2010)
it.author("The Apache Software Foundation")
it.url("http://archive.apache.org/dist/harmony/")
it.note("This product contains a modified portion of 'Apache Harmony', an open source Java SE")
copyright(2010)
author("The Apache Software Foundation")
url("http://archive.apache.org/dist/harmony/")
note("This product contains a modified portion of 'Apache Harmony', an open source Java SE")
}
}
}

View File

@ -2,9 +2,6 @@ package dorkbox.netUtil
import dorkbox.executor.Executor
/**
*
*/
object VirtualEth {
/**
* Gets the version number.