This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new ba5dbb8  Add the ASF headers
ba5dbb8 is described below

commit ba5dbb8473d1e62475b14c274b841df5a2189043
Author: Jia Yu <[email protected]>
AuthorDate: Thu Dec 31 13:25:41 2020 -0800

    Add the ASF headers
---
 .../src/main/scala/ScalaExample.scala                 | 19 +++++++++++++++++++
 examples/sql/src/main/scala/ScalaExample.scala        | 19 +++++++++++++++++++
 examples/viz/src/main/scala/ScalaExample.scala        | 19 +++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/examples/rdd-colocation-mining/src/main/scala/ScalaExample.scala 
b/examples/rdd-colocation-mining/src/main/scala/ScalaExample.scala
index e35011a..05b2ac3 100644
--- a/examples/rdd-colocation-mining/src/main/scala/ScalaExample.scala
+++ b/examples/rdd-colocation-mining/src/main/scala/ScalaExample.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.awt.Color
 import org.apache.log4j.{Level, Logger}
 import org.apache.sedona.core.enums.{GridType, IndexType}
diff --git a/examples/sql/src/main/scala/ScalaExample.scala 
b/examples/sql/src/main/scala/ScalaExample.scala
index ed5b4f2..ae8fc86 100644
--- a/examples/sql/src/main/scala/ScalaExample.scala
+++ b/examples/sql/src/main/scala/ScalaExample.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.apache.log4j.{Level, Logger}
 import org.apache.sedona.core.formatMapper.shapefileParser.ShapefileReader
 import org.apache.sedona.core.spatialRDD.SpatialRDD
diff --git a/examples/viz/src/main/scala/ScalaExample.scala 
b/examples/viz/src/main/scala/ScalaExample.scala
index beacffd..9cac4f2 100644
--- a/examples/viz/src/main/scala/ScalaExample.scala
+++ b/examples/viz/src/main/scala/ScalaExample.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.apache.log4j.{Level, Logger}
 import org.apache.sedona.core.enums.{FileDataSplitter, GridType, IndexType}
 import org.apache.sedona.core.formatMapper.EarthdataHDFPointMapper

Reply via email to