https://issues.apache.org/bugzilla/show_bug.cgi?id=57343
Bug ID: 57343
Summary: Improper use of license elements of Servlet API POMs
served by Maven Central
Product: Tomcat 6
Version: 6.0.43
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
The POM for Servlet API contains two licenses combined in in licnese block:
<license>
<name>
Apache License, Version 2.0 and
Common Development And Distribution License (CDDL) Version 1.0
</name>
<url>
http://www.apache.org/licenses/LICENSE-2.0.txt and
http://www.opensource.org/licenses/cddl1.txt
</url>
</license>
This is an improper use of the license construct. Please break this up into two
elements. This probably applies to Tomcat 7/8/9 too.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]