From 1f375a76cad6bdea9b815b84faa4c65aa291870f Mon Sep 17 00:00:00 2001 From: Robinson Date: Tue, 29 Jun 2021 23:21:44 +0200 Subject: [PATCH] Updated licensing library --- build.gradle.kts | 18 +++++++++--------- src/dorkbox/netUtil/VirtualEth.kt | 3 --- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d2064b4..1e06133 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } } } diff --git a/src/dorkbox/netUtil/VirtualEth.kt b/src/dorkbox/netUtil/VirtualEth.kt index 8dfd165..e7afdf0 100644 --- a/src/dorkbox/netUtil/VirtualEth.kt +++ b/src/dorkbox/netUtil/VirtualEth.kt @@ -2,9 +2,6 @@ package dorkbox.netUtil import dorkbox.executor.Executor -/** - * - */ object VirtualEth { /** * Gets the version number.