You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2016/11/04 22:14:04 UTC

[37/50] [abbrv] phoenix git commit: Add missing Apache license

Add missing Apache license


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

Branch: refs/heads/encodecolumns2
Commit: eedb2b4d94c86b50cd0ecd249c3f17573eaf9e4a
Parents: dcebfc2
Author: Mujtaba <mu...@apache.org>
Authored: Wed Nov 2 15:54:53 2016 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Wed Nov 2 15:54:53 2016 -0700

----------------------------------------------------------------------
 .../hive/query/PhoenixQueryBuilderTest.java        | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/eedb2b4d/phoenix-hive/src/test/java/org/apache/phoenix/hive/query/PhoenixQueryBuilderTest.java
----------------------------------------------------------------------
diff --git a/phoenix-hive/src/test/java/org/apache/phoenix/hive/query/PhoenixQueryBuilderTest.java b/phoenix-hive/src/test/java/org/apache/phoenix/hive/query/PhoenixQueryBuilderTest.java
index 7f1a7c3..920e8cf 100644
--- a/phoenix-hive/src/test/java/org/apache/phoenix/hive/query/PhoenixQueryBuilderTest.java
+++ b/phoenix-hive/src/test/java/org/apache/phoenix/hive/query/PhoenixQueryBuilderTest.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.hive.query;
 
 import com.google.common.collect.Lists;