Changing the license to GPL v3
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 04 Sep 2010 19:08:55 +0200
changeset 24757bd8b561a2e
parent 246 ed99ec32bd44
child 248 9bbf25021886
Changing the license to GPL v3
pom.xml
     1.1 --- a/pom.xml	Sat Sep 04 19:05:36 2010 +0200
     1.2 +++ b/pom.xml	Sat Sep 04 19:08:55 2010 +0200
     1.3 @@ -19,13 +19,8 @@
     1.4    -->
     1.5    <licenses>
     1.6      <license>
     1.7 -        <name>GPL 2 with classpath Exception</name>
     1.8 -        <url>http://www.openjdk.org/legal/gplv2+ce.html</url>
     1.9 -        <distribution>repo</distribution>
    1.10 -    </license>
    1.11 -    <license>
    1.12 -        <name>CDDL 1</name>
    1.13 -        <url>http://www.sun.com/cddl/cddl.html</url>
    1.14 +        <name>gpl-3.0</name>
    1.15 +        <url>http://www.opensource.org/licenses/gpl-3.0.html</url>
    1.16          <distribution>repo</distribution>
    1.17      </license>
    1.18    </licenses>