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 caafcf8174 [CI] pre-commit auto add license header to CITATION file
(#2670)
caafcf8174 is described below
commit caafcf8174b41bbeb17066f27eabd709266586db
Author: John Bampton <[email protected]>
AuthorDate: Tue Feb 24 17:38:05 2026 +1000
[CI] pre-commit auto add license header to CITATION file (#2670)
---
.pre-commit-config.yaml | 3 ++-
CITATION.cff | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 79220fe987..ceefb94ba8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -254,7 +254,8 @@ repos:
\.github/linters/\.shellcheckrc|
\.github/CODEOWNERS|
.*/\.gitignore|
- tools/maven/scalafmt\.conf
+ tools/maven/scalafmt\.conf|
+ CITATION\.cff
)$
args:
- --comment-style
diff --git a/CITATION.cff b/CITATION.cff
index e360ef6e85..30e7d8e32b 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -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.
+
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software