Repository: commons-rdf Updated Branches: refs/heads/master 69264f16b -> 5e2430ff9
COMMONSRDF-54: Added ASF header Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/5e2430ff Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/5e2430ff Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/5e2430ff Branch: refs/heads/master Commit: 5e2430ff91a173cc0b4e175342383e039b044bd8 Parents: 69264f1 Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Jan 27 16:08:28 2017 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Jan 27 16:08:28 2017 +0000 ---------------------------------------------------------------------- .../rdf/rdf4j/RDF4JMethodOverloadsTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/5e2430ff/rdf4j/src/test/java/org/apache/commons/rdf/rdf4j/RDF4JMethodOverloadsTest.java ---------------------------------------------------------------------- diff --git a/rdf4j/src/test/java/org/apache/commons/rdf/rdf4j/RDF4JMethodOverloadsTest.java b/rdf4j/src/test/java/org/apache/commons/rdf/rdf4j/RDF4JMethodOverloadsTest.java index eb6b5e9..10762e8 100644 --- a/rdf4j/src/test/java/org/apache/commons/rdf/rdf4j/RDF4JMethodOverloadsTest.java +++ b/rdf4j/src/test/java/org/apache/commons/rdf/rdf4j/RDF4JMethodOverloadsTest.java @@ -1,3 +1,20 @@ +/** + * 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.commons.rdf.rdf4j; import org.eclipse.rdf4j.model.BNode;
