Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 e2a19898f -> e0ed3e34c


PHOENIX-3878 Add license headers missed in PHOENIX-3572

Signed-off-by: gjacoby <gjac...@apache.org>


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

Branch: refs/heads/4.x-HBase-1.1
Commit: e0ed3e34c0a353e5aac39fa3e5ca93ca9b83048a
Parents: e2a1989
Author: Biju Nair <gs.b...@gmail.com>
Authored: Tue May 23 15:48:43 2017 -0400
Committer: gjacoby <gjac...@apache.org>
Committed: Tue May 23 16:45:56 2017 -0700

----------------------------------------------------------------------
 .../apache/phoenix/execute/CursorFetchPlan.java   | 18 ++++++++++++++++++
 .../java/org/apache/phoenix/parse/CursorName.java | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e0ed3e34/phoenix-core/src/main/java/org/apache/phoenix/execute/CursorFetchPlan.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/execute/CursorFetchPlan.java 
b/phoenix-core/src/main/java/org/apache/phoenix/execute/CursorFetchPlan.java
index aaea13e..cf0a3cf 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/execute/CursorFetchPlan.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/execute/CursorFetchPlan.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.phoenix.execute;
 
 import java.sql.SQLException;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/e0ed3e34/phoenix-core/src/main/java/org/apache/phoenix/parse/CursorName.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/parse/CursorName.java 
b/phoenix-core/src/main/java/org/apache/phoenix/parse/CursorName.java
index 5b9de76..737573c 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/parse/CursorName.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/parse/CursorName.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.phoenix.parse;
 
 import org.apache.phoenix.util.SchemaUtil;

Reply via email to