[Clirr-devel] CVS: clirr pom.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2008-08-17 11:00:24
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24814 Modified Files: pom.xml Log Message: added ASL 2.0 license info to pom Index: pom.xml =================================================================== RCS file: /cvsroot/clirr/clirr/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pom.xml 17 Feb 2008 20:20:46 -0000 1.1 +++ pom.xml 17 Aug 2008 11:00:21 -0000 1.2 @@ -12,6 +12,12 @@ <packaging>pom</packaging> <name>CLIRR</name> <version>0.7-SNAPSHOT</version> + <licenses> + <license> + <name>Apache License Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> <description> Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets |