Begin license change to LGPLv3.
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user