You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vg...@apache.org on 2018/04/09 21:34:59 UTC

hive git commit: HIVE-19134: Update copyright NOTICE and fix rat check failures (Vineet Garg, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master d589ee755 -> 2d3a41045


HIVE-19134: Update copyright NOTICE and fix rat check failures (Vineet Garg, reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/master
Commit: 2d3a410451626b32b60ce8edaa0d8d00d951c7d0
Parents: d589ee7
Author: Vineet Garg <vg...@apache.org>
Authored: Mon Apr 9 14:34:29 2018 -0700
Committer: Vineet Garg <vg...@apache.org>
Committed: Mon Apr 9 14:34:29 2018 -0700

----------------------------------------------------------------------
 NOTICE                                            |  2 +-
 .../hadoop/hive/ql/TestTxnAddPartition.java       | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/2d3a4104/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 0235613..d018205 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Hive
-Copyright 2008-2016 The Apache Software Foundation
+Copyright 2008-2018 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/hive/blob/2d3a4104/ql/src/test/org/apache/hadoop/hive/ql/TestTxnAddPartition.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnAddPartition.java b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnAddPartition.java
index 901b5db..c821365 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnAddPartition.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnAddPartition.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;
 
 import org.apache.hadoop.fs.FileStatus;