You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/03/18 16:43:34 UTC

[1/4] git commit: enable kiwi-backend for the release process

Repository: marmotta
Updated Branches:
  refs/heads/develop 4c6221852 -> 37536865e


enable kiwi-backend for the release process


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/f6b13df2
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/f6b13df2
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/f6b13df2

Branch: refs/heads/develop
Commit: f6b13df21adf4c9759b65caef50f7cc8dccbbbcf
Parents: 4c62218
Author: Jakob Frank <ja...@salzburgresearch.at>
Authored: Tue Mar 18 14:57:54 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Tue Mar 18 16:41:00 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/f6b13df2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6eecb9f..b06ecca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
                     <tagNameFormat>@{version}</tagNameFormat>
 
                     <!-- the profiles to run for the release -->
-                    <arguments>-Pinstaller,marmotta-release,sign ${arguments}</arguments>
+                    <arguments>-Pinstaller,marmotta-release,sign,kiwi ${arguments}</arguments>
 
 		    <pushChanges>false</pushChanges>
                 </configuration>


[2/4] fixing license headers in the file (to make RAT happy)

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderBackend.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderBackend.java b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderBackend.java
index 828ac6b..0642681 100644
--- a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderBackend.java
+++ b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderBackend.java
@@ -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.marmotta.loader.core.test.dummy;
 
 import com.google.common.collect.Sets;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderHandler.java b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderHandler.java
index 0869dad..8dc5031 100644
--- a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderHandler.java
+++ b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/dummy/DummyLoaderHandler.java
@@ -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.marmotta.loader.core.test.dummy;
 
 import org.apache.marmotta.loader.api.LoaderHandler;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-hbase/src/main/assembly/launcher.xml
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-hbase/src/main/assembly/launcher.xml b/loader/marmotta-loader-hbase/src/main/assembly/launcher.xml
index 6ea02a8..a94c50f 100644
--- a/loader/marmotta-loader-hbase/src/main/assembly/launcher.xml
+++ b/loader/marmotta-loader-hbase/src/main/assembly/launcher.xml
@@ -1,3 +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.
+-->
 <assembly>
     <id>launcher</id>
     <formats>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-hbase/src/main/java/org/apache/marmotta/loader/hbase/HBaseLoaderBackend.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-hbase/src/main/java/org/apache/marmotta/loader/hbase/HBaseLoaderBackend.java b/loader/marmotta-loader-hbase/src/main/java/org/apache/marmotta/loader/hbase/HBaseLoaderBackend.java
index 3c53043..5a78e7a 100644
--- a/loader/marmotta-loader-hbase/src/main/java/org/apache/marmotta/loader/hbase/HBaseLoaderBackend.java
+++ b/loader/marmotta-loader-hbase/src/main/java/org/apache/marmotta/loader/hbase/HBaseLoaderBackend.java
@@ -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.marmotta.loader.hbase;
 
 import org.apache.commons.cli.Option;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderBackend.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderBackend.java b/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderBackend.java
index 54dea16..21bb989 100644
--- a/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderBackend.java
+++ b/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderBackend.java
@@ -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.marmotta.loader.kiwi;
 
 import org.apache.commons.cli.Option;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderHandler.java b/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderHandler.java
index 8426fe7..87d38c0 100644
--- a/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderHandler.java
+++ b/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderHandler.java
@@ -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.marmotta.loader.kiwi;
 
 import org.apache.commons.configuration.Configuration;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanLoaderHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanLoaderHandler.java b/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanLoaderHandler.java
index 6930d4f..c476e95 100644
--- a/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanLoaderHandler.java
+++ b/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanLoaderHandler.java
@@ -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.marmotta.loader.titan;
 
 import com.thinkaurelius.titan.core.TitanFactory;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanRDFHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanRDFHandler.java b/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanRDFHandler.java
index cbdaa23..e00cd43 100644
--- a/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanRDFHandler.java
+++ b/loader/marmotta-loader-titan/src/main/java/org/apache/marmotta/loader/titan/TitanRDFHandler.java
@@ -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.marmotta.loader.titan;
 
 import com.thinkaurelius.titan.core.TitanGraph;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataLoggingModule.java b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataLoggingModule.java
index 64aafc5..9cfaf33 100644
--- a/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataLoggingModule.java
+++ b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataLoggingModule.java
@@ -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.marmotta.platform.backend.bigdata;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataSesame27Repository.java
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataSesame27Repository.java b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataSesame27Repository.java
index b6878b8..6ae97fe 100644
--- a/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataSesame27Repository.java
+++ b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataSesame27Repository.java
@@ -14,19 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.platform.backend.bigdata;
 
+import com.bigdata.rdf.sail.BigdataSail;
+import com.bigdata.rdf.sail.BigdataSailRepositoryConnection;
+import com.bigdata.rdf.store.AbstractTripleStore;
 import org.openrdf.query.MalformedQueryException;
 import org.openrdf.query.QueryLanguage;
 import org.openrdf.query.Update;
 import org.openrdf.repository.RepositoryException;
-import org.openrdf.repository.sail.SailBooleanQuery;
-import org.openrdf.repository.sail.SailGraphQuery;
-import org.openrdf.repository.sail.SailQuery;
-import org.openrdf.repository.sail.SailRepository;
-import org.openrdf.repository.sail.SailRepositoryConnection;
-import org.openrdf.repository.sail.SailTupleQuery;
+import org.openrdf.repository.sail.*;
 import org.openrdf.sail.Sail;
 import org.openrdf.sail.SailConnection;
 import org.openrdf.sail.SailException;
@@ -35,10 +32,6 @@ import org.openrdf.sail.helpers.SailWrapper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import com.bigdata.rdf.sail.BigdataSail;
-import com.bigdata.rdf.sail.BigdataSailRepositoryConnection;
-import com.bigdata.rdf.store.AbstractTripleStore;
-
 /**
  * A wrapper to allow using BigData in a modular Sesame 2.7 environment. Provides a fast lane to the BigData SPARQL
  * implementation.

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataStoreProvider.java
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataStoreProvider.java b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataStoreProvider.java
index fc16a28..55748a2 100644
--- a/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataStoreProvider.java
+++ b/platform/backends/marmotta-backend-bigdata/src/main/java/org/apache/marmotta/platform/backend/bigdata/BigDataStoreProvider.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.platform.backend.bigdata;
 
 import com.bigdata.Banner;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-http/pom.xml
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-http/pom.xml b/platform/backends/marmotta-backend-http/pom.xml
index 1087c20..de6b5c4 100644
--- a/platform/backends/marmotta-backend-http/pom.xml
+++ b/platform/backends/marmotta-backend-http/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-kiwi/src/main/java/org/apache/marmotta/platform/backend/kiwi/KiWiLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-kiwi/src/main/java/org/apache/marmotta/platform/backend/kiwi/KiWiLoggingModule.java b/platform/backends/marmotta-backend-kiwi/src/main/java/org/apache/marmotta/platform/backend/kiwi/KiWiLoggingModule.java
index 7635755..684cde7 100644
--- a/platform/backends/marmotta-backend-kiwi/src/main/java/org/apache/marmotta/platform/backend/kiwi/KiWiLoggingModule.java
+++ b/platform/backends/marmotta-backend-kiwi/src/main/java/org/apache/marmotta/platform/backend/kiwi/KiWiLoggingModule.java
@@ -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.marmotta.platform.backend.kiwi;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-memory/pom.xml
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-memory/pom.xml b/platform/backends/marmotta-backend-memory/pom.xml
index e6e1366..8cc3396 100644
--- a/platform/backends/marmotta-backend-memory/pom.xml
+++ b/platform/backends/marmotta-backend-memory/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/backends/marmotta-backend-sparql/pom.xml
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-sparql/pom.xml b/platform/backends/marmotta-backend-sparql/pom.xml
index d881719..71fd685 100644
--- a/platform/backends/marmotta-backend-sparql/pom.xml
+++ b/platform/backends/marmotta-backend-sparql/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDCacheLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDCacheLoggingModule.java b/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDCacheLoggingModule.java
index f0b038c..1856b07 100644
--- a/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDCacheLoggingModule.java
+++ b/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDCacheLoggingModule.java
@@ -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.marmotta.platform.ldcache.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDClientLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDClientLoggingModule.java b/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDClientLoggingModule.java
index a073580..507fe80 100644
--- a/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDClientLoggingModule.java
+++ b/platform/ldcache/marmotta-ldcache-common/src/main/java/org/apache/marmotta/platform/ldcache/logging/LDClientLoggingModule.java
@@ -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.marmotta.platform.ldcache.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/api/logging/LoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/api/logging/LoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/api/logging/LoggingModule.java
index 6348fb0..a9c0c3e 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/api/logging/LoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/api/logging/LoggingModule.java
@@ -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.marmotta.platform.core.api.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ConfigurationChangedEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ConfigurationChangedEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ConfigurationChangedEvent.java
index 4604650..a86e6e2 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ConfigurationChangedEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ConfigurationChangedEvent.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ContentCreatedEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ContentCreatedEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ContentCreatedEvent.java
index 65ff7da..80e3b09 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ContentCreatedEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/ContentCreatedEvent.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/LoggingStartEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/LoggingStartEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/LoggingStartEvent.java
index 5c1ed09..6579014 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/LoggingStartEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/LoggingStartEvent.java
@@ -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.marmotta.platform.core.events;
 
 /**

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SesameStartupEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SesameStartupEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SesameStartupEvent.java
index 25a04ad..7466b7a 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SesameStartupEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SesameStartupEvent.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartedEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartedEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartedEvent.java
index 34f96ad..bd7856b 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartedEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartedEvent.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartingEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartingEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartingEvent.java
index 85ec4b6..836d838 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartingEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemRestartingEvent.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemStartupEvent.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemStartupEvent.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemStartupEvent.java
index f4ca74d..bdc5f15 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemStartupEvent.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/events/SystemStartupEvent.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/BaseLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/BaseLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/BaseLoggingModule.java
index c31ce24..e293da1 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/BaseLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/BaseLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/CacheLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/CacheLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/CacheLoggingModule.java
index 0a57c49..df234db 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/CacheLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/CacheLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ConfigurationLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ConfigurationLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ConfigurationLoggingModule.java
index 2065584..17d09f5 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ConfigurationLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ConfigurationLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/LinkedDataLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/LinkedDataLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/LinkedDataLoggingModule.java
index cb60842..d8f2b51 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/LinkedDataLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/LinkedDataLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ResteasyLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ResteasyLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ResteasyLoggingModule.java
index 057b7d9..107d05b 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ResteasyLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/ResteasyLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SesameLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SesameLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SesameLoggingModule.java
index 4d6d69e..c3d57b7 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SesameLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SesameLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SystemLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SystemLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SystemLoggingModule.java
index 052c898..3f9d798 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SystemLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/SystemLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/WeldLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/WeldLoggingModule.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/WeldLoggingModule.java
index 04c2385..62085b1 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/WeldLoggingModule.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/logging/WeldLoggingModule.java
@@ -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.marmotta.platform.core.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/ConsoleOutput.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/ConsoleOutput.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/ConsoleOutput.java
index 25f92a1..5c9c718 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/ConsoleOutput.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/ConsoleOutput.java
@@ -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.marmotta.platform.core.model.logging;
 
 import org.apache.marmotta.platform.core.api.config.ConfigurationService;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LogFileOutput.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LogFileOutput.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LogFileOutput.java
index 428229f..3e6010f 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LogFileOutput.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LogFileOutput.java
@@ -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.marmotta.platform.core.model.logging;
 
 import org.apache.marmotta.platform.core.api.config.ConfigurationService;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LoggingOutput.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LoggingOutput.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LoggingOutput.java
index 30b1d9c..34c3b8a 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LoggingOutput.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/LoggingOutput.java
@@ -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.marmotta.platform.core.model.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/SyslogOutput.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/SyslogOutput.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/SyslogOutput.java
index f4a549e..e5db0ac 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/SyslogOutput.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/model/logging/SyslogOutput.java
@@ -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.marmotta.platform.core.model.logging;
 
 import org.apache.marmotta.platform.core.api.config.ConfigurationService;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ExportWebService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ExportWebService.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ExportWebService.java
index 7125252..27d2d52 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ExportWebService.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ExportWebService.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ImportWebService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ImportWebService.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ImportWebService.java
index 88cc7ce..34055d2 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ImportWebService.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/io/ImportWebService.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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
@@ -17,31 +17,6 @@
  */
 package org.apache.marmotta.platform.core.webservices.io;
 
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.UnsupportedEncodingException;
-import java.net.MalformedURLException;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.net.URLConnection;
-import java.net.URLDecoder;
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-import javax.enterprise.context.ApplicationScoped;
-import javax.inject.Inject;
-import javax.servlet.http.HttpServletRequest;
-import javax.ws.rs.DELETE;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.POST;
-import javax.ws.rs.Path;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.Response;
-
 import org.apache.marmotta.platform.core.api.importer.ImportService;
 import org.apache.marmotta.platform.core.api.task.Task;
 import org.apache.marmotta.platform.core.api.task.TaskInfo;
@@ -54,6 +29,20 @@ import org.openrdf.rio.RDFFormat;
 import org.openrdf.rio.Rio;
 import org.slf4j.Logger;
 
+import javax.enterprise.context.ApplicationScoped;
+import javax.inject.Inject;
+import javax.servlet.http.HttpServletRequest;
+import javax.ws.rs.*;
+import javax.ws.rs.core.Context;
+import javax.ws.rs.core.Response;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.UnsupportedEncodingException;
+import java.net.*;
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.List;
+
 /**
  * A webservice offering functionality to import data from the KiWi knowledge base.
  * <p/>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/logging/LoggingWebService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/logging/LoggingWebService.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/logging/LoggingWebService.java
index b5afd70..97bf099 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/logging/LoggingWebService.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/logging/LoggingWebService.java
@@ -1,23 +1,30 @@
+/*
+ * 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.marmotta.platform.core.webservices.logging;
 
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import javax.enterprise.context.ApplicationScoped;
-import javax.inject.Inject;
-import javax.servlet.http.HttpServletRequest;
-import javax.ws.rs.Consumes;
-import javax.ws.rs.GET;
-import javax.ws.rs.POST;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.Response;
-
+import ch.qos.logback.classic.Level;
+import com.fasterxml.jackson.core.JsonParseException;
+import com.fasterxml.jackson.core.type.TypeReference;
+import com.fasterxml.jackson.databind.JsonMappingException;
+import com.fasterxml.jackson.databind.ObjectMapper;
+import com.google.common.base.Function;
+import com.google.common.base.Preconditions;
+import com.google.common.collect.Lists;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.marmotta.platform.core.api.config.ConfigurationService;
 import org.apache.marmotta.platform.core.api.logging.LoggingModule;
@@ -27,15 +34,17 @@ import org.apache.marmotta.platform.core.model.logging.LogFileOutput;
 import org.apache.marmotta.platform.core.model.logging.LoggingOutput;
 import org.apache.marmotta.platform.core.model.logging.SyslogOutput;
 
-import ch.qos.logback.classic.Level;
-
-import com.fasterxml.jackson.core.JsonParseException;
-import com.fasterxml.jackson.core.type.TypeReference;
-import com.fasterxml.jackson.databind.JsonMappingException;
-import com.fasterxml.jackson.databind.ObjectMapper;
-import com.google.common.base.Function;
-import com.google.common.base.Preconditions;
-import com.google.common.collect.Lists;
+import javax.enterprise.context.ApplicationScoped;
+import javax.inject.Inject;
+import javax.servlet.http.HttpServletRequest;
+import javax.ws.rs.*;
+import javax.ws.rs.core.Context;
+import javax.ws.rs.core.Response;
+import java.io.IOException;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
 
 /**
  * Listing and modifying logging configuration for appenders and logging modules. JSON format for each appender is:

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/logging/LDPathLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/logging/LDPathLoggingModule.java b/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/logging/LDPathLoggingModule.java
index 4d6247c..c9e5bc5 100644
--- a/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/logging/LDPathLoggingModule.java
+++ b/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/logging/LDPathLoggingModule.java
@@ -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.marmotta.platform.ldpath.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-reasoner-kiwi/src/main/java/org/apache/marmotta/platform/reasoner/logging/ReasonerLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-reasoner-kiwi/src/main/java/org/apache/marmotta/platform/reasoner/logging/ReasonerLoggingModule.java b/platform/marmotta-reasoner-kiwi/src/main/java/org/apache/marmotta/platform/reasoner/logging/ReasonerLoggingModule.java
index 11b8206..f49abc5 100644
--- a/platform/marmotta-reasoner-kiwi/src/main/java/org/apache/marmotta/platform/reasoner/logging/ReasonerLoggingModule.java
+++ b/platform/marmotta-reasoner-kiwi/src/main/java/org/apache/marmotta/platform/reasoner/logging/ReasonerLoggingModule.java
@@ -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.marmotta.platform.reasoner.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-security/src/main/java/org/apache/marmotta/platform/security/logging/SecurityLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-security/src/main/java/org/apache/marmotta/platform/security/logging/SecurityLoggingModule.java b/platform/marmotta-security/src/main/java/org/apache/marmotta/platform/security/logging/SecurityLoggingModule.java
index 792de1c..606a950 100644
--- a/platform/marmotta-security/src/main/java/org/apache/marmotta/platform/security/logging/SecurityLoggingModule.java
+++ b/platform/marmotta-security/src/main/java/org/apache/marmotta/platform/security/logging/SecurityLoggingModule.java
@@ -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.marmotta.platform.security.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-sparql/src/main/java/org/apache/marmotta/platform/sparql/logging/SparqlLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/java/org/apache/marmotta/platform/sparql/logging/SparqlLoggingModule.java b/platform/marmotta-sparql/src/main/java/org/apache/marmotta/platform/sparql/logging/SparqlLoggingModule.java
index 19e759b..1d7f8a3 100644
--- a/platform/marmotta-sparql/src/main/java/org/apache/marmotta/platform/sparql/logging/SparqlLoggingModule.java
+++ b/platform/marmotta-sparql/src/main/java/org/apache/marmotta/platform/sparql/logging/SparqlLoggingModule.java
@@ -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.marmotta.platform.sparql.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/logging/UserLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/logging/UserLoggingModule.java b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/logging/UserLoggingModule.java
index c4ca774..abb10c6 100644
--- a/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/logging/UserLoggingModule.java
+++ b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/logging/UserLoggingModule.java
@@ -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.marmotta.platform.user.logging;
 
 import ch.qos.logback.classic.Level;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-zookeeper/pom.xml b/platform/marmotta-zookeeper/pom.xml
index 9f193b8..308074d 100644
--- a/platform/marmotta-zookeeper/pom.xml
+++ b/platform/marmotta-zookeeper/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/platform/marmotta-zookeeper/src/main/java/org/apache/marmotta/platform/zookeeper/logging/ZookeeperLoggingModule.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-zookeeper/src/main/java/org/apache/marmotta/platform/zookeeper/logging/ZookeeperLoggingModule.java b/platform/marmotta-zookeeper/src/main/java/org/apache/marmotta/platform/zookeeper/logging/ZookeeperLoggingModule.java
index 5c8d357..900cd97 100644
--- a/platform/marmotta-zookeeper/src/main/java/org/apache/marmotta/platform/zookeeper/logging/ZookeeperLoggingModule.java
+++ b/platform/marmotta-zookeeper/src/main/java/org/apache/marmotta/platform/zookeeper/logging/ZookeeperLoggingModule.java
@@ -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.marmotta.platform.zookeeper.logging;
 
 import ch.qos.logback.classic.Level;


[3/4] git commit: fixing license headers in the file (to make RAT happy)

Posted by ja...@apache.org.
fixing license headers in the file (to make RAT happy)


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/034af23b
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/034af23b
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/034af23b

Branch: refs/heads/develop
Commit: 034af23bc441aeb9ab45a5119d995f97cfb92106
Parents: f6b13df
Author: Jakob Frank <ja...@apache.org>
Authored: Tue Mar 18 15:23:49 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Tue Mar 18 16:43:11 2014 +0100

----------------------------------------------------------------------
 build/git-tag-revision.sh                       | 20 ++++++-
 .../maven/plugins/marmotta/MarmottaMojo.java    |  2 +-
 .../marmotta/SplashScreenBuilderMojo.java       | 36 +++++++----
 build/scripts/check-parent-pom.sh               | 18 ++++++
 build/scripts/check-rebel.root.sh               | 17 ++++++
 .../marmotta/commons/vocabulary/DCTERMS.java    |  1 -
 .../marmotta/commons/vocabulary/FOAF.java       |  1 -
 .../apache/marmotta/commons/vocabulary/GEO.java |  1 -
 .../apache/marmotta/commons/vocabulary/MA.java  |  1 -
 .../marmotta/commons/vocabulary/SCHEMA.java     |  1 -
 .../marmotta/commons/vocabulary/SIOC.java       |  1 -
 .../marmotta/commons/vocabulary/SKOS.java       |  1 -
 .../marmotta/commons/vocabulary/SPARQL_SD.java  | 16 +++++
 .../apache/marmotta/commons/vocabulary/XSD.java |  1 -
 .../src/main/resources/mode/ldpath/ldpath.css   | 32 +++++-----
 .../src/main/resources/mode/skwrl/skwrl.css     | 18 ++++++
 .../src/main/resources/mode/skwrl/skwrl.html    |  2 -
 .../splash/startup/StartupListenerTest.java     | 17 ++++++
 .../marmotta-webapp/src/deb/control/control     | 15 +++++
 .../marmotta-webapp/src/deb/control/postinst    | 15 +++++
 .../marmotta-webapp/src/deb/control/postrm      | 15 +++++
 .../marmotta-webapp/src/deb/control/preinst     | 15 +++++
 launchers/marmotta-webapp/src/deb/control/prerm | 15 +++++
 .../marmotta-webapp/src/deb/tomcat/marmotta.xml | 17 ++++++
 .../kiwi/loader/KiWiLoaderConfiguration.java    | 16 +++++
 .../kiwi/loader/csv/LanguageProcessor.java      | 16 +++++
 .../kiwi/loader/csv/NodeIDProcessor.java        | 16 +++++
 .../kiwi/loader/csv/NodeTypeProcessor.java      | 24 +++++---
 .../kiwi/loader/csv/SQLBooleanProcessor.java    | 16 +++++
 .../kiwi/loader/csv/SQLDateProcessor.java       | 16 +++++
 .../kiwi/loader/csv/SQLTimestampProcessor.java  | 16 +++++
 .../kiwi/loader/generic/KiWiHandler.java        | 16 +++++
 .../kiwi/loader/pgsql/KiWiPostgresHandler.java  | 16 +++++
 .../marmotta/kiwi/loader/pgsql/PGCopyUtil.java  | 32 +++++-----
 .../kiwi/loader/pgsql/create_indexes.sql        | 15 +++++
 .../marmotta/kiwi/loader/pgsql/drop_indexes.sql | 15 +++++
 .../marmotta/kiwi/loader/KiWiHandlerTest.java   | 16 +++++
 .../marmotta/kiwi/loader/PGCopyUtilTest.java    | 16 +++++
 .../sparql/function/FulltextQueryFunction.java  | 16 +++++
 .../sparql/function/FulltextSearchFunction.java | 16 +++++
 .../kiwi/sparql/test/ContextAwareTest.java      | 16 +++++
 .../marmotta/kiwi/vocabulary/FN_MARMOTTA.java   | 16 +++++
 .../berkeley/BerkeleyDBLoaderBackend.java       | 17 ++++++
 .../marmotta/loader/api/LoaderBackend.java      | 17 ++++++
 .../marmotta/loader/api/LoaderHandler.java      | 17 ++++++
 .../marmotta/loader/api/LoaderOptions.java      | 17 ++++++
 .../marmotta/loader/context/ContextHandler.java | 17 ++++++
 .../marmotta/loader/core/MarmottaLoader.java    | 17 ++++++
 .../functions/BackendIdentifierFunction.java    | 17 ++++++
 .../loader/sesame/SesameLoaderHandler.java      | 17 ++++++
 .../loader/statistics/StatisticsHandler.java    | 17 ++++++
 .../marmotta/loader/util/DirectoryFilter.java   | 17 ++++++
 .../loader/wrapper/LoaderHandlerWrapper.java    | 17 ++++++
 .../marmotta/loader/core/test/CLITest.java      | 17 ++++++
 .../marmotta/loader/core/test/FilesTest.java    | 17 ++++++
 .../core/test/dummy/DummyLoaderBackend.java     | 17 ++++++
 .../core/test/dummy/DummyLoaderHandler.java     | 17 ++++++
 .../src/main/assembly/launcher.xml              | 17 ++++++
 .../loader/hbase/HBaseLoaderBackend.java        | 17 ++++++
 .../marmotta/loader/kiwi/KiWiLoaderBackend.java | 17 ++++++
 .../marmotta/loader/kiwi/KiWiLoaderHandler.java | 17 ++++++
 .../loader/titan/TitanLoaderHandler.java        | 17 ++++++
 .../marmotta/loader/titan/TitanRDFHandler.java  | 17 ++++++
 .../backend/bigdata/BigDataLoggingModule.java   | 16 +++++
 .../bigdata/BigDataSesame27Repository.java      | 15 ++---
 .../backend/bigdata/BigDataStoreProvider.java   |  1 -
 platform/backends/marmotta-backend-http/pom.xml | 16 +++++
 .../backend/kiwi/KiWiLoggingModule.java         | 17 ++++++
 .../backends/marmotta-backend-memory/pom.xml    | 16 +++++
 .../backends/marmotta-backend-sparql/pom.xml    | 16 +++++
 .../ldcache/logging/LDCacheLoggingModule.java   | 17 ++++++
 .../ldcache/logging/LDClientLoggingModule.java  | 17 ++++++
 .../core/api/logging/LoggingModule.java         | 17 ++++++
 .../core/events/ConfigurationChangedEvent.java  |  2 +-
 .../core/events/ContentCreatedEvent.java        |  2 +-
 .../platform/core/events/LoggingStartEvent.java | 17 ++++++
 .../core/events/SesameStartupEvent.java         |  2 +-
 .../core/events/SystemRestartedEvent.java       |  2 +-
 .../core/events/SystemRestartingEvent.java      |  2 +-
 .../core/events/SystemStartupEvent.java         |  2 +-
 .../core/logging/BaseLoggingModule.java         | 17 ++++++
 .../core/logging/CacheLoggingModule.java        | 17 ++++++
 .../logging/ConfigurationLoggingModule.java     | 17 ++++++
 .../core/logging/LinkedDataLoggingModule.java   | 17 ++++++
 .../core/logging/ResteasyLoggingModule.java     | 17 ++++++
 .../core/logging/SesameLoggingModule.java       | 17 ++++++
 .../core/logging/SystemLoggingModule.java       | 17 ++++++
 .../core/logging/WeldLoggingModule.java         | 17 ++++++
 .../core/model/logging/ConsoleOutput.java       | 17 ++++++
 .../core/model/logging/LogFileOutput.java       | 17 ++++++
 .../core/model/logging/LoggingOutput.java       | 17 ++++++
 .../core/model/logging/SyslogOutput.java        | 17 ++++++
 .../core/webservices/io/ExportWebService.java   |  2 +-
 .../core/webservices/io/ImportWebService.java   | 41 +++++--------
 .../webservices/logging/LoggingWebService.java  | 63 +++++++++++---------
 .../ldpath/logging/LDPathLoggingModule.java     | 17 ++++++
 .../reasoner/logging/ReasonerLoggingModule.java | 17 ++++++
 .../security/logging/SecurityLoggingModule.java | 17 ++++++
 .../sparql/logging/SparqlLoggingModule.java     | 17 ++++++
 .../user/logging/UserLoggingModule.java         | 17 ++++++
 platform/marmotta-zookeeper/pom.xml             | 16 +++++
 .../logging/ZookeeperLoggingModule.java         | 16 +++++
 102 files changed, 1415 insertions(+), 134 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/build/git-tag-revision.sh
----------------------------------------------------------------------
diff --git a/build/git-tag-revision.sh b/build/git-tag-revision.sh
index 8cf637a..576f69f 100755
--- a/build/git-tag-revision.sh
+++ b/build/git-tag-revision.sh
@@ -1,4 +1,22 @@
 #!/bin/bash
-# simple shell script to get the git commit hash of the commit with the tag 
+#
+# 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.
+#
+
+# simple shell script to get the git commit hash of the commit with the tag
 # given as argument; used when generating the vote email for Apache Marmotta
 git show-ref -d -s $1 | grep '{}' | cut -f 1 -d ' '

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/MarmottaMojo.java
----------------------------------------------------------------------
diff --git a/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/MarmottaMojo.java b/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/MarmottaMojo.java
index 562d80d..42d5094 100644
--- a/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/MarmottaMojo.java
+++ b/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/MarmottaMojo.java
@@ -1,4 +1,4 @@
-/**
+/*
  * 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

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/SplashScreenBuilderMojo.java
----------------------------------------------------------------------
diff --git a/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/SplashScreenBuilderMojo.java b/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/SplashScreenBuilderMojo.java
index bd95971..623842c 100644
--- a/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/SplashScreenBuilderMojo.java
+++ b/build/plugins/marmotta-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/marmotta/SplashScreenBuilderMojo.java
@@ -1,23 +1,35 @@
+/*
+ * 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.marmotta.maven.plugins.marmotta;
 
-import java.awt.Color;
-import java.awt.Font;
-import java.awt.FontMetrics;
-import java.awt.Graphics2D;
-import java.awt.RenderingHints;
-import java.awt.image.BufferedImage;
-import java.io.File;
-import java.io.IOException;
-import java.util.regex.Pattern;
-
-import javax.imageio.ImageIO;
-
 import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;
 import org.apache.maven.plugins.annotations.Mojo;
 import org.apache.maven.plugins.annotations.Parameter;
 
+import javax.imageio.ImageIO;
+import java.awt.*;
+import java.awt.image.BufferedImage;
+import java.io.File;
+import java.io.IOException;
+import java.util.regex.Pattern;
+
 /**
  * Maven Plugin to print the version number on the splash screen.
  * @author Jakob Frank <ja...@apache.org>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/build/scripts/check-parent-pom.sh
----------------------------------------------------------------------
diff --git a/build/scripts/check-parent-pom.sh b/build/scripts/check-parent-pom.sh
index ab59c63..0672843 100755
--- a/build/scripts/check-parent-pom.sh
+++ b/build/scripts/check-parent-pom.sh
@@ -1,4 +1,22 @@
 #!/bin/bash
+#
+# 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.
+#
+
 ME="$(readlink -f "$0")"
 ROOT="$(readlink -f "$(dirname "$ME")/../..")"
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/build/scripts/check-rebel.root.sh
----------------------------------------------------------------------
diff --git a/build/scripts/check-rebel.root.sh b/build/scripts/check-rebel.root.sh
index 39298a0..4cebffd 100755
--- a/build/scripts/check-rebel.root.sh
+++ b/build/scripts/check-rebel.root.sh
@@ -1,4 +1,21 @@
 #!/bin/bash
+#
+# 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.
+#
 
 ME="$(readlink -f "$0")"
 ROOT="$(readlink -f "$(dirname "$ME")/../..")"

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/DCTERMS.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/DCTERMS.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/DCTERMS.java
index a694cc9..c4b756d 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/DCTERMS.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/DCTERMS.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/FOAF.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/FOAF.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/FOAF.java
index 2f09f3b..d336b39 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/FOAF.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/FOAF.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/GEO.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/GEO.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/GEO.java
index a5d77ce..f1a5b2a 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/GEO.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/GEO.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/MA.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/MA.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/MA.java
index 8a4fbed..a44c55a 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/MA.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/MA.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SCHEMA.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SCHEMA.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SCHEMA.java
index 13c4379..731315c 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SCHEMA.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SCHEMA.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SIOC.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SIOC.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SIOC.java
index 96b6638..ea7a6bc 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SIOC.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SIOC.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SKOS.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SKOS.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SKOS.java
index e803636..c8b1d98 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SKOS.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SKOS.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SPARQL_SD.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SPARQL_SD.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SPARQL_SD.java
index a83efe4..ef5b221 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SPARQL_SD.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/SPARQL_SD.java
@@ -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.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/XSD.java
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/XSD.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/XSD.java
index 4d42298..167eb21 100644
--- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/XSD.java
+++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/vocabulary/XSD.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.marmotta.commons.vocabulary;
 
 import org.openrdf.model.URI;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/extras/webjars/codemirror/src/main/resources/mode/ldpath/ldpath.css
----------------------------------------------------------------------
diff --git a/extras/webjars/codemirror/src/main/resources/mode/ldpath/ldpath.css b/extras/webjars/codemirror/src/main/resources/mode/ldpath/ldpath.css
index 7cede3f..645baf5 100644
--- a/extras/webjars/codemirror/src/main/resources/mode/ldpath/ldpath.css
+++ b/extras/webjars/codemirror/src/main/resources/mode/ldpath/ldpath.css
@@ -1,21 +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.
-
+ * 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.
  */
 
 .CodeMirror {

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.css
----------------------------------------------------------------------
diff --git a/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.css b/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.css
index 838b773..33d78fb 100644
--- a/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.css
+++ b/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.css
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 @CHARSET "UTF-8";
 
 .CodeMirror {

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.html
----------------------------------------------------------------------
diff --git a/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.html b/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.html
index 442ba27..4ee7eda 100644
--- a/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.html
+++ b/extras/webjars/codemirror/src/main/resources/mode/skwrl/skwrl.html
@@ -1,5 +1,4 @@
 <!--
-
     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
@@ -15,7 +14,6 @@
     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.
-
 -->
 <!doctype html>
 <html>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-splash/src/test/java/org/apache/marmotta/splash/startup/StartupListenerTest.java
----------------------------------------------------------------------
diff --git a/launchers/marmotta-splash/src/test/java/org/apache/marmotta/splash/startup/StartupListenerTest.java b/launchers/marmotta-splash/src/test/java/org/apache/marmotta/splash/startup/StartupListenerTest.java
index 5bd18a1..5e26d75 100644
--- a/launchers/marmotta-splash/src/test/java/org/apache/marmotta/splash/startup/StartupListenerTest.java
+++ b/launchers/marmotta-splash/src/test/java/org/apache/marmotta/splash/startup/StartupListenerTest.java
@@ -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.marmotta.splash.startup;
 
 import org.apache.catalina.Lifecycle;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-webapp/src/deb/control/control
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/control b/launchers/marmotta-webapp/src/deb/control/control
index 24ca7ea..8bc7495 100644
--- a/launchers/marmotta-webapp/src/deb/control/control
+++ b/launchers/marmotta-webapp/src/deb/control/control
@@ -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.
 Package: marmotta
 Version: [[version]]
 Section: java

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-webapp/src/deb/control/postinst
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/postinst b/launchers/marmotta-webapp/src/deb/control/postinst
index 8cb3f30..5514cc7 100644
--- a/launchers/marmotta-webapp/src/deb/control/postinst
+++ b/launchers/marmotta-webapp/src/deb/control/postinst
@@ -1,4 +1,19 @@
 #!/bin/sh -e
+## 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.
 
 echo $(date) >> var/lib/marmotta/marmotta.txt
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-webapp/src/deb/control/postrm
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/postrm b/launchers/marmotta-webapp/src/deb/control/postrm
index ced87d6..c9c5666 100644
--- a/launchers/marmotta-webapp/src/deb/control/postrm
+++ b/launchers/marmotta-webapp/src/deb/control/postrm
@@ -1,4 +1,19 @@
 #!/bin/sh -e
+## 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.
 
 operation="$1"
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-webapp/src/deb/control/preinst
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/preinst b/launchers/marmotta-webapp/src/deb/control/preinst
index de2ed73..77f0be4 100644
--- a/launchers/marmotta-webapp/src/deb/control/preinst
+++ b/launchers/marmotta-webapp/src/deb/control/preinst
@@ -1,4 +1,19 @@
 #!/bin/sh -e
+## 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.
 
 service tomcat7 stop
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-webapp/src/deb/control/prerm
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/prerm b/launchers/marmotta-webapp/src/deb/control/prerm
index 120736e..10c2e9b 100644
--- a/launchers/marmotta-webapp/src/deb/control/prerm
+++ b/launchers/marmotta-webapp/src/deb/control/prerm
@@ -1,4 +1,19 @@
 #!/bin/sh -e
+## 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.
 
 service tomcat7 stop
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/launchers/marmotta-webapp/src/deb/tomcat/marmotta.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/tomcat/marmotta.xml b/launchers/marmotta-webapp/src/deb/tomcat/marmotta.xml
index bfa33a3..16fa5e7 100644
--- a/launchers/marmotta-webapp/src/deb/tomcat/marmotta.xml
+++ b/launchers/marmotta-webapp/src/deb/tomcat/marmotta.xml
@@ -1,3 +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.
+-->
 <Context docBase="/usr/share/marmotta/marmotta.war" unpackWAR="false" useNaming="true">
 
   <Parameter name="marmotta.home" value="/var/lib/marmotta" override="false"/>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/KiWiLoaderConfiguration.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/KiWiLoaderConfiguration.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/KiWiLoaderConfiguration.java
index 3c2198c..e3a9b64 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/KiWiLoaderConfiguration.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/KiWiLoaderConfiguration.java
@@ -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.marmotta.kiwi.loader;
 
 import org.apache.commons.configuration.Configuration;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/LanguageProcessor.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/LanguageProcessor.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/LanguageProcessor.java
index 3a516fa..3933db8 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/LanguageProcessor.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/LanguageProcessor.java
@@ -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.marmotta.kiwi.loader.csv;
 
 import org.supercsv.cellprocessor.CellProcessorAdaptor;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeIDProcessor.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeIDProcessor.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeIDProcessor.java
index bd6c962..08e6d59 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeIDProcessor.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeIDProcessor.java
@@ -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.marmotta.kiwi.loader.csv;
 
 import org.apache.marmotta.kiwi.model.rdf.KiWiNode;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeTypeProcessor.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeTypeProcessor.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeTypeProcessor.java
index 2f7edae..6a9f5c0 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeTypeProcessor.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/NodeTypeProcessor.java
@@ -1,12 +1,22 @@
+/*
+ * 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.marmotta.kiwi.loader.csv;
 
-import org.apache.marmotta.kiwi.model.rdf.KiWiAnonResource;
-import org.apache.marmotta.kiwi.model.rdf.KiWiBooleanLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiDateLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiDoubleLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiIntLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiStringLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiUriResource;
+import org.apache.marmotta.kiwi.model.rdf.*;
 import org.supercsv.cellprocessor.CellProcessorAdaptor;
 import org.supercsv.cellprocessor.ift.CellProcessor;
 import org.supercsv.exception.SuperCsvCellProcessorException;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLBooleanProcessor.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLBooleanProcessor.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLBooleanProcessor.java
index a788655..fc4e18b 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLBooleanProcessor.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLBooleanProcessor.java
@@ -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.marmotta.kiwi.loader.csv;
 
 import org.supercsv.cellprocessor.CellProcessorAdaptor;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLDateProcessor.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLDateProcessor.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLDateProcessor.java
index e6d50dc..7cae192 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLDateProcessor.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLDateProcessor.java
@@ -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.marmotta.kiwi.loader.csv;
 
 import org.supercsv.cellprocessor.CellProcessorAdaptor;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLTimestampProcessor.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLTimestampProcessor.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLTimestampProcessor.java
index deecfb4..531dca9 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLTimestampProcessor.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/csv/SQLTimestampProcessor.java
@@ -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.marmotta.kiwi.loader.csv;
 
 import org.supercsv.cellprocessor.CellProcessorAdaptor;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/generic/KiWiHandler.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/generic/KiWiHandler.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/generic/KiWiHandler.java
index 37e5d2c..7053502 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/generic/KiWiHandler.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/generic/KiWiHandler.java
@@ -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.marmotta.kiwi.loader.generic;
 
 import com.google.common.cache.CacheBuilder;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/KiWiPostgresHandler.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/KiWiPostgresHandler.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/KiWiPostgresHandler.java
index 9863daf..e3ebec9 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/KiWiPostgresHandler.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/KiWiPostgresHandler.java
@@ -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.marmotta.kiwi.loader.pgsql;
 
 import org.apache.commons.io.IOUtils;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/PGCopyUtil.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/PGCopyUtil.java b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/PGCopyUtil.java
index 103493b..389a0dd 100644
--- a/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/PGCopyUtil.java
+++ b/libraries/kiwi/kiwi-loader/src/main/java/org/apache/marmotta/kiwi/loader/pgsql/PGCopyUtil.java
@@ -1,20 +1,24 @@
+/*
+ * 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.marmotta.kiwi.loader.pgsql;
 
 import org.apache.commons.lang3.math.NumberUtils;
-import org.apache.marmotta.kiwi.loader.csv.LanguageProcessor;
-import org.apache.marmotta.kiwi.loader.csv.NodeIDProcessor;
-import org.apache.marmotta.kiwi.loader.csv.NodeTypeProcessor;
-import org.apache.marmotta.kiwi.loader.csv.SQLBooleanProcessor;
-import org.apache.marmotta.kiwi.loader.csv.SQLTimestampProcessor;
-import org.apache.marmotta.kiwi.model.rdf.KiWiAnonResource;
-import org.apache.marmotta.kiwi.model.rdf.KiWiBooleanLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiDateLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiDoubleLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiIntLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiNode;
-import org.apache.marmotta.kiwi.model.rdf.KiWiStringLiteral;
-import org.apache.marmotta.kiwi.model.rdf.KiWiTriple;
-import org.apache.marmotta.kiwi.model.rdf.KiWiUriResource;
+import org.apache.marmotta.kiwi.loader.csv.*;
+import org.apache.marmotta.kiwi.model.rdf.*;
 import org.openrdf.model.URI;
 import org.postgresql.PGConnection;
 import org.slf4j.Logger;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/create_indexes.sql
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/create_indexes.sql b/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/create_indexes.sql
index d05d926..a0e7ffb 100644
--- a/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/create_indexes.sql
+++ b/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/create_indexes.sql
@@ -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.
+
 CREATE INDEX idx_triples_p ON triples(predicate) WHERE deleted = false;
 CREATE INDEX idx_triples_spo ON triples(subject,predicate,object) WHERE deleted = false;
 CREATE INDEX idx_triples_cspo ON triples(context,subject,predicate,object) WHERE deleted = false;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/drop_indexes.sql
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/drop_indexes.sql b/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/drop_indexes.sql
index f979357..8569187 100644
--- a/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/drop_indexes.sql
+++ b/libraries/kiwi/kiwi-loader/src/main/resources/org/apache/marmotta/kiwi/loader/pgsql/drop_indexes.sql
@@ -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.
+
 DROP INDEX IF EXISTS idx_triples_p;
 DROP INDEX IF EXISTS idx_triples_spo;
 DROP INDEX IF EXISTS idx_triples_cspo;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiHandlerTest.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiHandlerTest.java b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiHandlerTest.java
index 71d8dac..bfaadac 100644
--- a/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiHandlerTest.java
+++ b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiHandlerTest.java
@@ -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.marmotta.kiwi.loader;
 
 import org.apache.marmotta.kiwi.config.KiWiConfiguration;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/PGCopyUtilTest.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/PGCopyUtilTest.java b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/PGCopyUtilTest.java
index ce80ccc..1400c4f 100644
--- a/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/PGCopyUtilTest.java
+++ b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/PGCopyUtilTest.java
@@ -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.marmotta.kiwi.loader;
 
 import org.apache.commons.lang3.RandomStringUtils;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextQueryFunction.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextQueryFunction.java b/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextQueryFunction.java
index 222487b..1490132 100644
--- a/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextQueryFunction.java
+++ b/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextQueryFunction.java
@@ -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.marmotta.kiwi.sparql.function;
 
 import org.apache.marmotta.kiwi.vocabulary.FN_MARMOTTA;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextSearchFunction.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextSearchFunction.java b/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextSearchFunction.java
index 9ce47e8..4386496 100644
--- a/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextSearchFunction.java
+++ b/libraries/kiwi/kiwi-sparql/src/main/java/org/apache/marmotta/kiwi/sparql/function/FulltextSearchFunction.java
@@ -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.marmotta.kiwi.sparql.function;
 
 import org.apache.marmotta.kiwi.vocabulary.FN_MARMOTTA;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-sparql/src/test/java/org/apache/marmotta/kiwi/sparql/test/ContextAwareTest.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-sparql/src/test/java/org/apache/marmotta/kiwi/sparql/test/ContextAwareTest.java b/libraries/kiwi/kiwi-sparql/src/test/java/org/apache/marmotta/kiwi/sparql/test/ContextAwareTest.java
index fa4fd0c..3b6fe3e 100644
--- a/libraries/kiwi/kiwi-sparql/src/test/java/org/apache/marmotta/kiwi/sparql/test/ContextAwareTest.java
+++ b/libraries/kiwi/kiwi-sparql/src/test/java/org/apache/marmotta/kiwi/sparql/test/ContextAwareTest.java
@@ -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.marmotta.kiwi.sparql.test;
 
 import info.aduna.iteration.Iterations;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/vocabulary/FN_MARMOTTA.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/vocabulary/FN_MARMOTTA.java b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/vocabulary/FN_MARMOTTA.java
index c788bb0..47c3b8a 100644
--- a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/vocabulary/FN_MARMOTTA.java
+++ b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/vocabulary/FN_MARMOTTA.java
@@ -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.marmotta.kiwi.vocabulary;
 
 import org.openrdf.model.Namespace;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-berkeley/src/main/java/org/apache/marmotta/loader/berkeley/BerkeleyDBLoaderBackend.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-berkeley/src/main/java/org/apache/marmotta/loader/berkeley/BerkeleyDBLoaderBackend.java b/loader/marmotta-loader-berkeley/src/main/java/org/apache/marmotta/loader/berkeley/BerkeleyDBLoaderBackend.java
index b6397a5..daf8197 100644
--- a/loader/marmotta-loader-berkeley/src/main/java/org/apache/marmotta/loader/berkeley/BerkeleyDBLoaderBackend.java
+++ b/loader/marmotta-loader-berkeley/src/main/java/org/apache/marmotta/loader/berkeley/BerkeleyDBLoaderBackend.java
@@ -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.marmotta.loader.berkeley;
 
 import org.apache.commons.cli.Option;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderBackend.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderBackend.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderBackend.java
index 24eb4bb..ac802ad 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderBackend.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderBackend.java
@@ -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.marmotta.loader.api;
 
 import org.apache.commons.cli.Option;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderHandler.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderHandler.java
index deb1a2f..52ce648 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderHandler.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderHandler.java
@@ -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.marmotta.loader.api;
 
 import org.openrdf.rio.RDFHandler;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderOptions.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderOptions.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderOptions.java
index 389016d..49d6cb2 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderOptions.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/api/LoaderOptions.java
@@ -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.marmotta.loader.api;
 
 /**

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/context/ContextHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/context/ContextHandler.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/context/ContextHandler.java
index 18d5941..9e29fe7 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/context/ContextHandler.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/context/ContextHandler.java
@@ -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.marmotta.loader.context;
 
 import org.apache.marmotta.loader.api.LoaderHandler;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/core/MarmottaLoader.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/core/MarmottaLoader.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/core/MarmottaLoader.java
index 357c126..55abe9b 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/core/MarmottaLoader.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/core/MarmottaLoader.java
@@ -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.marmotta.loader.core;
 
 import com.google.common.collect.Iterators;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/functions/BackendIdentifierFunction.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/functions/BackendIdentifierFunction.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/functions/BackendIdentifierFunction.java
index c54c831..cf36241 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/functions/BackendIdentifierFunction.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/functions/BackendIdentifierFunction.java
@@ -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.marmotta.loader.functions;
 
 import com.google.common.base.Function;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/sesame/SesameLoaderHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/sesame/SesameLoaderHandler.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/sesame/SesameLoaderHandler.java
index 5c7d21f..a09c3e5 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/sesame/SesameLoaderHandler.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/sesame/SesameLoaderHandler.java
@@ -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.marmotta.loader.sesame;
 
 import org.apache.marmotta.loader.api.LoaderHandler;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/statistics/StatisticsHandler.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/statistics/StatisticsHandler.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/statistics/StatisticsHandler.java
index 7e4d858..c430a1d 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/statistics/StatisticsHandler.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/statistics/StatisticsHandler.java
@@ -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.marmotta.loader.statistics;
 
 import org.apache.commons.configuration.Configuration;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/util/DirectoryFilter.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/util/DirectoryFilter.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/util/DirectoryFilter.java
index 19920e9..0074d61 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/util/DirectoryFilter.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/util/DirectoryFilter.java
@@ -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.marmotta.loader.util;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/wrapper/LoaderHandlerWrapper.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/wrapper/LoaderHandlerWrapper.java b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/wrapper/LoaderHandlerWrapper.java
index 849b72b..b29aad3 100644
--- a/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/wrapper/LoaderHandlerWrapper.java
+++ b/loader/marmotta-loader-core/src/main/java/org/apache/marmotta/loader/wrapper/LoaderHandlerWrapper.java
@@ -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.marmotta.loader.wrapper;
 
 import org.apache.marmotta.loader.api.LoaderHandler;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/CLITest.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/CLITest.java b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/CLITest.java
index 0cd9ed6..3b9db22 100644
--- a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/CLITest.java
+++ b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/CLITest.java
@@ -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.marmotta.loader.core.test;
 
 import org.apache.commons.cli.ParseException;

http://git-wip-us.apache.org/repos/asf/marmotta/blob/034af23b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/FilesTest.java
----------------------------------------------------------------------
diff --git a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/FilesTest.java b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/FilesTest.java
index e5dc6dc..0a0c08a 100644
--- a/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/FilesTest.java
+++ b/loader/marmotta-loader-core/src/test/java/org/apache/marmotta/loader/core/test/FilesTest.java
@@ -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.marmotta.loader.core.test;
 
 import org.apache.commons.compress.compressors.CompressorStreamFactory;


[4/4] git commit: Changed Maintainer of the deb-package to dev@marmotta.apache.org

Posted by ja...@apache.org.
Changed Maintainer of the deb-package to dev@marmotta.apache.org

fixed some lintian warnings


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/37536865
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/37536865
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/37536865

Branch: refs/heads/develop
Commit: 37536865e37c537f4fea03e8589177b2d826ad4e
Parents: 034af23
Author: Jakob Frank <ja...@apache.org>
Authored: Tue Mar 18 16:09:32 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Tue Mar 18 16:43:11 2014 +0100

----------------------------------------------------------------------
 launchers/marmotta-webapp/src/deb/control/control  | 2 +-
 launchers/marmotta-webapp/src/deb/control/postinst | 3 ++-
 launchers/marmotta-webapp/src/deb/control/postrm   | 3 ++-
 launchers/marmotta-webapp/src/deb/control/preinst  | 3 ++-
 launchers/marmotta-webapp/src/deb/control/prerm    | 3 ++-
 5 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/control
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/control b/launchers/marmotta-webapp/src/deb/control/control
index 8bc7495..421e2a6 100644
--- a/launchers/marmotta-webapp/src/deb/control/control
+++ b/launchers/marmotta-webapp/src/deb/control/control
@@ -19,7 +19,7 @@ Section: java
 Priority: extra
 Architecture: all
 Distribution: ldstack-nightly
-Maintainer: Sergio Fernández <wi...@apache.org>
+Maintainer: Apache Marmotta Community <de...@marmotta.apache.org>
 Replaces: marmotta-webapp
 Pre-Depends: tomcat7 (>=7.0.30-1)
 Suggests: postgresql (>=9.1)

http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/postinst
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/postinst b/launchers/marmotta-webapp/src/deb/control/postinst
index 5514cc7..3e8e019 100644
--- a/launchers/marmotta-webapp/src/deb/control/postinst
+++ b/launchers/marmotta-webapp/src/deb/control/postinst
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/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
@@ -14,6 +14,7 @@
 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
+set -e
 
 echo $(date) >> var/lib/marmotta/marmotta.txt
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/postrm
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/postrm b/launchers/marmotta-webapp/src/deb/control/postrm
index c9c5666..dfaa95f 100644
--- a/launchers/marmotta-webapp/src/deb/control/postrm
+++ b/launchers/marmotta-webapp/src/deb/control/postrm
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/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
@@ -14,6 +14,7 @@
 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
+set -e
 
 operation="$1"
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/preinst
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/preinst b/launchers/marmotta-webapp/src/deb/control/preinst
index 77f0be4..e302fb7 100644
--- a/launchers/marmotta-webapp/src/deb/control/preinst
+++ b/launchers/marmotta-webapp/src/deb/control/preinst
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/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
@@ -14,6 +14,7 @@
 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
+set -e
 
 service tomcat7 stop
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/prerm
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/deb/control/prerm b/launchers/marmotta-webapp/src/deb/control/prerm
index 10c2e9b..cd03ba9 100644
--- a/launchers/marmotta-webapp/src/deb/control/prerm
+++ b/launchers/marmotta-webapp/src/deb/control/prerm
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/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
@@ -14,6 +14,7 @@
 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
+set -e
 
 service tomcat7 stop