This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch header in repository https://gitbox.apache.org/repos/asf/sedona.git
commit b3ef85c53ee36bfe18d391efdea665f77d6340e3 Author: Jia Yu <[email protected]> AuthorDate: Tue Jun 3 15:38:04 2025 -0700 [DOCS] Add missing Apache file headers --- 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
