1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

Switches the license to Apache Software License, Version 2.0

This commit is contained in:
2012-01-18 00:53:18 -02:00
parent a4c569f10e
commit f8d5303f70
133 changed files with 2342 additions and 724 deletions

View File

@@ -59,12 +59,13 @@
<licenses>
<license>
<name>GNU General Public License version 3</name>
<url>http://www.gnu.org/licenses/gpl.txt</url>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<modules>
<module>httpchannel-api</module>
<module>httpchannel-service</module>
@@ -94,11 +95,13 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<signedjar>true</signedjar>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>