License header
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/76d91e7d Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/76d91e7d Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/76d91e7d Branch: refs/heads/master Commit: 76d91e7d29bbe9fa707dabc40e9afd1057ac9646 Parents: dc0ab92 Author: ajs6f <[email protected]> Authored: Sun Dec 31 14:29:11 2017 -0500 Committer: ajs6f <[email protected]> Committed: Fri Jan 5 09:32:55 2018 -0500 ---------------------------------------------------------------------- .../jena/query/util/TestDatasetCollector.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/76d91e7d/jena-arq/src/test/java/org/apache/jena/query/util/TestDatasetCollector.java ---------------------------------------------------------------------- diff --git a/jena-arq/src/test/java/org/apache/jena/query/util/TestDatasetCollector.java b/jena-arq/src/test/java/org/apache/jena/query/util/TestDatasetCollector.java index b58cd82..10e24dc 100644 --- a/jena-arq/src/test/java/org/apache/jena/query/util/TestDatasetCollector.java +++ b/jena-arq/src/test/java/org/apache/jena/query/util/TestDatasetCollector.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.query.util; import static org.apache.jena.rdf.model.ModelFactory.createModelForGraph;
