Added OSHI, updated version

master Version_2.19.1
Robinson 2023-01-18 21:39:44 +01:00
parent 8be3267303
commit 119c5c3491
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 13 additions and 1 deletions

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "License definitions and legal management plugin for the Gradle build system"
const val group = "com.dorkbox"
const val version = "2.19"
const val version = "2.19.1"
// set as project.ext
const val name = "Gradle Licensing Plugin"

View File

@ -860,6 +860,18 @@ object AppLicensing {
url("https://netty.io")
}
}),
L("com.github.oshi:oshi-core-java11",
LicenseData("Brotli4j", License.APACHE_2).apply {
description("Operating System and Hardware Information library for Java.")
author("Aayush Atharva")
url("https://github.com/oshi/oshi")
}),
L("com.github.oshi:oshi-core",
LicenseData("OSHI", License.MIT).apply {
description("Operating System and Hardware Information library for Java.")
author("Aayush Atharva")
url("https://github.com/oshi/oshi")
}),
)
// NOTE: the END copyright for these are determined by the DATE of the files!