From a28e98a2d799a8053fd38aff4658fc43cc0fefcb Mon Sep 17 00:00:00 2001 From: Robinson Date: Fri, 15 Jan 2021 02:25:20 +0100 Subject: [PATCH] Updated license info --- build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 2b6e34f8..948bf00a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -120,6 +120,11 @@ licensing { it.author("Nathan Sweet") it.url("https://github.com/EsotericSoftware/kryonet") } + extra("Kryo Serialization", License.BSD_3) { + it.copyright(2020) + it.author("Nathan Sweet") + it.url("https://github.com/EsotericSoftware/kryo") + } extra("LAN HostDiscovery from Apache Commons JCS", License.APACHE_2) { it.copyright(2014) it.author("The Apache Software Foundation")