Author: kai
Date: Mon Aug 10 19:20:15 2009
New Revision: 802903
URL: http://svn.apache.org/viewvc?rev=802903&view=rev
Log:
IBATIS-611 (Include license info in project pom)
- added licence information
Modified:
ibatis/trunk/java/ibatis-3/ibatis-3-compat/pom.xml
ibatis/trunk/java/ibatis-3/ibatis-3-core/pom.xml
Modified: ibatis/trunk/java/ibatis-3/ibatis-3-compat/pom.xml
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/ibatis-3-compat/pom.xml?rev=802903&r1=802902&r2=802903&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/ibatis-3-compat/pom.xml (original)
+++ ibatis/trunk/java/ibatis-3/ibatis-3-compat/pom.xml Mon Aug 10 19:20:15 2009
@@ -10,6 +10,13 @@
<name>ibatis-3-compat</name>
<packaging>jar</packaging>
<url>http://ibatis.apache.org</url>
+ <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>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Modified: ibatis/trunk/java/ibatis-3/ibatis-3-core/pom.xml
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/ibatis-3-core/pom.xml?rev=802903&r1=802902&r2=802903&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/ibatis-3-core/pom.xml (original)
+++ ibatis/trunk/java/ibatis-3/ibatis-3-core/pom.xml Mon Aug 10 19:20:15 2009
@@ -10,6 +10,13 @@
<name>ibatis-3-core</name>
<packaging>jar</packaging>
<url>http://ibatis.apache.org</url>
+ <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>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>