[Clirr-devel] CVS: clirr pom.xml,1.6,1.7
Status: Alpha
Brought to you by:
lkuehne
|
From: Lars K. <lk...@us...> - 2013-12-06 12:52:21
|
Update of /cvsroot/clirr/clirr In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23003 Modified Files: pom.xml Log Message: consistently use lgpl license Index: pom.xml =================================================================== RCS file: /cvsroot/clirr/clirr/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pom.xml 29 May 2013 20:09:00 -0000 1.6 +++ pom.xml 6 Dec 2013 12:52:18 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - - Maven 2.x parent pom file for Clirr. + - Maven 3.x parent pom file for Clirr. - - This file configures defaults for all the clirr submodules. --> @@ -16,8 +16,8 @@ <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> + <name>GNU Lesser General Public License (LGPL)</name> + <url>http://www.gnu.org/licenses/lgpl.html</url> </license> </licenses> <description> |