You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2019/09/20 20:49:29 UTC

[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5463: AndExpressionTest and OrExpressionTest lack Apache licenses

This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
     new 8809f21  PHOENIX-5463: AndExpressionTest and OrExpressionTest lack Apache licenses
8809f21 is described below

commit 8809f21b033d06c6f0b150c56d43106ecf5d6ce1
Author: Chinmay Kulkarni <ch...@gmail.com>
AuthorDate: Fri Sep 20 11:57:19 2019 -0700

    PHOENIX-5463: AndExpressionTest and OrExpressionTest lack Apache licenses
    
    Signed-off-by: Chinmay Kulkarni <ch...@gmail.com>
---
 .../apache/phoenix/expression/AndExpressionTest.java    | 17 +++++++++++++++++
 .../org/apache/phoenix/expression/OrExpressionTest.java | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/phoenix-core/src/test/java/org/apache/phoenix/expression/AndExpressionTest.java b/phoenix-core/src/test/java/org/apache/phoenix/expression/AndExpressionTest.java
index a8f1529..a223a19 100644
--- a/phoenix-core/src/test/java/org/apache/phoenix/expression/AndExpressionTest.java
+++ b/phoenix-core/src/test/java/org/apache/phoenix/expression/AndExpressionTest.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.phoenix.expression;
 
 import org.apache.hadoop.hbase.Cell;
diff --git a/phoenix-core/src/test/java/org/apache/phoenix/expression/OrExpressionTest.java b/phoenix-core/src/test/java/org/apache/phoenix/expression/OrExpressionTest.java
index 7ab7a6d..6d827da 100644
--- a/phoenix-core/src/test/java/org/apache/phoenix/expression/OrExpressionTest.java
+++ b/phoenix-core/src/test/java/org/apache/phoenix/expression/OrExpressionTest.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.phoenix.expression;
 
 import org.apache.hadoop.hbase.Cell;