You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/04/08 09:44:52 UTC

jena git commit: Add ASF header

Repository: jena
Updated Branches:
  refs/heads/master 0f1babe52 -> d2196fb85


Add ASF header

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

Branch: refs/heads/master
Commit: d2196fb85f365b52fc7fe9bfc85fdcbbdb2e4326
Parents: 0f1babe
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Apr 8 08:44:24 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Apr 8 08:44:24 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/jena/riot/TestSysRIOT.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/d2196fb8/jena-arq/src/test/java/org/apache/jena/riot/TestSysRIOT.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/test/java/org/apache/jena/riot/TestSysRIOT.java b/jena-arq/src/test/java/org/apache/jena/riot/TestSysRIOT.java
index 1096616..1f7bc15 100644
--- a/jena-arq/src/test/java/org/apache/jena/riot/TestSysRIOT.java
+++ b/jena-arq/src/test/java/org/apache/jena/riot/TestSysRIOT.java
@@ -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.
+ */
+
 package org.apache.jena.riot;
 
 import org.junit.Assert ;