Added jakarta servlet API

master
Robinson 2023-08-18 13:53:06 +02:00
parent 8ef55ab8a7
commit e8474daec9
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 16 additions and 2 deletions

View File

@ -279,10 +279,16 @@ object AppLicensing {
author("Martin Grotzke")
author("Rafael Winterhalter")
}),
// most of the time this is just SWT, but each arch/os has it's own id, so it's dumb to include them all
// most of the time this is just SWT, but each arch/os has its own id, so it's dumb to include them all
L("org.eclipse.platform",
LicenseData("Eclipse Platform", License.EPL).apply {
description("Frameworks and common services to support the use of Eclipse and it's tools (SWT)")
description("Frameworks and common services by the Eclipse Foundation")
author("The Eclipse Foundation, Inc.")
url("https://projects.eclipse.org/projects/eclipse.platform")
}),
L("org.eclipse.platform.org.eclipse.swt",
LicenseData("Eclipse Standard Widget Toolkit", License.EPL).apply {
description("The Eclipse Standard Widget Toolkit (SWT)")
author("The Eclipse Foundation, Inc.")
url("https://projects.eclipse.org/projects/eclipse.platform")
}),
@ -894,6 +900,14 @@ object AppLicensing {
url("https://github.com/oshai/kotlin-logging")
}),
L("jakarta.servlet:jakarta.servlet-api",
LicenseData("Jakarta Servlet ", License.GPLv2_CLASSPATH).apply {
description("Jakarta Servlet™ is a standard technology for interacting with the web on the Jakarta EE platform. ")
author("Yamini K B")
author("ee4j-pmc@eclipse.org")
url("https://projects.eclipse.org/projects/ee4j.servlet ")
}),
)
// NOTE: the END copyright for these are determined by the DATE of the files!
// Some dates are WRONG (because the jar build is mucked with), so we manually fix it