Repository: sqoop Updated Branches: refs/heads/sqoop2 028906220 -> a78adb468
SQOOP-1893: add license header to TestSqoopIDFUtils (Veena Basavaraj via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/a78adb46 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/a78adb46 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/a78adb46 Branch: refs/heads/sqoop2 Commit: a78adb468a80b97a07e7ef7716429e104d6c5be6 Parents: 0289062 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sat Dec 13 11:39:35 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sat Dec 13 11:39:35 2014 -0800 ---------------------------------------------------------------------- .../sqoop/connector/common/TestSqoopIDFUtils.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/a78adb46/connector/connector-sdk/src/test/java/org/apache/sqoop/connector/common/TestSqoopIDFUtils.java ---------------------------------------------------------------------- diff --git a/connector/connector-sdk/src/test/java/org/apache/sqoop/connector/common/TestSqoopIDFUtils.java b/connector/connector-sdk/src/test/java/org/apache/sqoop/connector/common/TestSqoopIDFUtils.java index 0dde2e7..e9108b0 100644 --- a/connector/connector-sdk/src/test/java/org/apache/sqoop/connector/common/TestSqoopIDFUtils.java +++ b/connector/connector-sdk/src/test/java/org/apache/sqoop/connector/common/TestSqoopIDFUtils.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.sqoop.connector.common; import static org.junit.Assert.*;
