Adding license headers
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/516d0c2b Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/516d0c2b Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/516d0c2b Branch: refs/heads/master Commit: 516d0c2b1a3beb8441778aab9ad8b109c821a172 Parents: dbb5c6d Author: ajs6f <[email protected]> Authored: Fri Dec 29 10:13:04 2017 -0500 Committer: ajs6f <[email protected]> Committed: Fri Jan 5 09:26:07 2018 -0500 ---------------------------------------------------------------------- .../java/org/apache/jena/util/ModelCollector.java | 18 ++++++++++++++++++ .../org/apache/jena/util/TestModelCollector.java | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/516d0c2b/jena-core/src/main/java/org/apache/jena/util/ModelCollector.java ---------------------------------------------------------------------- diff --git a/jena-core/src/main/java/org/apache/jena/util/ModelCollector.java b/jena-core/src/main/java/org/apache/jena/util/ModelCollector.java index aaa82f3..adeed0c 100644 --- a/jena-core/src/main/java/org/apache/jena/util/ModelCollector.java +++ b/jena-core/src/main/java/org/apache/jena/util/ModelCollector.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.util; import java.util.function.BiConsumer; http://git-wip-us.apache.org/repos/asf/jena/blob/516d0c2b/jena-core/src/test/java/org/apache/jena/util/TestModelCollector.java ---------------------------------------------------------------------- diff --git a/jena-core/src/test/java/org/apache/jena/util/TestModelCollector.java b/jena-core/src/test/java/org/apache/jena/util/TestModelCollector.java index 157b6ba..33fe10c 100644 --- a/jena-core/src/test/java/org/apache/jena/util/TestModelCollector.java +++ b/jena-core/src/test/java/org/apache/jena/util/TestModelCollector.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.util; import static java.util.Collections.singleton;
