You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rh...@apache.org on 2016/09/06 15:18:53 UTC

svn commit: r1759443 [4/5] - in /stanbol/trunk: ./ commons/cors/src/license/ commons/cors/src/main/java/org/apache/stanbol/commons/cors/ commons/httpqueryheaders/src/license/ commons/indexedgraph/src/main/java/org/apache/stanbol/commons/indexedgraph/ c...

Modified: stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/impl/ModelwriterRegistryImpl.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/impl/ModelwriterRegistryImpl.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/impl/ModelwriterRegistryImpl.java (original)
+++ stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/impl/ModelwriterRegistryImpl.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.impl;
 
 import java.util.Collection;

Modified: stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/EntityWriter.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/EntityWriter.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/EntityWriter.java (original)
+++ stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/EntityWriter.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.writer;
 
 import java.io.IOException;
@@ -111,4 +128,4 @@ public class EntityWriter implements Mes
         }
         return matchType;
     }
-}
\ No newline at end of file
+}

Modified: stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ModelWriterTracker.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ModelWriterTracker.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ModelWriterTracker.java (original)
+++ stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ModelWriterTracker.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.writer;
 
 import java.util.ArrayList;

Modified: stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/RepresentationWriter.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/RepresentationWriter.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/RepresentationWriter.java (original)
+++ stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/RepresentationWriter.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.writer;
 
 import java.io.IOException;
@@ -112,4 +129,4 @@ public class RepresentationWriter implem
         }
         return matchType;
     }
-}
\ No newline at end of file
+}

Modified: stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ResultListWriter.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ResultListWriter.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ResultListWriter.java (original)
+++ stanbol/trunk/entityhub/jersey/src/main/java/org/apache/stanbol/entityhub/web/writer/ResultListWriter.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.writer;
 
 import java.io.IOException;
@@ -123,4 +140,4 @@ public class ResultListWriter implements
         }
         return matchType;
     }
-}
\ No newline at end of file
+}

Modified: stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,6 +8,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -17,12 +18,11 @@
 # - New BSD License
 # - New BSD license
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Sep 24 20:56:57 CEST 2013
+#Mon Sep 05 14:04:12 CEST 2016
 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
@@ -30,9 +30,6 @@ jakarta-regexp--jakarta-regexp--1.4=The
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
 javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
 org.restlet.jee--org.restlet--2.1.1=The Apache Software License, Version 2.0
 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/trunk/entityhub/model/clerezza/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/model/clerezza/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/model/clerezza/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/model/clerezza/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -7,6 +7,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -19,8 +20,5 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jan 22 15:29:50 CET 2013
+#Mon Sep 05 14:02:13 CEST 2016
 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/entityhub/model/sesame/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/model/sesame/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/model/sesame/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/model/sesame/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,6 +8,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -19,7 +20,5 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Mon Oct 21 14:16:53 CEST 2013
+#Mon Sep 05 14:02:16 CEST 2016
 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/trunk/entityhub/web/clerezza/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/web/clerezza/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/web/clerezza/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/web/clerezza/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -4,26 +4,24 @@
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
+# - CDDL
 # - 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 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
+# - GPLv2+CE
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jan 22 15:36:38 CET 2013
-asm--asm--3.1=BSD License
+#Mon Sep 05 14:04:30 CEST 2016
 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
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/web/clerezza/src/main/java/org/apache/stanbol/entityhub/web/writer/clerezza/ClerezzaModelWriter.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/web/clerezza/src/main/java/org/apache/stanbol/entityhub/web/writer/clerezza/ClerezzaModelWriter.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/web/clerezza/src/main/java/org/apache/stanbol/entityhub/web/writer/clerezza/ClerezzaModelWriter.java (original)
+++ stanbol/trunk/entityhub/web/clerezza/src/main/java/org/apache/stanbol/entityhub/web/writer/clerezza/ClerezzaModelWriter.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.writer.clerezza;
 
 import static org.apache.clerezza.rdf.core.serializedform.SupportedFormat.TEXT_RDF_NT;

Modified: stanbol/trunk/entityhub/web/sesame/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/web/sesame/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/web/sesame/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/web/sesame/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -1,29 +1,28 @@
 # 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
+# - CDDL
 # - 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 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
+# - GPLv2+CE
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jan 22 15:36:38 CET 2013
-asm--asm--3.1=BSD License
+#Mon Sep 05 14:04:34 CEST 2016
 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
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/web/sesame/src/main/java/org/apache/stanbol/entityhub/web/writer/sesame/SesameModelWriter.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/web/sesame/src/main/java/org/apache/stanbol/entityhub/web/writer/sesame/SesameModelWriter.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/web/sesame/src/main/java/org/apache/stanbol/entityhub/web/writer/sesame/SesameModelWriter.java (original)
+++ stanbol/trunk/entityhub/web/sesame/src/main/java/org/apache/stanbol/entityhub/web/writer/sesame/SesameModelWriter.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.web.writer.sesame;
 
 import java.io.IOException;

Modified: stanbol/trunk/entityhub/yard/clerezza/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/clerezza/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/clerezza/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/yard/clerezza/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -7,20 +7,21 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jan 22 15:36:05 CET 2013
+#Mon Sep 05 14:02:55 CEST 2016
 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
+xerces--xercesImpl--2.7.1=Apache Software License, Version 2.0

Modified: stanbol/trunk/entityhub/yard/sesame/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/sesame/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/sesame/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/yard/sesame/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,6 +8,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -19,8 +20,5 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Mon Oct 21 14:17:35 CEST 2013
+#Mon Sep 05 14:04:07 CEST 2016
 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/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/impl/SesameYardComponent.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/impl/SesameYardComponent.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/impl/SesameYardComponent.java (original)
+++ stanbol/trunk/entityhub/yard/sesame/src/main/java/org/apache/stanbol/entityhub/yard/sesame/impl/SesameYardComponent.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.entityhub.yard.sesame.impl;
 
 import org.apache.felix.scr.annotations.Activate;

Modified: stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/entityhub/yard/solr/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,6 +8,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -21,7 +22,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Sep 24 20:56:13 CEST 2013
+#Mon Sep 05 14:03:57 CEST 2016
 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
@@ -29,9 +30,6 @@ jakarta-regexp--jakarta-regexp--1.4=The
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
 javax.servlet.jsp--jsp-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
 org.restlet.jee--org.restlet--2.1.1=The Apache Software License, Version 2.0
 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/trunk/integration-tests/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/integration-tests/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -7,6 +7,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -19,10 +20,6 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Sep 04 13:33:59 CEST 2013
-asm--asm--3.1=BSD License
+#Tue Sep 06 14:09:58 CEST 2016
 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
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Tue Sep  6 15:18:50 2016
@@ -127,6 +127,7 @@
                 <exclude>DEPENDENCIES</exclude>
                 <exclude>DEPENDENCIES-BY-LICENSE</exclude>
                 <exclude>RAT-REPORT</exclude>
+                <exclude>**/THIRD-PARTY.properties</exclude>
 
                 <!-- exclude certain file types -->
                 <exclude>**/*.config</exclude>

Modified: stanbol/trunk/launchers/bundlelists/zzshell/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/zzshell/pom.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/zzshell/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/zzshell/pom.xml Tue Sep  6 15:18:50 2016
@@ -0,0 +1,16 @@
+<!--
+   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.
+-->

Modified: stanbol/trunk/launchers/bundlelists/zzshell/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/zzshell/src/main/bundles/list.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/zzshell/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/zzshell/src/main/bundles/list.xml Tue Sep  6 15:18:50 2016
@@ -0,0 +1,16 @@
+<!--
+   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.
+-->

Modified: stanbol/trunk/launchers/full/README.md
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/README.md?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/README.md (original)
+++ stanbol/trunk/launchers/full/README.md Tue Sep  6 15:18:50 2016
@@ -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 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=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/nbactions.xml (original)
+++ stanbol/trunk/launchers/full/nbactions.xml Tue Sep  6 15:18:50 2016
@@ -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/mini/README.md
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/README.md?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/README.md (original)
+++ stanbol/trunk/launchers/mini/README.md Tue Sep  6 15:18:50 2016
@@ -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.
 

Modified: stanbol/trunk/launchers/mini/nbactions.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/nbactions.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/nbactions.xml (original)
+++ stanbol/trunk/launchers/mini/nbactions.xml Tue Sep  6 15:18:50 2016
@@ -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/mini/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/pom.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/pom.xml (original)
+++ stanbol/trunk/launchers/mini/pom.xml Tue Sep  6 15:18:50 2016
@@ -143,7 +143,8 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes></excludes>
+          <excludes>
+          </excludes>
         </configuration>
       </plugin>
       <plugin>

Modified: stanbol/trunk/launchers/stable/README.md
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/README.md?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/README.md (original)
+++ stanbol/trunk/launchers/stable/README.md Tue Sep  6 15:18:50 2016
@@ -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.
 

Modified: stanbol/trunk/launchers/stable/nbactions.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/nbactions.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/nbactions.xml (original)
+++ stanbol/trunk/launchers/stable/nbactions.xml Tue Sep  6 15:18:50 2016
@@ -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/nbactions.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/nbactions.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/nbactions.xml (original)
+++ stanbol/trunk/nbactions.xml Tue Sep  6 15:18:50 2016
@@ -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>CUSTOM-update-parents</actionName>

Modified: stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/generic/core/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,20 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
+# - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 14:51:00 CEST 2013
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
+#Mon Sep 05 14:11:01 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/generic/servicesapi/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,20 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
+# - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 14:50:38 CEST 2013
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
+#Mon Sep 05 14:10:49 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/multiplexer/clerezza/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,21 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 14:51:06 CEST 2013
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
+#Mon Sep 05 14:11:04 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/registry/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,21 +8,21 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 14:51:18 CEST 2013
+#Mon Sep 05 14:11:10 CEST 2016
 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
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/sources/clerezza/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,21 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 14:50:46 CEST 2013
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
+#Mon Sep 05 14:10:53 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/sources/owlapi/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,21 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Jul 31 14:50:53 CEST 2013
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
-org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
+#Mon Sep 05 14:10:57 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/web/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/web/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/ontologymanager/web/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,24 +8,21 @@
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
 # - Common Public License, Version 1.0
-# - Dual license consisting of the CDDL v1.1 and GPL v2
+# - Eclipse Public License 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:30 CEST 2013
-asm--asm--3.1=BSD License
+#Mon Sep 05 14:11:15 CEST 2016
 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
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/ontologymanager/web/src/main/java/org/apache/stanbol/ontologymanager/web/OntologyManagerMenueItem.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/web/src/main/java/org/apache/stanbol/ontologymanager/web/OntologyManagerMenueItem.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/web/src/main/java/org/apache/stanbol/ontologymanager/web/OntologyManagerMenueItem.java (original)
+++ stanbol/trunk/ontologymanager/web/src/main/java/org/apache/stanbol/ontologymanager/web/OntologyManagerMenueItem.java Tue Sep  6 15:18:50 2016
@@ -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.
+ */
+
 package org.apache.stanbol.ontologymanager.web;
 
 import org.apache.felix.scr.annotations.Component;

Modified: stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/pom.xml?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/pom.xml (original)
+++ stanbol/trunk/pom.xml Tue Sep  6 15:18:50 2016
@@ -167,10 +167,10 @@
 
                 <!-- unstable and not release relevant stuff -->
                 <exclude>PLAYGROUND.txt</exclude>
-                <exclude>conventions/**</exclude>
-                <exclude>contrib/**</exclude>
-                <exclude>demos/**</exclude>
+                <exclude>conventions/*.*</exclude>
+		<exclude>demos/**</exclude>
                 <exclude>enhancer/data/text-examples/**</exclude>
+
               </excludes>
             </configuration>
           </plugin>

Modified: stanbol/trunk/reasoners/jena/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/jena/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/jena/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/reasoners/jena/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -7,18 +7,17 @@
 # - 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 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
 # - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Mar 06 14:45:46 CET 2012
-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
+#Tue Sep 06 13:43:09 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,21 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Thu Aug 01 09:27:14 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
+#Tue Sep 06 13:43:05 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/reasoners/test/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/test/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/test/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/reasoners/test/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -7,6 +7,7 @@
 # - 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 1.0
 # - Eclipse Public License, Version 1.0
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
@@ -18,7 +19,5 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:59:42 CEST 2013
+#Tue Sep 06 13:43:21 CEST 2016
 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/trunk/reasoners/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/web/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/reasoners/web/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,24 +8,20 @@
 # - Common Development And Distribution License (CDDL), Version 1.0
 # - Common Development And Distribution License (CDDL), Version 1.1
 # - Common Public License, Version 1.0
-# - Dual license consisting of the CDDL v1.1 and GPL v2
+# - Eclipse Public License 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:59:44 CEST 2013
-asm--asm--3.1=BSD License
-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
+#Tue Sep 06 13:43:23 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/ReasonersMenueItem.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/ReasonersMenueItem.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/ReasonersMenueItem.java (original)
+++ stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/ReasonersMenueItem.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.reasoners.web;
 
 import org.apache.felix.scr.annotations.Component;

Modified: stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ByteArrayInputProvider.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ByteArrayInputProvider.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ByteArrayInputProvider.java (original)
+++ stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ByteArrayInputProvider.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.reasoners.web.input.provider.impl;
 
 import java.io.ByteArrayInputStream;

Modified: stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/resources/ReasoningResult.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/resources/ReasoningResult.java?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/resources/ReasoningResult.java (original)
+++ stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/resources/ReasoningResult.java Tue Sep  6 15:18:50 2016
@@ -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.
+*/
+
 package org.apache.stanbol.reasoners.web.resources;
 
 import javax.ws.rs.core.HttpHeaders;

Modified: stanbol/trunk/releasing/checkForSNAPSHOTsInBundlelists.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/checkForSNAPSHOTsInBundlelists.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/checkForSNAPSHOTsInBundlelists.sh (original)
+++ stanbol/trunk/releasing/checkForSNAPSHOTsInBundlelists.sh Tue Sep  6 15:18:50 2016
@@ -1,4 +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.
 #!/bin/sh
 
 # Count number of bundlelist 'list.xml' files with SNAPSHOT deps
-find . -name list.xml -exec grep -l SNAPSHOT {} \; | wc -l
\ No newline at end of file
+find . -name list.xml -exec grep -l SNAPSHOT {} \; | wc -l

Modified: stanbol/trunk/releasing/check_release_matches_tag.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/check_release_matches_tag.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/check_release_matches_tag.sh (original)
+++ stanbol/trunk/releasing/check_release_matches_tag.sh Tue Sep  6 15:18:50 2016
@@ -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.
+
 #!/bin/bash
 # check that a staged release matches the corresponding svn tags
 #

Modified: stanbol/trunk/releasing/check_signatures_and_digests.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/check_signatures_and_digests.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/check_signatures_and_digests.sh (original)
+++ stanbol/trunk/releasing/check_signatures_and_digests.sh Tue Sep  6 15:18:50 2016
@@ -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.
+
 #!/bin/sh
 
 #

Modified: stanbol/trunk/releasing/check_staged_release.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/check_staged_release.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/check_staged_release.sh (original)
+++ stanbol/trunk/releasing/check_staged_release.sh Tue Sep  6 15:18:50 2016
@@ -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.
+
 #!/bin/sh
 # check a Stanbol staged release - adapted from Sling's similar script
 

Modified: stanbol/trunk/releasing/clean_mvn_repo.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/clean_mvn_repo.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/clean_mvn_repo.sh (original)
+++ stanbol/trunk/releasing/clean_mvn_repo.sh Tue Sep  6 15:18:50 2016
@@ -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.
+
 #!/bin/sh
 
 REPO=~/.m2/repository/org/apache/stanbol

Modified: stanbol/trunk/releasing/computeSNAPSHOTdeps.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/computeSNAPSHOTdeps.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/computeSNAPSHOTdeps.sh (original)
+++ stanbol/trunk/releasing/computeSNAPSHOTdeps.sh Tue Sep  6 15:18:50 2016
@@ -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.
+
 #!/bin/sh
 
-mvn dependency:tree -o | grep SNAPSHOT | sed 's/.* \(.*-SNAPSHOT\).*/\1/' | sort -u
\ No newline at end of file
+mvn dependency:tree -o | grep SNAPSHOT | sed 's/.* \(.*-SNAPSHOT\).*/\1/' | sort -u

Modified: stanbol/trunk/releasing/pruneEmptySVNDirs.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/pruneEmptySVNDirs.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/pruneEmptySVNDirs.sh (original)
+++ stanbol/trunk/releasing/pruneEmptySVNDirs.sh Tue Sep  6 15:18:50 2016
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# 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.
+
 for i in `find . -type d -print -name ".svn" | grep -v "/\.svn"`
 do
     if [ -z "`ls -A $i | grep -v '\.svn' `" ]
@@ -8,4 +23,4 @@ do
         ls -A $i
         svn remove $i
     fi
-done
\ No newline at end of file
+done

Modified: stanbol/trunk/releasing/set_project_version.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/set_project_version.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/set_project_version.sh (original)
+++ stanbol/trunk/releasing/set_project_version.sh Tue Sep  6 15:18:50 2016
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# 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.
+
 # Recursively sets the project version to the version given by
 # the first parameter.
 
@@ -69,4 +84,4 @@ then
 fi
 
 cd ${CURDIR}
-echo "Finished."
\ No newline at end of file
+echo "Finished."

Modified: stanbol/trunk/releasing/update_to_latest_dev_versions.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/update_to_latest_dev_versions.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/update_to_latest_dev_versions.sh (original)
+++ stanbol/trunk/releasing/update_to_latest_dev_versions.sh Tue Sep  6 15:18:50 2016
@@ -1,7 +1,22 @@
 #!/bin/sh
 
+# 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.
+
 # Updates the dependencies in all POMs to use the latest
 # available Stanbol release artifacts.
 # Uses the Maven versions plugin.
 
-mvn versions:use-latest-versions -DexcludeReactor=false -DgenerateBackupPoms=false -DallowSnapshots=true -Dincludes=org.apache.stanbol:*
\ No newline at end of file
+mvn versions:use-latest-versions -DexcludeReactor=false -DgenerateBackupPoms=false -DallowSnapshots=true -Dincludes=org.apache.stanbol:*

Modified: stanbol/trunk/releasing/update_to_latest_stanbol_releases.sh
URL: http://svn.apache.org/viewvc/stanbol/trunk/releasing/update_to_latest_stanbol_releases.sh?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/releasing/update_to_latest_stanbol_releases.sh (original)
+++ stanbol/trunk/releasing/update_to_latest_stanbol_releases.sh Tue Sep  6 15:18:50 2016
@@ -1,7 +1,22 @@
 #!/bin/sh
 
+# 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.
+
 # Updates the dependencies in all POMs to use the latest
 # available Stanbol release artifacts.
 # Uses the Maven versions plugin.
 
-mvn versions:use-releases -DexcludeReactor=false -DgenerateBackupPoms=false -Dincludes=org.apache.stanbol:*
\ No newline at end of file
+mvn versions:use-releases -DexcludeReactor=false -DgenerateBackupPoms=false -Dincludes=org.apache.stanbol:*

Modified: stanbol/trunk/rules/adapters/abstract/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/rules/adapters/abstract/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/rules/adapters/abstract/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/rules/adapters/abstract/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,22 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:40 CEST 2013
-asm--asm--3.1=BSD License
-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
+#Tue Sep 06 11:02:46 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/rules/adapters/clerezza/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/rules/adapters/clerezza/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/rules/adapters/clerezza/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/rules/adapters/clerezza/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,22 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:43 CEST 2013
-asm--asm--3.1=BSD License
-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
+#Tue Sep 06 11:02:59 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/rules/adapters/jena/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/rules/adapters/jena/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/rules/adapters/jena/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/rules/adapters/jena/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,22 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:41 CEST 2013
-asm--asm--3.1=BSD License
-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
+#Tue Sep 06 11:02:50 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/rules/adapters/sparql/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/rules/adapters/sparql/src/license/THIRD-PARTY.properties?rev=1759443&r1=1759442&r2=1759443&view=diff
==============================================================================
--- stanbol/trunk/rules/adapters/sparql/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/rules/adapters/sparql/src/license/THIRD-PARTY.properties Tue Sep  6 15:18:50 2016
@@ -8,22 +8,20 @@
 # - 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 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
+# - GNU Lesser General Public License, Version 2.1
 # - ICU License
 # - MIT License
 # - New BSD License
 # - Public Domain License
+# - Revised BSD License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:26:42 CEST 2013
-asm--asm--3.1=BSD License
-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
+#Tue Sep 06 11:02:55 CEST 2016
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0