You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/03/26 09:19:22 UTC

[14/50] [abbrv] git commit: fixing license headers in the file (to make RAT happy)

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/ldp
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;