[Practicalxml-commits] SF.net SVN: practicalxml:[75] trunk/pom.xml
Brought to you by:
kdgregory
From: Auto-Generated S. C. M. <pra...@li...> - 2009-01-14 14:14:55
|
Revision: 75 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=75&view=rev Author: kdgregory Date: 2009-01-14 14:14:44 +0000 (Wed, 14 Jan 2009) Log Message: ----------- add license info to POM Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-01-14 13:44:22 UTC (rev 74) +++ trunk/pom.xml 2009-01-14 14:14:44 UTC (rev 75) @@ -43,6 +43,14 @@ </developer> </developers> + <licenses> + <license> + <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> + <scm> <connection>scm:svn:https://practicalxml.svn.sourceforge.net/svnroot/practicalxml</connection> <developerConnection>scm:svn:https://practicalxml.svn.sourceforge.net/svnroot/practicalxml</developerConnection> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |