Author: fchrist
Date: Wed Sep  4 14:54:35 2013
New Revision: 1520041

URL: http://svn.apache.org/r1520041
Log:
STANBOL-1139 adding missing AL headers

Added:
    stanbol/trunk/enhancement-engines/topic/api/src/license/
    
stanbol/trunk/enhancement-engines/topic/api/src/license/THIRD-PARTY.properties
Modified:
    
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/META-INF/maven/archetype-metadata.xml
    stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/README.md
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/nbactions.xml
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/MultiEnhancer.java
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/__artifactId__/styles/multi-enhancer.css
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/Enhancements.ftl
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/MultiEnhancer.ftl
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/test/resources/projects/basic/archetype.properties
    stanbol/trunk/enhancement-engines/lucenefstlinking/README.md
    stanbol/trunk/enhancement-engines/lucenefstlinking/fst_field_types.xml
    stanbol/trunk/enhancement-engines/topic/api/pom.xml
    stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties
    
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/MultiThreadedTestBase.java
    
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/NlpProcessingStressTest.java
    
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/ProperNounLinkingTest.java
    
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/reconcile/DbpediaReconcileTest.java
    stanbol/trunk/launchers/full/README.md
    stanbol/trunk/launchers/full/nbactions.xml
    stanbol/trunk/launchers/stable/README.md

Modified: 
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/META-INF/maven/archetype-metadata.xml
 Wed Sep  4 14:54:35 2013
@@ -1,4 +1,20 @@
 <?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.
+-->
 <archetype-descriptor 
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0
 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"; 
name="example-engine"
     
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Modified: stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml (original)
+++ stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml Wed Sep  4 
14:54:35 2013
@@ -53,6 +53,23 @@
         </plugin>
       </plugins>
     </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- AL20 License -->
+            <exclude>src/license/THIRD-PARTY.properties</exclude>
+            
+            <exclude>src/test/resources/projects/basic/goal.txt</exclude>
+            
<exclude>src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl</exclude>
+          </excludes>
+        </configuration>
+      </plugin>      
+
+    </plugins>
   </build>
 
 </project>

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/README.md?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/README.md
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/README.md
 Wed Sep  4 14:54:35 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.
+-->
 Example Apache Stanbol Component
 ===========
 

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/nbactions.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/nbactions.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/nbactions.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/nbactions.xml
 Wed Sep  4 14:54:35 2013
@@ -1,7 +1,23 @@
-#set( $symbol_pound = '#' )
-#set( $symbol_dollar = '$' )
-#set( $symbol_escape = '\' )
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?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>CUSTOM-deploy to localhost:8080</actionName>

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
 Wed Sep  4 14:54:35 2013
@@ -1,4 +1,20 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
 Wed Sep  4 14:54:35 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.
+*/
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/MultiEnhancer.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/MultiEnhancer.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/MultiEnhancer.java
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/MultiEnhancer.java
 Wed Sep  4 14:54:35 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.
+*/
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
 Wed Sep  4 14:54:35 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.
+*/
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/__artifactId__/styles/multi-enhancer.css
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/__artifactId__/styles/multi-enhancer.css?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/__artifactId__/styles/multi-enhancer.css
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/__artifactId__/styles/multi-enhancer.css
 Wed Sep  4 14:54:35 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.
+*/
 h1 { 
     color: green
 }
\ No newline at end of file

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/Enhancements.ftl
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/Enhancements.ftl?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/Enhancements.ftl
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/Enhancements.ftl
 Wed Sep  4 14:54:35 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.
+-->
 <@namespace dct="http://purl.org/dc/terms/"; />
 <@namespace fise="http://fise.iks-project.eu/ontology/"; />
 

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/MultiEnhancer.ftl
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/MultiEnhancer.ftl?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/MultiEnhancer.ftl
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/MultiEnhancer.ftl
 Wed Sep  4 14:54:35 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.
+-->
 <@namespace ont="http://example.org/service-description#"; />
 <@namespace ehub="http://stanbol.apache.org/ontology/entityhub/entityhub#"; />
 <@namespace cc="http://creativecommons.org/ns#"; />

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
 Wed Sep  4 14:54:35 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.
+-->
 <div>Thank you for trying out this example application.</div>
 <div>This text come from the /includes/footer.ftl template, if more than one 
bundle
 provides such a file it is not defined which one will be used.</div>
\ No newline at end of file

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/test/resources/projects/basic/archetype.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/test/resources/projects/basic/archetype.properties?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/test/resources/projects/basic/archetype.properties
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/test/resources/projects/basic/archetype.properties
 Wed Sep  4 14:54:35 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.
+
 #Thu Mar 07 14:14:35 CET 2013
 package=it.pkg
 version=0.1-SNAPSHOT

Modified: stanbol/trunk/enhancement-engines/lucenefstlinking/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/lucenefstlinking/README.md?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/lucenefstlinking/README.md (original)
+++ stanbol/trunk/enhancement-engines/lucenefstlinking/README.md Wed Sep  4 
14:54:35 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.
+-->
 [FST Linking Engine](https://issues.apache.org/jira/browse/STANBOL-1128)
 ==================
 

Modified: stanbol/trunk/enhancement-engines/lucenefstlinking/fst_field_types.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/lucenefstlinking/fst_field_types.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/lucenefstlinking/fst_field_types.xml 
(original)
+++ stanbol/trunk/enhancement-engines/lucenefstlinking/fst_field_types.xml Wed 
Sep  4 14:54:35 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.
+-->
     <!-- 
      
      Lucene FST field types:

Modified: stanbol/trunk/enhancement-engines/topic/api/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/api/pom.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/topic/api/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/topic/api/pom.xml Wed Sep  4 14:54:35 2013
@@ -1,4 +1,20 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

Added: 
stanbol/trunk/enhancement-engines/topic/api/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/api/src/license/THIRD-PARTY.properties?rev=1520041&view=auto
==============================================================================
--- 
stanbol/trunk/enhancement-engines/topic/api/src/license/THIRD-PARTY.properties 
(added)
+++ 
stanbol/trunk/enhancement-engines/topic/api/src/license/THIRD-PARTY.properties 
Wed Sep  4 14:54:35 2013
@@ -0,0 +1,23 @@
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
+# - ICU License
+# - MIT License
+# - Public Domain License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Sep 02 10:00:30 CEST 2013
+org.osgi--org.osgi.compendium--4.1.0=Apache Software License, Version 2.0
+org.osgi--org.osgi.core--4.1.0=Apache Software License, Version 2.0

Modified: stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties 
(original)
+++ stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties Wed Sep  
4 14:54:35 2013
@@ -1,23 +1,27 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 
#-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - GPL2 w/ CPE
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - New BSD License
+# - Public Domain License
 
#-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:11:40 CET 2012
+#Wed Sep 04 13:33:59 CEST 2013
 asm--asm--3.1=BSD License
-javax.servlet--servlet-api--2.4=Common Development And Distribution License 
(CDDL), Version 1.0
+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
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/MultiThreadedTestBase.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/MultiThreadedTestBase.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/MultiThreadedTestBase.java
 (original)
+++ 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/MultiThreadedTestBase.java
 Wed Sep  4 14:54:35 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.enhancer.it;
 
 import java.io.BufferedReader;

Modified: 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/NlpProcessingStressTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/NlpProcessingStressTest.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/NlpProcessingStressTest.java
 (original)
+++ 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/NlpProcessingStressTest.java
 Wed Sep  4 14:54:35 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.enhancer.it;
 
 import org.junit.Test;

Modified: 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/ProperNounLinkingTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/ProperNounLinkingTest.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/ProperNounLinkingTest.java
 (original)
+++ 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/ProperNounLinkingTest.java
 Wed Sep  4 14:54:35 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.enhancer.it;
 
 import org.junit.Test;

Modified: 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/reconcile/DbpediaReconcileTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/reconcile/DbpediaReconcileTest.java?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/reconcile/DbpediaReconcileTest.java
 (original)
+++ 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/reconcile/DbpediaReconcileTest.java
 Wed Sep  4 14:54:35 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.it.reconcile;
 
 import java.io.IOException;

Modified: stanbol/trunk/launchers/full/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/README.md?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/README.md (original)
+++ stanbol/trunk/launchers/full/README.md Wed Sep  4 14:54:35 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 module builds a runnable Stanbol Enhancer jar using the Sling Launchpad 
Maven plugin,
 including the bundles defined at src/main/bundles/list.xml
 

Modified: stanbol/trunk/launchers/full/nbactions.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/nbactions.xml?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/nbactions.xml (original)
+++ stanbol/trunk/launchers/full/nbactions.xml Wed Sep  4 14:54:35 2013
@@ -1,4 +1,20 @@
 <?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>run</actionName>

Modified: stanbol/trunk/launchers/stable/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/README.md?rev=1520041&r1=1520040&r2=1520041&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/README.md (original)
+++ stanbol/trunk/launchers/stable/README.md Wed Sep  4 14:54:35 2013
@@ -1,3 +1,20 @@
+<!--
+   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 module builds a runnable Stanbol jar using the Sling Launchpad Maven 
plugin,
 including the bundles defined at src/main/bundles/list.xml.
 


Reply via email to