Issue Type: Feature Request Feature Request
Affects Versions: 2.1.1.Final
Assignee: Rafael Benevides
Components: stacks
Created: 03/May/13 12:06 PM
Description:

The licensing for the BOM should be Apache and not LGPL. The current entry looks like this:

<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

The following is an Apache license entry from the Maven documentation:

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

Probably do not need the comments from this fragment.

Fix Versions: TBD
Project: JBoss Developer Framework
Priority: Major Major
Reporter: Rodney Russ
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira