Repository: hive
Updated Branches:
  refs/heads/master 453c8ed4e -> 0bf831461


Add License Header for HIVE-17144


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0bf83146
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0bf83146
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0bf83146

Branch: refs/heads/master
Commit: 0bf8314613f7525a1621071fa2dd5b7baf87cdfe
Parents: 453c8ed
Author: Daniel Dai <da...@hortonworks.com>
Authored: Thu Aug 3 10:50:27 2017 -0700
Committer: Daniel Dai <da...@hortonworks.com>
Committed: Thu Aug 3 10:50:27 2017 -0700

----------------------------------------------------------------------
 .../apache/hadoop/hive/ql/parse/TestExport.java   | 18 ++++++++++++++++++
 .../hive/ql/parse/repl/dump/io/CopyUtils.java     | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0bf83146/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestExport.java
----------------------------------------------------------------------
diff --git 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestExport.java
 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestExport.java
index 0907b9f..1c7c844 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestExport.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestExport.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.hadoop.hive.ql.parse;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/hive/blob/0bf83146/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/CopyUtils.java
----------------------------------------------------------------------
diff --git 
a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/CopyUtils.java 
b/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/CopyUtils.java
index f20bfaa..0cd3f17 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/CopyUtils.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/CopyUtils.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.hadoop.hive.ql.parse.repl.dump.io;
 
 import org.apache.hadoop.fs.ContentSummary;

Reply via email to