Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 6a3e54856 -> 996c95108


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/996c9510
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/996c9510
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/996c9510

Branch: refs/heads/4.x-HBase-0.98
Commit: 996c951087aad5b61da7e038ebf88f5c7c756ba6
Parents: 6a3e548
Author: maryannxue <wei....@intel.com>
Authored: Tue Aug 25 09:48:33 2015 -0400
Committer: maryannxue <wei....@intel.com>
Committed: Tue Aug 25 09:48:33 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/996c9510/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;

Reply via email to