add license header git-svn-id: http://svn.apache.org/repos/asf/jena/Experimental/jena-csv@1614862 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/4522c995 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/4522c995 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/4522c995 Branch: refs/heads/master Commit: 4522c99500b22b11c6be737bef493f6478cd2501 Parents: 9bc28c3 Author: Ying Jiang <[email protected]> Authored: Thu Jul 31 11:33:19 2014 +0000 Committer: Ying Jiang <[email protected]> Committed: Thu Jul 31 11:33:19 2014 +0000 ---------------------------------------------------------------------- .../impl/PropertyTableArrayImpl.java | 18 ++++++++++++++++++ .../jena/propertytable/impl/GraphCSVTest.java | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/4522c995/src/main/java/org/apache/jena/propertytable/impl/PropertyTableArrayImpl.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/jena/propertytable/impl/PropertyTableArrayImpl.java b/src/main/java/org/apache/jena/propertytable/impl/PropertyTableArrayImpl.java index fb4fe57..1c3bbd1 100644 --- a/src/main/java/org/apache/jena/propertytable/impl/PropertyTableArrayImpl.java +++ b/src/main/java/org/apache/jena/propertytable/impl/PropertyTableArrayImpl.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.propertytable.impl; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/jena/blob/4522c995/src/test/java/org/apache/jena/propertytable/impl/GraphCSVTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/jena/propertytable/impl/GraphCSVTest.java b/src/test/java/org/apache/jena/propertytable/impl/GraphCSVTest.java index 739e5b5..04634c7 100644 --- a/src/test/java/org/apache/jena/propertytable/impl/GraphCSVTest.java +++ b/src/test/java/org/apache/jena/propertytable/impl/GraphCSVTest.java @@ -1,4 +1,3 @@ -package org.apache.jena.propertytable.impl; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -17,6 +16,8 @@ package org.apache.jena.propertytable.impl; * limitations under the License. */ +package org.apache.jena.propertytable.impl; + import org.junit.Assert; import org.junit.Test;
