[BAHIR-43] Add Apache License header file

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

Branch: refs/heads/master
Commit: 95633de6741ddf757cc4964425463a972e1b4cbe
Parents: c98dd0f
Author: Luciano Resende <[email protected]>
Authored: Sat Aug 6 12:11:34 2016 +0300
Committer: Luciano Resende <[email protected]>
Committed: Sat Aug 6 12:36:29 2016 +0300

----------------------------------------------------------------------
 pom.xml                                            |  1 -
 ...org.apache.spark.sql.sources.DataSourceRegister | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/95633de6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 644f4f0..81b8187 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,6 @@
               <exclude>.settings</exclude>
               <exclude>.classpath</exclude>
               <exclude>.project</exclude>
-              <exclude>**/META-INF/**</exclude>
               <exclude>**/dependency-reduced-pom.xml</exclude>
               <exclude>**/target/**</exclude>
               <exclude>**/README.md</exclude>

http://git-wip-us.apache.org/repos/asf/bahir/blob/95633de6/sql-streaming-mqtt/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
----------------------------------------------------------------------
diff --git 
a/sql-streaming-mqtt/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
 
b/sql-streaming-mqtt/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
index 1389e16..634bc2f 100644
--- 
a/sql-streaming-mqtt/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
+++ 
b/sql-streaming-mqtt/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 org.apache.bahir.sql.streaming.mqtt.MQTTStreamSourceProvider
\ No newline at end of file

Reply via email to