Author: fchrist
Date: Thu Jul 14 13:53:41 2011
New Revision: 1146714

URL: http://svn.apache.org/viewvc?rev=1146714&view=rev
Log:
STANBOL-272 Added AL20 headers to EntityHub Indexing GenericRDF

Modified:
    incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/assembly/assembly.xml
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/fieldboosts.properties
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/minscore.properties
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/scorerange.properties
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties

Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md (original)
+++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md Thu Jul 14 
13:53:41 2011
@@ -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.
+
 # Default Indexin Tool for RDF
 
 This tool provides a default configuration for indexing RDF

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/assembly/assembly.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/assembly/assembly.xml?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/assembly/assembly.xml
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/assembly/assembly.xml
 Thu Jul 14 13:53:41 2011
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
 <assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
   <id>jar-with-dependencies</id>
   <formats>
@@ -26,4 +43,4 @@
       </includes>
     </fileSet>
   </fileSets> 
-</assembly>
\ No newline at end of file
+</assembly>

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/fieldboosts.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/fieldboosts.properties?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/fieldboosts.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/fieldboosts.properties
 Thu Jul 14 13:53:41 2011
@@ -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.
+
 #This file can be used to configre field boosts for Solr/Lucene
 #use the full qualified URI of the field as key ant the float boost factor
 #for the field as value. A value of 1.0 is the default.

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
 Thu Jul 14 13:53:41 2011
@@ -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.
+
 # DEFAULT CONFIGURATION FOR THE 
 # org.apache.stanbol.entityhub.indexing.core.source.LineBasedEntityIterator
 # This implementation reads Entity IDs and Scores form a line of a text file

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
 Thu Jul 14 13:53:41 2011
@@ -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.
+
 # Indexing Properties
 
 # Here the name of the dataset MUST be specified by the user

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
 Thu Jul 14 13:53:41 2011
@@ -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.
+#
 #NOTE: THIS IS A DEFAULT MAPPING SPECIFICATION THAT INCLUDES MAPPINGS FOR
 #      COMMON ONTOLOGIES. USERS MIGHT WANT TO ADAPT THIS CONFIGURATION AB
 #      COMMENTING/UNCOMMENTING AND/OR ADDING NEW MAPPINGS

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/minscore.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/minscore.properties?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/minscore.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/minscore.properties
 Thu Jul 14 13:53:41 2011
@@ -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.
+
 #to include entities with the configured min-score
 inclusive=true
 #the required minimum number of incomming links

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/scorerange.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/scorerange.properties?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/scorerange.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/scorerange.properties
 Thu Jul 14 13:53:41 2011
@@ -1,2 +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.
+
 # the range is always [0..{upper-bound}]
 upper-bound=1
\ No newline at end of file

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties?rev=1146714&r1=1146713&r2=1146714&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties
 Thu Jul 14 13:53:41 2011
@@ -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.
+
 # Generally print only WARN and ERROR messages
 log4j.rootLogger=WARN, A1
 # to the console


Reply via email to