Begin license change to LGPLv3.

This commit is contained in:
sk89q
2012-08-22 15:53:39 -07:00
parent 0bc9369cc8
commit c387dabf15
3 changed files with 180 additions and 2 deletions

14
pom.xml
View File

@@ -12,7 +12,13 @@
<name>GNU General Public License 2.0</name>
<url>LICENSE.txt</url>
<distribution>repo</distribution>
<comments>License on all contributions</comments>
<comments>License on all old contributions</comments>
</license>
<license>
<name>GNU Lesser General Public License 3.0</name>
<url>LICENSE_LGPL.txt</url>
<distribution>repo</distribution>
<comments>License on all new contributions</comments>
</license>
</licenses>
<scm>
@@ -55,6 +61,12 @@
<version>1.2.5-R4.1-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.2.5-R4.1-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<!-- Archive reading library for snapshots -->
<dependency>