[jboss-jira] [JBoss JIRA] (WFLY-12566) Align license.xml content with standard names and urls

Brian Stansberry (Jira) issues at jboss.org
Tue Sep 17 19:23:00 EDT 2019


Brian Stansberry created WFLY-12566:
---------------------------------------

             Summary: Align license.xml content with standard names and urls
                 Key: WFLY-12566
                 URL: https://issues.jboss.org/browse/WFLY-12566
             Project: WildFly
          Issue Type: Sub-task
          Components: Build System
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 18.0.0.Final


Our licenses.xml files use standard values for the various 'name' elements and standard remote urls for the license text. Adapt the various changes made in these files to conform.

This is primarily

{code}
            <name>EPL 2.0</name>
            <url>http://www.eclipse.org/legal/epl-2.0</url>
{code}

becomes

{code}
          <name>Eclipse Public License 2.0</name>
          <url>http://www.eclipse.org/legal/epl-2.0</url>
{code}

and

{code}
            <name>GPL2 w/ CPE</name>
            <url>https://www.gnu.org/software/classpath/license.html</url>
{code}

becomes

{code}
          <name>GNU General Public License, Version 2 with the Classpath Exception</name>
          <url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
{code}



--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the jboss-jira mailing list