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/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 07273efb80 [DOCS] Add missing license headers (#2340)
07273efb80 is described below

commit 07273efb80cce71f8935ac9efc17ef6f05e7d75d
Author: Jia Yu <ji...@apache.org>
AuthorDate: Sun Sep 7 00:22:07 2025 -0700

    [DOCS] Add missing license headers (#2340)
---
 python/sedona/doc/Makefile                     | 17 +++++++++++++++++
 scripts/pre-commit/check_makefiles_for_tabs.sh | 18 ++++++++++++++++++
 shade-proto/pom.xml                            | 19 ++++++++++++++++++-
 3 files changed, 53 insertions(+), 1 deletion(-)

diff --git a/python/sedona/doc/Makefile b/python/sedona/doc/Makefile
index d4bb2cbb9e..2d449559c2 100644
--- a/python/sedona/doc/Makefile
+++ b/python/sedona/doc/Makefile
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 # Minimal makefile for Sphinx documentation
 #
 
diff --git a/scripts/pre-commit/check_makefiles_for_tabs.sh 
b/scripts/pre-commit/check_makefiles_for_tabs.sh
index b5d30f5d06..551d0a2269 100755
--- a/scripts/pre-commit/check_makefiles_for_tabs.sh
+++ b/scripts/pre-commit/check_makefiles_for_tabs.sh
@@ -1,4 +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.
+#
+
 # check_makefiles_for_tabs.sh
 
 # Iterate over all files passed as arguments by pre-commit
diff --git a/shade-proto/pom.xml b/shade-proto/pom.xml
index fea3709926..67ce66c3b4 100644
--- a/shade-proto/pom.xml
+++ b/shade-proto/pom.xml
@@ -1,4 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>

Reply via email to