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 2022/07/03 17:12:55 UTC

[jena] branch main updated: Add license header for TestDatasetGraphMap

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 83a9612196 Add license header for TestDatasetGraphMap
83a9612196 is described below

commit 83a961219659b39bfa72609eb6edef51107ddf55
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sun Jul 3 18:12:45 2022 +0100

    Add license header for TestDatasetGraphMap
---
 .../apache/jena/sparql/core/TestDatasetGraphMap.java   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/jena-arq/src/test/java/org/apache/jena/sparql/core/TestDatasetGraphMap.java b/jena-arq/src/test/java/org/apache/jena/sparql/core/TestDatasetGraphMap.java
index c5dbefe5af..c4d9d4ff85 100644
--- a/jena-arq/src/test/java/org/apache/jena/sparql/core/TestDatasetGraphMap.java
+++ b/jena-arq/src/test/java/org/apache/jena/sparql/core/TestDatasetGraphMap.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.core;
 
 public class TestDatasetGraphMap extends AbstractDatasetGraphTests {