You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/08/25 15:46:28 UTC

phoenix git commit: Add Apache license header

Repository: phoenix
Updated Branches:
  refs/heads/master 8a983243f -> 80f3e9f18


Add Apache license header


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

Branch: refs/heads/master
Commit: 80f3e9f18030c7b7c769631267f026009f14ad35
Parents: 8a98324
Author: maryannxue <we...@intel.com>
Authored: Tue Aug 25 09:46:19 2015 -0400
Committer: maryannxue <we...@intel.com>
Committed: Tue Aug 25 09:46:19 2015 -0400

----------------------------------------------------------------------
 .../apache/phoenix/expression/NullValueTest.java   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/80f3e9f1/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java b/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
index e46c80c..b8178b0 100644
--- a/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
+++ b/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.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 static org.apache.phoenix.util.TestUtil.TEST_PROPERTIES;