]
Brian Stansberry updated WFCORE-3328:
-------------------------------------
Security: (was: Red Hat Internal)
Incorrect licenses in core-feature-pack
---------------------------------------
Key: WFCORE-3328
URL:
https://issues.jboss.org/browse/WFCORE-3328
Project: WildFly Core
Issue Type: Bug
Affects Versions: 3.0.3.Final, 3.0.4.Final
Reporter: Petr Sakař
Assignee: Petr Sakař
Priority: Critical
Fix For: 4.0.0.Alpha1, 3.0.5.Final
{{xerces:xercesImpl:2.11.0.SP5}} contains these licenses in
lcore-feature-pack-licenses.xml:
{code}
<license>
<name>Apache License 2.0</name>
<
url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
<license>
<name>ICU License - ICU 1.8.1 to ICU 57.1</name>
<
url>http://source.icu-project.org/repos/icu/tags/release-57-1/icu4j/ma...
<distribution>repo</distribution>
</license>
<license>
<name>Sax Public Domain Notice</name>
<
url>http://www.saxproject.org/copying.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>W3C Document License</name>
<
url>http://www.w3.org/Consortium/Legal/copyright-documents</url>
<distribution>repo</distribution>
</license>
<license>
<name>W3C Software Notice and Document License (2002-12-31)</name>
<
url>https://spdx.org/licenses/W3C.html#licenseText</url>
<distribution>repo</distribution>
</license>
{code}
However, readme and pom only contains ASL.