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 3613a75  Fix copyright issues (#594)
3613a75 is described below

commit 3613a756d6e9a50fd2cb7cb0484e654249440598
Author: Jia Yu <[email protected]>
AuthorDate: Wed Mar 23 02:21:11 2022 -0700

    Fix copyright issues (#594)
---
 .github/workflows/scripts/install_r_deps.sh           | 17 +++++++++++++++++
 .../scripts/install_system_deps_for_r_build.sh        | 17 +++++++++++++++++
 .../scripts/prepare_sparklyr_sedona_test_env.sh       | 19 +++++++++++++++++++
 NOTICE                                                |  9 ++++++++-
 4 files changed, 61 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/scripts/install_r_deps.sh 
b/.github/workflows/scripts/install_r_deps.sh
index 5bc021a..9d09f0e 100644
--- a/.github/workflows/scripts/install_r_deps.sh
+++ b/.github/workflows/scripts/install_r_deps.sh
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+#
+# 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.
+#
+
 set -efux -o pipefail
 
 TEST_DEPS="testthat"
diff --git a/.github/workflows/scripts/install_system_deps_for_r_build.sh 
b/.github/workflows/scripts/install_system_deps_for_r_build.sh
index 61ae66e..467e17a 100644
--- a/.github/workflows/scripts/install_system_deps_for_r_build.sh
+++ b/.github/workflows/scripts/install_system_deps_for_r_build.sh
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+#
+# 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.
+#
+
 set -efux -o pipefail
 
 sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libcurl4-openssl-dev
diff --git a/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh 
b/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh
index af2b907..7a25f0e 100644
--- a/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh
+++ b/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh
@@ -1,3 +1,22 @@
+#!/bin/bash
+
+#
+# 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.
+#
+
 sedona_jar_files () {
   local subdir
   for subdir in 'core' 'sql' 'viz'; do
diff --git a/NOTICE b/NOTICE
index 2df8e39..a1ed253 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,12 @@
 Apache Sedona (incubating)
-Copyright 2015-2021 The Apache Software Foundation
+Copyright 2020 and onwards The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
+
+
+
+GeoSpark development team
+Copyright 2015-2020
+
+This product was derived from the GeoSpark project.
\ No newline at end of file

Reply via email to