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 dc3bdf0d6e [DOCS] Add missing Apache file headers (#1971)
dc3bdf0d6e is described below
commit dc3bdf0d6e7923b2c0cd3b5a1d836b4dcc44228e
Author: Jia Yu <[email protected]>
AuthorDate: Tue Jun 3 16:00:51 2025 -0700
[DOCS] Add missing Apache file headers (#1971)
---
docker/docs/Dockerfile | 17 +++++++++++++++++
docker/zeppelin/update-zeppelin-interpreter.sh | 17 +++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/docker/docs/Dockerfile b/docker/docs/Dockerfile
index a97ae8d226..4c998211cc 100644
--- a/docker/docs/Dockerfile
+++ b/docker/docs/Dockerfile
@@ -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.
+
FROM squidfunk/mkdocs-material:9.6
RUN apk update
diff --git a/docker/zeppelin/update-zeppelin-interpreter.sh
b/docker/zeppelin/update-zeppelin-interpreter.sh
index b6161c3742..2ae3372013 100755
--- a/docker/zeppelin/update-zeppelin-interpreter.sh
+++ b/docker/zeppelin/update-zeppelin-interpreter.sh
@@ -1,5 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
+
apt-get install -y jq
# Find the latest Sedona and GeoTools JARs