Author: fchrist
Date: Wed Jul 31 13:00:41 2013
New Revision: 1508843

URL: http://svn.apache.org/r1508843
Log:
STANBOL-1139 added missing AL headers for the Entityhub

Modified:
    
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/CacheComponent.java
    
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/ReferencedSiteComponent.java
    
stanbol/trunk/entityhub/indexing/core/src/test/java/org/apache/stanbol/entityhub/indexing/core/processor/FieldValueFilterTest.java
    stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties
    stanbol/trunk/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
    stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
    stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties
    
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-bottom.html
    
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-top.html
    
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/update-script.js
    stanbol/trunk/entityhub/indexing/freebase/pom.xml
    
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseAbbrevationProcessor.java
    
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseImageProcessor.java
    
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseKeyProcessor.java
    
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-bottom.html
    
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-top.html
    
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/update-script.js
    
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/indexingsource.properties
    
stanbol/trunk/entityhub/indexing/geonames/src/main/java/org/apache/stanbol/entityhub/indexing/geonames/GeonamesEntityScoreProvider.java
    stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
    
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/DestinationTripleGraph.java
    
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LiteralLanguageFilter.java
    
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilter.java
    
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/RdfImportFilter.java
    
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LanguageLiteralFilterTest.java
    
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilterTest.java
    stanbol/trunk/entityhub/pom.xml
    
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/defaults/QueryConst.java
    
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/impl/SolrYardComponent.java
    
stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties
    
stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties
    
stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties
    stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties
    
stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties
    
stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties

Modified: 
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/CacheComponent.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/CacheComponent.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/CacheComponent.java
 (original)
+++ 
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/CacheComponent.java
 Wed Jul 31 13:00:41 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.entityhub.core.impl;
 
 import java.util.Collection;

Modified: 
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/ReferencedSiteComponent.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/ReferencedSiteComponent.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/ReferencedSiteComponent.java
 (original)
+++ 
stanbol/trunk/entityhub/generic/core/src/main/java/org/apache/stanbol/entityhub/core/impl/ReferencedSiteComponent.java
 Wed Jul 31 13:00:41 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.entityhub.core.impl;
 
 import static 
org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteConfiguration.ACCESS_URI;

Modified: 
stanbol/trunk/entityhub/indexing/core/src/test/java/org/apache/stanbol/entityhub/indexing/core/processor/FieldValueFilterTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/core/src/test/java/org/apache/stanbol/entityhub/indexing/core/processor/FieldValueFilterTest.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/core/src/test/java/org/apache/stanbol/entityhub/indexing/core/processor/FieldValueFilterTest.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/core/src/test/java/org/apache/stanbol/entityhub/indexing/core/processor/FieldValueFilterTest.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.core.processor;
 
 import java.io.IOException;

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=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties 
(original)
+++ stanbol/trunk/entityhub/indexing/dblp/src/license/THIRD-PARTY.properties 
Wed Jul 31 13:00:41 2013
@@ -24,14 +24,13 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:23 CEST 2013
+#Wed Jul 31 11:29:17 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
 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
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
 org.restlet.jee--org.restlet--2.1.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/dependency-reduced-pom.xml?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/dependency-reduced-pom.xml 
(original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/dependency-reduced-pom.xml Wed Jul 
31 13:00:41 2013
@@ -65,6 +65,7 @@
             
<exclude>src/main/resources/indexing/config/dbpedia/conf/spellings.txt</exclude>
             
<exclude>src/test/resources/indexing/resources/incoming_links.txt</exclude>
             <exclude>dbpedia-3.8/copy_en_values.ldpath</exclude>
+            <exclude>src/main/resources/indexing/config/**/*.txt</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Wed Jul 31 13:00:41 2013
@@ -101,6 +101,9 @@
             
<exclude>src/test/resources/indexing/resources/incoming_links.txt</exclude>
 
             <exclude>dbpedia-3.8/copy_en_values.ldpath</exclude>
+
+            <!--Configs -->
+            <exclude>src/main/resources/indexing/config/**/*.txt</exclude>
           </excludes>
         </configuration>
       </plugin>

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=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties 
(original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/src/license/THIRD-PARTY.properties 
Wed Jul 31 13:00:41 2013
@@ -24,14 +24,13 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:22 CEST 2013
+#Wed Jul 31 11:28:46 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
 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
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
 org.restlet.jee--org.restlet--2.1.1=The Apache Software License, Version 2.0

Modified: 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-bottom.html
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-bottom.html?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-bottom.html
 (original)
+++ 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-bottom.html
 Wed Jul 31 13:00:41 2013
@@ -1 +1,17 @@
+<!--
+  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.
+-->
 <!-- admin-extra.menu-bottom.html -->

Modified: 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-top.html
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-top.html?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-top.html
 (original)
+++ 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/admin-extra.menu-top.html
 Wed Jul 31 13:00:41 2013
@@ -1 +1,17 @@
+<!--
+  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.
+-->
 <!-- admin-extra.menu-top.html -->

Modified: 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/update-script.js
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/update-script.js?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/update-script.js
 (original)
+++ 
stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/update-script.js
 Wed Jul 31 13:00:41 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.
+*/
 /*
   This is a basic skeleton JavaScript update processor.
 

Modified: stanbol/trunk/entityhub/indexing/freebase/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/pom.xml?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/freebase/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/freebase/pom.xml Wed Jul 31 13:00:41 2013
@@ -102,6 +102,12 @@
             
<exclude>src/test/resources/indexing/resources/incoming_links.txt</exclude>
 
             <exclude>dbpedia-3.8/copy_en_values.ldpath</exclude>
+
+            <!-- Configs -->
+            <exclude>src/main/resources/indexing/config/**/*.ldpath</exclude>
+            <exclude>src/main/resources/indexing/config/**/*.mappings</exclude>
+            <exclude>src/main/resources/indexing/config/**/*.txt</exclude>
+            <exclude>src/main/resources/indexing/config/**/*.config</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseAbbrevationProcessor.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseAbbrevationProcessor.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseAbbrevationProcessor.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseAbbrevationProcessor.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.freebase.processor;
 
 import java.util.Iterator;

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseImageProcessor.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseImageProcessor.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseImageProcessor.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseImageProcessor.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.freebase.processor;
 
 import java.util.Arrays;

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseKeyProcessor.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseKeyProcessor.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseKeyProcessor.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/java/org/apache/stanbol/entityhub/indexing/freebase/processor/FreebaseKeyProcessor.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.freebase.processor;
 
 import java.util.ArrayList;

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-bottom.html
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-bottom.html?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-bottom.html
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-bottom.html
 Wed Jul 31 13:00:41 2013
@@ -1 +1,17 @@
+<!--
+  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.
+-->
 <!-- admin-extra.menu-bottom.html -->

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-top.html
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-top.html?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-top.html
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/admin-extra.menu-top.html
 Wed Jul 31 13:00:41 2013
@@ -1 +1,17 @@
+<!--
+  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.
+-->
 <!-- admin-extra.menu-top.html -->

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/update-script.js
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/update-script.js?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/update-script.js
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/update-script.js
 Wed Jul 31 13:00:41 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.
+*/
 /*
   This is a basic skeleton JavaScript update processor.
 

Modified: 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/indexingsource.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/indexingsource.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/indexingsource.properties
 (original)
+++ 
stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/indexingsource.properties
 Wed Jul 31 13:00:41 2013
@@ -1,3 +1,18 @@
+# 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.
+
 # The source folder
 source=rdfdata
 

Modified: 
stanbol/trunk/entityhub/indexing/geonames/src/main/java/org/apache/stanbol/entityhub/indexing/geonames/GeonamesEntityScoreProvider.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/geonames/src/main/java/org/apache/stanbol/entityhub/indexing/geonames/GeonamesEntityScoreProvider.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/geonames/src/main/java/org/apache/stanbol/entityhub/indexing/geonames/GeonamesEntityScoreProvider.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/geonames/src/main/java/org/apache/stanbol/entityhub/indexing/geonames/GeonamesEntityScoreProvider.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.geonames;
 
 import static 
org.apache.stanbol.entityhub.indexing.geonames.GeonamesConstants.GEONAMES_ONTOLOGY_NS;

Modified: stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml Wed Jul 31 13:00:41 
2013
@@ -83,6 +83,7 @@
             <exclude>src/test/**/*.txt</exclude>
             <exclude>src/test/**/*.nq</exclude>
             <exclude>src/test/**/*.nt</exclude>
+            <exclude>src/test/**/*.config</exclude>
           </excludes>
         </configuration>
       </plugin>      

Modified: 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/DestinationTripleGraph.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/DestinationTripleGraph.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/DestinationTripleGraph.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/DestinationTripleGraph.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.source.jenatdb;
 
 import java.util.Map;

Modified: 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LiteralLanguageFilter.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LiteralLanguageFilter.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LiteralLanguageFilter.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LiteralLanguageFilter.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.source.jenatdb;
 
 import java.util.Arrays;

Modified: 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilter.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilter.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilter.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilter.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.source.jenatdb;
 
 import java.io.File;

Modified: 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/RdfImportFilter.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/RdfImportFilter.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/RdfImportFilter.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/main/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/RdfImportFilter.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.source.jenatdb;
 
 import org.apache.stanbol.entityhub.indexing.core.IndexingComponent;

Modified: 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LanguageLiteralFilterTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LanguageLiteralFilterTest.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LanguageLiteralFilterTest.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/LanguageLiteralFilterTest.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.source.jenatdb;
 
 import org.junit.Assert;

Modified: 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilterTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilterTest.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilterTest.java
 (original)
+++ 
stanbol/trunk/entityhub/indexing/source/jenatdb/src/test/java/org/apache/stanbol/entityhub/indexing/source/jenatdb/PropertyPrefixFilterTest.java
 Wed Jul 31 13:00:41 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.entityhub.indexing.source.jenatdb;
 
 import java.io.IOException;

Modified: stanbol/trunk/entityhub/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/pom.xml?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/entityhub/pom.xml (original)
+++ stanbol/trunk/entityhub/pom.xml Wed Jul 31 13:00:41 2013
@@ -136,6 +136,7 @@
                 <exclude>**/*.tsv</exclude>
                 <exclude>**/*.sem</exclude>
                 <exclude>**/*.ldpath</exclude>
+                <exclude>**/*.mappings</exclude>
 
                 <!-- exclude test files --> 
                 <exclude>**/test/**/*.eml</exclude>
@@ -147,6 +148,7 @@
                 <exclude>**/test/**/*.rtf</exclude>
                 <exclude>**/test/**/*.rules</exclude>
                 <exclude>**/test/**/*.odt</exclude>
+                <exclude>**/test/**/*.config</exclude>
               </excludes>
             </configuration>
           </plugin>

Modified: 
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/defaults/QueryConst.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/defaults/QueryConst.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/defaults/QueryConst.java
 (original)
+++ 
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/defaults/QueryConst.java
 Wed Jul 31 13:00:41 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.entityhub.yard.solr.defaults;
 
 import org.apache.stanbol.entityhub.servicesapi.query.FieldQuery;

Modified: 
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/impl/SolrYardComponent.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/impl/SolrYardComponent.java?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/impl/SolrYardComponent.java
 (original)
+++ 
stanbol/trunk/entityhub/yard/solr/src/main/java/org/apache/stanbol/entityhub/yard/solr/impl/SolrYardComponent.java
 Wed Jul 31 13:00:41 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.entityhub.yard.solr.impl;
 
 import static 
org.apache.stanbol.entityhub.core.yard.AbstractYard.DEFAULT_QUERY_RESULT_NUMBER;

Modified: 
stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties 
(original)
+++ 
stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties 
Wed Jul 31 13:00:41 2013
@@ -19,8 +19,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:27 CEST 2013
-asm--asm--3.1=BSD License
+#Wed Jul 31 14:51:00 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.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/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties
 (original)
+++ 
stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties
 Wed Jul 31 13:00:41 2013
@@ -19,8 +19,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:25 CEST 2013
-asm--asm--3.1=BSD License
+#Wed Jul 31 14:50:38 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.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/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties
 (original)
+++ 
stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties
 Wed Jul 31 13:00:41 2013
@@ -20,8 +20,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:28 CEST 2013
-asm--asm--3.1=BSD License
+#Wed Jul 31 14:51:06 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.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/ontologymanager/registry/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties 
(original)
+++ stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties 
Wed Jul 31 13:00:41 2013
@@ -20,8 +20,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:29 CEST 2013
-asm--asm--3.1=BSD License
+#Wed Jul 31 14:51:18 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.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/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties
 (original)
+++ 
stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties
 Wed Jul 31 13:00:41 2013
@@ -20,8 +20,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:25 CEST 2013
-asm--asm--3.1=BSD License
+#Wed Jul 31 14:50:46 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.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/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties?rev=1508843&r1=1508842&r2=1508843&view=diff
==============================================================================
--- 
stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties 
(original)
+++ 
stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties 
Wed Jul 31 13:00:41 2013
@@ -20,8 +20,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:26 CEST 2013
-asm--asm--3.1=BSD License
+#Wed Jul 31 14:50:53 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.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


Reply via email to