Author: fchrist
Date: Mon Oct 21 19:06:36 2013
New Revision: 1534326

URL: http://svn.apache.org/r1534326
Log:
STANBOL-1139 fix missing AL headers and license infos, fix usage of license 
plugin in reactor POMs

Added:
    
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/license/
    
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/license/THIRD-PARTY.properties
    stanbol/branches/release-0.12/entityhub/model/sesame/src/license/
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/license/THIRD-PARTY.properties
    stanbol/branches/release-0.12/entityhub/query/sparql/src/license/
    
stanbol/branches/release-0.12/entityhub/query/sparql/src/license/THIRD-PARTY.properties
    stanbol/branches/release-0.12/entityhub/yard/sesame/src/license/
    
stanbol/branches/release-0.12/entityhub/yard/sesame/src/license/THIRD-PARTY.properties
Modified:
    stanbol/branches/release-0.12/commons/pom.xml
    stanbol/branches/release-0.12/contenthub/pom.xml
    stanbol/branches/release-0.12/data/defaultconfig/pom.xml
    stanbol/branches/release-0.12/data/pom.xml
    stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml
    stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml
    
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/main/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/ChainedTagClusterReducer.java
    
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/test/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/FstLinkingEngineTest.java
    stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml
    stanbol/branches/release-0.12/enhancement-engines/pom.xml
    stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml
    
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/DependencyRelation.java
    
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelation.java
    
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationCategory.java
    
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationTag.java
    stanbol/branches/release-0.12/enhancer/pom.xml
    
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstConfig.java
    
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstModelGenerator.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ModelUtils.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfBNode.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfReference.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfRepresentation.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfText.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfValueFactory.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfWrapper.java
    
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ValueTypeFilter.java
    stanbol/branches/release-0.12/entityhub/pom.xml
    
stanbol/branches/release-0.12/entityhub/query/clerezza/src/main/java/org/apache/stanbol/entityhub/query/clerezza/ClerezzaQueryUtils.java
    
stanbol/branches/release-0.12/entityhub/query/sparql/src/main/java/org/apache/stanbol/entityhub/query/sparql/SparqlEndpointTypeEnum.java
    
stanbol/branches/release-0.12/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/SesameQueryResultList.java
    stanbol/branches/release-0.12/launchers/bundlelists/pom.xml
    stanbol/branches/release-0.12/pom.xml
    stanbol/branches/release-0.12/reasoners/pom.xml

Modified: stanbol/branches/release-0.12/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/pom.xml Mon Oct 21 19:06:36 2013
@@ -173,7 +173,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -183,7 +183,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>    

Modified: stanbol/branches/release-0.12/contenthub/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/pom.xml Mon Oct 21 19:06:36 2013
@@ -132,7 +132,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -142,7 +142,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: stanbol/branches/release-0.12/data/defaultconfig/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/defaultconfig/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/data/defaultconfig/pom.xml (original)
+++ stanbol/branches/release-0.12/data/defaultconfig/pom.xml Mon Oct 21 
19:06:36 2013
@@ -65,9 +65,11 @@
             
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config</exclude>
             
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config</exclude>
             
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config</exclude>
+            
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config</exclude>
             
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config</exclude>
             
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpedia.config</exclude>
             
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpediadisamblinking.config</exclude>
+            
<exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.lucenefstlinking.FstLinkingEngineComponent-dbpedia_fst.config</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: stanbol/branches/release-0.12/data/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/data/pom.xml (original)
+++ stanbol/branches/release-0.12/data/pom.xml Mon Oct 21 19:06:36 2013
@@ -124,7 +124,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -134,7 +134,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>    

Modified: 
stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml 
(original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml Mon 
Oct 21 19:06:36 2013
@@ -120,7 +120,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -130,7 +130,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml 
(original)
+++ stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml 
Mon Oct 21 19:06:36 2013
@@ -79,6 +79,19 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- AL20 licensed files -->
+            <exclude>src/test/resources/merkel_nlp.json</exclude>
+            <exclude>src/test/resources/merkel.txt</exclude>
+
+            <exclude>src/license/THIRD-PARTY.properties</exclude>
+          </excludes>
+        </configuration>
+      </plugin>      
     </plugins>
   </build>
 

Added: 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/license/THIRD-PARTY.properties?rev=1534326&view=auto
==============================================================================
--- 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/license/THIRD-PARTY.properties
 (added)
+++ 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/license/THIRD-PARTY.properties
 Mon Oct 21 19:06:36 2013
@@ -0,0 +1,36 @@
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - BSD-style
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - 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
+# - New BSD License
+# - New BSD license
+# - Public Domain License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Oct 21 10:54:21 CEST 2013
+antlr--antlr--2.7.2=Public Domain
+commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, 
Version 2.0
+dom4j--dom4j--1.1=BSD-style
+jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
+javax.servlet--servlet-api--2.5=Common Development And Distribution License 
(CDDL), Version 1.0
+javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License 
(CDDL), Version 1.0
+org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
+org.osgi--org.osgi.compendium--4.1.0=Apache Software License, Version 2.0
+org.osgi--org.osgi.core--4.1.0=Apache Software License, Version 2.0
+org.restlet.jee--org.restlet--2.1.1=The Apache Software License, Version 2.0
+org.restlet.jee--org.restlet.ext.servlet--2.1.1=The Apache Software License, 
Version 2.0
+oro--oro--2.0.8=The Apache Software License, Version 2.0

Modified: 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/main/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/ChainedTagClusterReducer.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/main/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/ChainedTagClusterReducer.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/main/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/ChainedTagClusterReducer.java
 (original)
+++ 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/main/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/ChainedTagClusterReducer.java
 Mon Oct 21 19:06:36 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.engines.lucenefstlinking;
 
 import org.apache.commons.lang.ArrayUtils;

Modified: 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/test/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/FstLinkingEngineTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/test/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/FstLinkingEngineTest.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/test/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/FstLinkingEngineTest.java
 (original)
+++ 
stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/src/test/java/org/apache/stanbol/enhancer/engines/lucenefstlinking/FstLinkingEngineTest.java
 Mon Oct 21 19:06:36 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.engines.lucenefstlinking;
 
 import static 
org.apache.stanbol.enhancer.engines.entitylinking.config.TextProcessingConfig.PROCESSED_LANGUAGES;

Modified: stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml Mon Oct 
21 19:06:36 2013
@@ -115,7 +115,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -125,7 +125,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: stanbol/branches/release-0.12/enhancement-engines/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/pom.xml Mon Oct 21 
19:06:36 2013
@@ -185,10 +185,11 @@
                 <exclude>**/test/**/*.rtf</exclude>
                 <exclude>**/test/**/*.rules</exclude>
                 <exclude>**/test/**/*.odt</exclude>
+                <exclude>**/test/**/*.json</exclude>
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -198,7 +199,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml Mon Oct 21 
19:06:36 2013
@@ -115,7 +115,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -125,7 +125,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/DependencyRelation.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/DependencyRelation.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/DependencyRelation.java
 (original)
+++ 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/DependencyRelation.java
 Mon Oct 21 19:06:36 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.nlp.dependency;
 
 import org.apache.stanbol.enhancer.nlp.model.Span;

Modified: 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelation.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelation.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelation.java
 (original)
+++ 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelation.java
 Mon Oct 21 19:06:36 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.nlp.dependency;
 
 import java.util.Collection;

Modified: 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationCategory.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationCategory.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationCategory.java
 (original)
+++ 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationCategory.java
 Mon Oct 21 19:06:36 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.nlp.dependency;
 
 /**

Modified: 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationTag.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationTag.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationTag.java
 (original)
+++ 
stanbol/branches/release-0.12/enhancer/generic/nlp/src/main/java/org/apache/stanbol/enhancer/nlp/dependency/GrammaticalRelationTag.java
 Mon Oct 21 19:06:36 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.nlp.dependency;
 
 import org.apache.stanbol.enhancer.nlp.model.tag.Tag;

Modified: stanbol/branches/release-0.12/enhancer/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/pom.xml Mon Oct 21 19:06:36 2013
@@ -160,7 +160,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -170,7 +170,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: 
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstConfig.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstConfig.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstConfig.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstConfig.java
 Mon Oct 21 19:06:36 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.destination.solryard.fst;
 
 import java.io.File;

Modified: 
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstModelGenerator.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstModelGenerator.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstModelGenerator.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/src/main/java/org/apache/stanbol/entityhub/indexing/destination/solryard/fst/FstModelGenerator.java
 Mon Oct 21 19:06:36 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.destination.solryard.fst;
 
 import org.apache.solr.core.SolrCore;

Added: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/license/THIRD-PARTY.properties?rev=1534326&view=auto
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/license/THIRD-PARTY.properties
 (added)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/license/THIRD-PARTY.properties
 Mon Oct 21 19:06:36 2013
@@ -0,0 +1,25 @@
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Aduna BSD license
+# - 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
+# - MIT License
+# - New BSD License
+# - Public Domain License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Oct 21 14:16: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.core--4.1.0=The Apache Software License, Version 2.0

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ModelUtils.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ModelUtils.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ModelUtils.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ModelUtils.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import java.util.Iterator;

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfBNode.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfBNode.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfBNode.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfBNode.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import org.apache.stanbol.entityhub.servicesapi.model.Reference;

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfReference.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfReference.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfReference.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfReference.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import org.apache.stanbol.entityhub.servicesapi.model.Reference;

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfRepresentation.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfRepresentation.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfRepresentation.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfRepresentation.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import java.math.BigDecimal;

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfText.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfText.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfText.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfText.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import org.apache.stanbol.entityhub.servicesapi.model.Text;

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfValueFactory.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfValueFactory.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfValueFactory.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfValueFactory.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfWrapper.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfWrapper.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfWrapper.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/RdfWrapper.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import org.openrdf.model.Value;

Modified: 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ValueTypeFilter.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ValueTypeFilter.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ValueTypeFilter.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/model/sesame/src/main/java/org/apache/stanbol/entityhub/model/sesame/ValueTypeFilter.java
 Mon Oct 21 19:06:36 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.model.sesame;
 
 import java.util.Collections;

Modified: stanbol/branches/release-0.12/entityhub/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/pom.xml Mon Oct 21 19:06:36 2013
@@ -155,7 +155,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -165,7 +165,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: 
stanbol/branches/release-0.12/entityhub/query/clerezza/src/main/java/org/apache/stanbol/entityhub/query/clerezza/ClerezzaQueryUtils.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/query/clerezza/src/main/java/org/apache/stanbol/entityhub/query/clerezza/ClerezzaQueryUtils.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/query/clerezza/src/main/java/org/apache/stanbol/entityhub/query/clerezza/ClerezzaQueryUtils.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/query/clerezza/src/main/java/org/apache/stanbol/entityhub/query/clerezza/ClerezzaQueryUtils.java
 Mon Oct 21 19:06:36 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.query.clerezza;
 
 import java.util.Iterator;

Added: 
stanbol/branches/release-0.12/entityhub/query/sparql/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/query/sparql/src/license/THIRD-PARTY.properties?rev=1534326&view=auto
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/query/sparql/src/license/THIRD-PARTY.properties
 (added)
+++ 
stanbol/branches/release-0.12/entityhub/query/sparql/src/license/THIRD-PARTY.properties
 Mon Oct 21 19:06:36 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
+# - MIT License
+# - New BSD License
+# - Public Domain License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Oct 21 14:16:58 CEST 2013
+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/branches/release-0.12/entityhub/query/sparql/src/main/java/org/apache/stanbol/entityhub/query/sparql/SparqlEndpointTypeEnum.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/query/sparql/src/main/java/org/apache/stanbol/entityhub/query/sparql/SparqlEndpointTypeEnum.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/query/sparql/src/main/java/org/apache/stanbol/entityhub/query/sparql/SparqlEndpointTypeEnum.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/query/sparql/src/main/java/org/apache/stanbol/entityhub/query/sparql/SparqlEndpointTypeEnum.java
 Mon Oct 21 19:06:36 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.query.sparql;
 
 public enum SparqlEndpointTypeEnum {

Added: 
stanbol/branches/release-0.12/entityhub/yard/sesame/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/yard/sesame/src/license/THIRD-PARTY.properties?rev=1534326&view=auto
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/yard/sesame/src/license/THIRD-PARTY.properties
 (added)
+++ 
stanbol/branches/release-0.12/entityhub/yard/sesame/src/license/THIRD-PARTY.properties
 Mon Oct 21 19:06:36 2013
@@ -0,0 +1,26 @@
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Aduna BSD license
+# - 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
+# - MIT License
+# - New BSD License
+# - Public Domain License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Oct 21 14:17:35 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
+org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: 
stanbol/branches/release-0.12/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/SesameQueryResultList.java
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/SesameQueryResultList.java?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/SesameQueryResultList.java
 (original)
+++ 
stanbol/branches/release-0.12/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/SesameQueryResultList.java
 Mon Oct 21 19:06:36 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.sesame;
 
 import java.util.Collection;

Modified: stanbol/branches/release-0.12/launchers/bundlelists/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/pom.xml Mon Oct 21 
19:06:36 2013
@@ -128,7 +128,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -138,7 +138,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>    

Modified: stanbol/branches/release-0.12/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/pom.xml (original)
+++ stanbol/branches/release-0.12/pom.xml Mon Oct 21 19:06:36 2013
@@ -130,7 +130,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -140,7 +140,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>

Modified: stanbol/branches/release-0.12/reasoners/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/pom.xml?rev=1534326&r1=1534325&r2=1534326&view=diff
==============================================================================
--- stanbol/branches/release-0.12/reasoners/pom.xml (original)
+++ stanbol/branches/release-0.12/reasoners/pom.xml Mon Oct 21 19:06:36 2013
@@ -146,7 +146,7 @@
               </excludes>
             </configuration>
           </plugin>
-          <plugin>
+          <!-- plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>license-maven-plugin</artifactId>
             <executions>
@@ -156,7 +156,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>
+          </plugin -->
         </plugins>
       </build>
     </profile>    


Reply via email to