Author: fchrist
Date: Fri Jun 1 11:05:24 2012
New Revision: 1345048
URL: http://svn.apache.org/viewvc?rev=1345048&view=rev
Log:
STANBOL-646 Added license to top level POM
Modified:
incubator/stanbol/trunk/pom.xml
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1345048&r1=1345047&r2=1345048&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Fri Jun 1 11:05:24 2012
@@ -35,7 +35,15 @@
<description>Pseudo project to build Apache Stanbol.</description>
<inceptionYear>2010</inceptionYear>
-
+ <licenses>
+ <license>
+ <name>Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ <comments>A business-friendly OSS license</comments>
+ </license>
+ </licenses>
+
<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/