Repository: incubator-hawq
Updated Branches:
  refs/heads/master a5e72f4cc -> 676eb828c


HAWQ-1105. Add license header to files


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/676eb828
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/676eb828
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/676eb828

Branch: refs/heads/master
Commit: 676eb828ce06db8b46dacb7307df233ae9ae9918
Parents: a5e72f4
Author: Kavinder Dhaliwal <kavind...@gmail.com>
Authored: Fri Oct 14 09:00:56 2016 -0700
Committer: Kavinder Dhaliwal <kavind...@gmail.com>
Committed: Fri Oct 14 09:00:56 2016 -0700

----------------------------------------------------------------------
 .../org/apache/hawq/pxf/api/LogicalFilter.java   | 18 ++++++++++++++++++
 .../plugins/hbase/HBaseFilterBuilderTest.java    | 19 +++++++++++++++++++
 2 files changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/676eb828/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/LogicalFilter.java
----------------------------------------------------------------------
diff --git 
a/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/LogicalFilter.java 
b/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/LogicalFilter.java
index d7e570e..c86db0c 100644
--- a/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/LogicalFilter.java
+++ b/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/LogicalFilter.java
@@ -1,5 +1,23 @@
 package org.apache.hawq.pxf.api;
 
+/*
+ * 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.
+ */
 
 import java.util.List;
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/676eb828/pxf/pxf-hbase/src/test/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilderTest.java
----------------------------------------------------------------------
diff --git 
a/pxf/pxf-hbase/src/test/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilderTest.java
 
b/pxf/pxf-hbase/src/test/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilderTest.java
index d8f270c..6860563 100644
--- 
a/pxf/pxf-hbase/src/test/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilderTest.java
+++ 
b/pxf/pxf-hbase/src/test/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilderTest.java
@@ -1,5 +1,24 @@
 package org.apache.hawq.pxf.plugins.hbase;
 
+/*
+ * 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.
+ */
+
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;

Reply via email to