Adding license header
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/dbb5c6d2 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/dbb5c6d2 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/dbb5c6d2 Branch: refs/heads/master Commit: dbb5c6d2fb214948d3763fb1537c522646d3ee6d Parents: 7cd63e3 Author: ajs6f <[email protected]> Authored: Fri Dec 29 10:08:26 2017 -0500 Committer: ajs6f <[email protected]> Committed: Fri Jan 5 09:26:07 2018 -0500 ---------------------------------------------------------------------- .../jena/atlas/lib/IdentityFinishCollector.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/dbb5c6d2/jena-base/src/main/java/org/apache/jena/atlas/lib/IdentityFinishCollector.java ---------------------------------------------------------------------- diff --git a/jena-base/src/main/java/org/apache/jena/atlas/lib/IdentityFinishCollector.java b/jena-base/src/main/java/org/apache/jena/atlas/lib/IdentityFinishCollector.java index 6d9fc47..790df23 100644 --- a/jena-base/src/main/java/org/apache/jena/atlas/lib/IdentityFinishCollector.java +++ b/jena-base/src/main/java/org/apache/jena/atlas/lib/IdentityFinishCollector.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.atlas.lib; import static java.util.stream.Collector.Characteristics.CONCURRENT;
