Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-12300 Convert to Jakarta EE 8 specification APIs
  3. WFLY-12566

Align license.xml content with standard names and urls

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 18.0.0.Final
    • None
    • Build System
    • None

      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

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

      becomes

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

      and

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

      becomes

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

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: