You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2013/09/24 22:43:48 UTC

svn commit: r1526004 - in /stanbol/trunk: ./ commons/solr/core/src/license/ commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/ commons/solr/extras/icu/src/license/ commons/solr/extras/kuromoji/src/license/ commons/solr/extras/smartc...

Author: fchrist
Date: Tue Sep 24 20:43:47 2013
New Revision: 1526004

URL: http://svn.apache.org/r1526004
Log:
STANBOL-1139 updated license info and headers, trunk seems to be clean now

Modified:
    stanbol/trunk/commons/solr/core/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/RegisteredSolrAnalyzerFactory.java
    stanbol/trunk/commons/solr/extras/icu/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/extras/kuromoji/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/extras/smartcn/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/extras/stempel/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/install/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/web/src/license/THIRD-PARTY.properties
    stanbol/trunk/contenthub/ldpath/src/license/THIRD-PARTY.properties
    stanbol/trunk/contenthub/search/featured/src/license/THIRD-PARTY.properties
    stanbol/trunk/contenthub/search/solr/src/license/THIRD-PARTY.properties
    stanbol/trunk/contenthub/store/solr/src/license/THIRD-PARTY.properties
    stanbol/trunk/contenthub/web/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/entitytagging/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/kuromoji-nlp/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/smartcn-token/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/topic/engine/src/license/THIRD-PARTY.properties
    stanbol/trunk/enhancement-engines/topic/web/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/freebase/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/geonames/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/contenthub/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/enhancer/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/entityhub/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/stanbolcommons/src/license/THIRD-PARTY.properties
    stanbol/trunk/nbactions.xml
    stanbol/trunk/pom.xml

Modified: stanbol/trunk/commons/solr/core/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/core/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,18 +15,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:20:43 CEST 2013
+#Tue Sep 24 20:37:20 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.portlet--portlet-api--2.0=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/RegisteredSolrAnalyzerFactory.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/RegisteredSolrAnalyzerFactory.java?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/RegisteredSolrAnalyzerFactory.java (original)
+++ stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/RegisteredSolrAnalyzerFactory.java Tue Sep 24 20:43:47 2013
@@ -1,3 +1,19 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 package org.apache.stanbol.commons.solr.utils;
 
 import java.util.ServiceLoader;

Modified: stanbol/trunk/commons/solr/extras/icu/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/icu/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/icu/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/extras/icu/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:50 CEST 2013
+#Tue Sep 24 20:52:40 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/extras/kuromoji/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/kuromoji/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/kuromoji/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/extras/kuromoji/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:49 CEST 2013
+#Tue Sep 24 20:52:35 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/extras/smartcn/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/smartcn/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/smartcn/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/extras/smartcn/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:48 CEST 2013
+#Tue Sep 24 20:52:23 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/extras/stempel/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/stempel/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/stempel/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/extras/stempel/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:50 CEST 2013
+#Tue Sep 24 20:52:45 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/install/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/install/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/install/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/install/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,12 +15,13 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:47 CEST 2013
+#Tue Sep 24 20:52:17 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
@@ -28,6 +29,7 @@ dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.portlet--portlet-api--2.0=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,18 +15,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 21:52:28 CEST 2013
+#Tue Sep 24 20:51:59 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.portlet--portlet-api--2.0=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/web/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/web/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/web/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,13 +15,14 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:45 CEST 2013
+#Tue Sep 24 20:52:11 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
@@ -29,6 +30,7 @@ dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.portlet--portlet-api--2.0=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/contenthub/ldpath/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/contenthub/ldpath/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/contenthub/ldpath/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/contenthub/ldpath/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,19 +15,21 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 15:16:22 CEST 2013
+#Tue Sep 24 21:06:38 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/contenthub/search/featured/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/contenthub/search/featured/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/contenthub/search/featured/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/contenthub/search/featured/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -14,19 +14,21 @@
 # - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 15:16:04 CEST 2013
+#Tue Sep 24 21:06:16 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/contenthub/search/solr/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/contenthub/search/solr/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/contenthub/search/solr/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/contenthub/search/solr/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -14,19 +14,21 @@
 # - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 15:15:52 CEST 2013
+#Tue Sep 24 21:06:00 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/contenthub/store/solr/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/contenthub/store/solr/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/contenthub/store/solr/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/contenthub/store/solr/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,19 +15,21 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 15:15:31 CEST 2013
+#Tue Sep 24 21:05:35 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/contenthub/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/contenthub/web/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/contenthub/web/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/contenthub/web/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,19 +15,21 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 15:16:13 CEST 2013
+#Tue Sep 24 21:06:27 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:33 CEST 2013
+#Tue Sep 24 21:10:35 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:30 CEST 2013
+#Tue Sep 24 21:10:01 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:32 CEST 2013
+#Tue Sep 24 21:10:18 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/entitytagging/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitytagging/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitytagging/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/entitytagging/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,18 +15,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:34 CEST 2013
+#Tue Sep 24 21:10:48 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD style license
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/kuromoji-nlp/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/kuromoji-nlp/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/kuromoji-nlp/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/kuromoji-nlp/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:28 CEST 2013
+#Tue Sep 24 21:09:16 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/smartcn-token/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/smartcn-token/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/smartcn-token/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/smartcn-token/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:26 CEST 2013
+#Tue Sep 24 21:08:50 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/topic/engine/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/engine/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/topic/engine/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/topic/engine/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,12 +18,13 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:38 CEST 2013
+#Tue Sep 24 21:11:37 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.0=BSD License
 asm--asm--3.1=BSD License
@@ -31,6 +32,7 @@ commons-beanutils--commons-beanutils--1.
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/enhancement-engines/topic/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/web/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/topic/web/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/enhancement-engines/topic/web/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,19 +15,21 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:38:40 CEST 2013
+#Tue Sep 24 21:12:56 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,18 +18,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 11:29:17 CEST 2013
+#Tue Sep 24 20:59:42 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,18 +18,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 11:28:46 CEST 2013
+#Tue Sep 24 20:59:12 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,19 +18,21 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:11 CEST 2013
+#Tue Sep 24 20:58:05 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/freebase/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/freebase/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/indexing/freebase/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,18 +18,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:24 CEST 2013
+#Tue Sep 24 21:00:08 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,6 +18,7 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 # - iCal4j - License
@@ -25,12 +26,13 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:17 CEST 2013
+#Tue Sep 24 20:58:20 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/geonames/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/geonames/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/geonames/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/indexing/geonames/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -18,18 +18,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:20 CEST 2013
+#Tue Sep 24 20:58:48 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,18 +15,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:07 CEST 2013
+#Tue Sep 24 20:56:57 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:05 CEST 2013
+#Tue Sep 24 20:56:13 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/contenthub/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/contenthub/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/contenthub/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/contenthub/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -15,18 +15,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 20:59:12 CEST 2013
+#Tue Sep 24 21:17:52 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/enhancer/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/enhancer/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -7,6 +7,7 @@
 # - Apache Software License, Version 2.0
 # - BSD 3-Clause License
 # - BSD License
+# - BSD-style
 # - Bouncy Castle Licence
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
@@ -19,19 +20,21 @@
 # - MIT License
 # - Mozilla Public License 1.1 (MPL 1.1)
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 20:45:38 CEST 2013
+#Tue Sep 24 21:17:40 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 jdom--jdom--1.0=The Apache Software License, Version 2.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/entityhub/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/entityhub/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/entityhub/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -4,6 +4,7 @@
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
+# - BSD-style
 # - CDDL
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
@@ -16,18 +17,20 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 20:48:15 CEST 2013
+#Tue Sep 24 21:17:44 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -4,6 +4,7 @@
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
+# - BSD-style
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
 # - Common Public License, Version 1.0
@@ -14,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 21:10:32 CEST 2013
+#Tue Sep 24 21:18:21 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -4,6 +4,7 @@
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
+# - BSD-style
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
 # - Common Public License, Version 1.0
@@ -14,17 +15,19 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 21:08:25 CEST 2013
+#Tue Sep 24 21:18:14 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/license/THIRD-PARTY.properties?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/stanbolcommons/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/stanbolcommons/src/license/THIRD-PARTY.properties Tue Sep 24 20:43:47 2013
@@ -6,6 +6,7 @@
 # - Apache Software License, Version 2.0
 # - BSD 3-Clause License
 # - BSD License
+# - BSD-style
 # - CDDL
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
@@ -18,13 +19,14 @@
 # - ICU License
 # - MIT License
 # - New BSD License
+# - New BSD license
 # - Public Domain License
 # - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 20:31:01 CEST 2013
+#Tue Sep 24 21:17:21 CEST 2013
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
 com.sun.xml--relaxngDatatype--1.0=BSD License
@@ -32,6 +34,7 @@ commons-beanutils--commons-beanutils--1.
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/nbactions.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/nbactions.xml?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/nbactions.xml (original)
+++ stanbol/trunk/nbactions.xml Tue Sep 24 20:43:47 2013
@@ -1,22 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <actions>
-        <action>
-            <actionName>build</actionName>
-            <goals>
-                <goal>install</goal>
-            </goals>
-            <properties>
-                <Env.MAVEN_OPTS>-Xmx1024M -XX:MaxPermSize=128M</Env.MAVEN_OPTS>
-            </properties>
-        </action>
-        <action>
-            <actionName>rebuild</actionName>
-            <goals>
-                <goal>clean</goal>
-                <goal>install</goal>
-            </goals>
-            <properties>
-                <Env.MAVEN_OPTS>-Xmx1024M -XX:MaxPermSize=128M</Env.MAVEN_OPTS>
-            </properties>
-        </action>
-    </actions>
+  <action>
+    <actionName>build</actionName>
+    <goals>
+      <goal>install</goal>
+    </goals>
+    <properties>
+      <Env.MAVEN_OPTS>-Xmx1024M -XX:MaxPermSize=128M</Env.MAVEN_OPTS>
+    </properties>
+  </action>
+  <action>
+    <actionName>rebuild</actionName>
+    <goals>
+      <goal>clean</goal>
+      <goal>install</goal>
+    </goals>
+    <properties>
+      <Env.MAVEN_OPTS>-Xmx1024M -XX:MaxPermSize=128M</Env.MAVEN_OPTS>
+    </properties>
+  </action>
+</actions>

Modified: stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/pom.xml?rev=1526004&r1=1526003&r2=1526004&view=diff
==============================================================================
--- stanbol/trunk/pom.xml (original)
+++ stanbol/trunk/pom.xml Tue Sep 24 20:43:47 2013
@@ -102,7 +102,7 @@
       </modules>
     </profile>
     <profile>
-      <id>rat</id>
+      <id>apache-release</id>
       <activation>
         <activeByDefault>false</activeByDefault>
       </activation>
@@ -112,63 +112,21 @@
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
             <configuration>
-              <excludeSubProjects>false</excludeSubProjects>
+              <excludeSubProjects>true</excludeSubProjects>
               <excludes>
-                <!-- exclude hidden files -->
+                <!-- exclude hidden and dummy files -->
                 <exclude>**/.*</exclude>
-                <exclude>**/.*/*</exclude>
-                <exclude>**/.*/**/*</exclude>
-
-                <!-- exclude build files -->
-                <exclude>**/target/**</exclude>
-                <exclude>**/*.log</exclude>
-                <exclude>launchers/full/sling/**</exclude>
-                <exclude>launchers/full/factstore/**</exclude>                
-
-                <!-- exclude generated files listing the licenses of deps -->
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
-                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
-
-                <!-- AL20 files without header by file type -->
-                <exclude>**/*.config</exclude>
-                <exclude>**/*.cfg</exclude>
-                <exclude>**/*.ref</exclude>
-                <exclude>**/*.txt</exclude>
-                <exclude>**/*.tsv</exclude>
-                <exclude>**/*.sem</exclude>
-
-                <!-- Open NLP model files. Not in SVN, but downloaded during build -->
-                <exclude>**/*.bin</exclude> 
-                <exclude>**/test/**/*.eml</exclude>
-                <exclude>**/test/**/*.nt</exclude>
-                <exclude>**/test/**/*.html</exclude>
-                <exclude>**/test/**/*.xhtml</exclude>
-                <exclude>**/test/**/*.rdf</exclude>
-                <exclude>**/test/**/*.rtf</exclude>
-                <exclude>**/test/**/*.rules</exclude>
-                <exclude>**/test/**/*.odt</exclude>
-
-                <!-- approved licenses, see modules' POMs for details -->
-                <exclude>commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/jquery-1.4.2.js</exclude>
-                <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
-                <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/style/jquery-ui-1.8.11.custom.css</exclude>
-                <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-ui-1.8.11.custom.min.js</exclude>
-                <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.5.1.min.js</exclude>
-                <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.4.2.js</exclude>
-                <exclude>factstore/factstore/src/main/resources/org/apache/stanbol/factstore/web/static/scripts/json2.js</exclude>
-                <exclude>ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/static/scripts/jquery-1.6.1</exclude>
-                <exclude>reasoners/web/src/main/resources/org/apache/stanbol/reasoners/web/static/jquery/jquery-1.6.1</exclude>
-                <exclude>rules/web/src/main/resources/org/apache/stanbol/rules/web/static/jquery/jquery-1.6.1</exclude>
-                <exclude>enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
-                <exclude>commons/owl/**</exclude>
+                <exclude>PLAYGROUND.txt</exclude>
 
                 <!-- unstable and not release relevant stuff -->
-                <exclude>PLAYGROUND.txt</exclude>
-                <exclude>conventions/**</exclude>
                 <exclude>contrib/**</exclude>
-                <exclude>demos/**</exclude>
-                <exclude>enhancer/data/text-examples/**</exclude>
+                <exclude>demos/crawler/**</exclude>
+                <exclude>demos/ehealth/**</exclude>
+                <exclude>demos/integritycheck/**</exclude>
+
+                <exclude>conventions/**</exclude>
+                <exclude>releasing/**</exclude>
+                <exclude>integration-tests/**</exclude>
               </excludes>
             </configuration>
           </plugin>