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 2017/06/27 14:53:18 UTC

[7/7] jena git commit: Make the RAT happy.

Make the RAT happy.

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

Branch: refs/heads/master
Commit: eb4b5b6893c1fe9647251167e79ab082c892f28a
Parents: c2a8abd
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jun 27 15:20:38 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jun 27 15:20:38 2017 +0100

----------------------------------------------------------------------
 .../sparql/pfunction/library/TestStrSplit.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/eb4b5b68/jena-arq/src/test/java/org/apache/jena/sparql/pfunction/library/TestStrSplit.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/test/java/org/apache/jena/sparql/pfunction/library/TestStrSplit.java b/jena-arq/src/test/java/org/apache/jena/sparql/pfunction/library/TestStrSplit.java
index f59e573..e8d2cd0 100644
--- a/jena-arq/src/test/java/org/apache/jena/sparql/pfunction/library/TestStrSplit.java
+++ b/jena-arq/src/test/java/org/apache/jena/sparql/pfunction/library/TestStrSplit.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.sparql.pfunction.library;
 
 import static org.junit.Assert.assertArrayEquals;