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/01/22 13:36:01 UTC

[2/2] git commit: Added missing license-header

Added missing license-header


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

Branch: refs/heads/maintenance-3.1.x
Commit: 16ff483639d70ac3d7b32bc958e6604da1cf986a
Parents: 3b24522
Author: Jakob Frank <ja...@apache.org>
Authored: Mon Jan 13 16:45:16 2014 +0100
Committer: Jakob Frank <ja...@salzburgresearch.at>
Committed: Wed Jan 15 11:35:44 2014 +0100

----------------------------------------------------------------------
 .../marmotta/kiwi/loader/KiWiLoaderTest.java       | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/16ff4836/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiLoaderTest.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiLoaderTest.java b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiLoaderTest.java
index 3f71727..1ea6145 100644
--- a/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiLoaderTest.java
+++ b/libraries/kiwi/kiwi-loader/src/test/java/org/apache/marmotta/kiwi/loader/KiWiLoaderTest.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.kiwi.loader;
 
 import static org.hamcrest.CoreMatchers.containsString;