Updated license build. Now follow USC 17.4 regarding copyright

master
nathan 2020-08-06 23:22:38 +02:00
parent a153c3061d
commit 7f4bd62368
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
- Version - Java Semantic Versioning with exceptions. Minor/Patch number optional and build-after-final-dot (minor/patch) permitted.
[MIT License]
https://git.dorkbox.com/dorkbox/Version
Copyright 2020 - MIT License
Copyright 2020
Dorkbox LLC
G. Richard Bellamy
Kenduck

Binary file not shown.

View File

@ -24,7 +24,7 @@ plugins {
id("com.dorkbox.CrossCompile") version "1.0.1"
id("com.dorkbox.GradleUtils") version "1.8"
id("com.dorkbox.Licensing") version "2.0"
id("com.dorkbox.Licensing") version "2.0.36"
id("com.dorkbox.VersionUpdate") version "1.7"
id("com.dorkbox.GradlePublish") version "1.3"
@ -35,7 +35,7 @@ object Extras {
// set for the project
const val description = "Java Semantic Versioning with exceptions. Minor/Patch number optional and build-after-final-dot (minor/patch) permitted."
const val group = "com.dorkbox"
const val version = "2.3"
const val version = "2.3.1"
// set as project.ext
const val name = "Version"