This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e8c261fb606 Fix SPDX licence to move URL to separate line (#62145)
e8c261fb606 is described below
commit e8c261fb6065dbf3b9659c4a9ec55338b6c7b806
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Feb 19 13:43:10 2026 +0100
Fix SPDX licence to move URL to separate line (#62145)
The SPDX licence should not have any extra characters after the
specification, moving the URL to a separate line is better in
context of automated parsers.
---
.github/PULL_REQUEST_TEMPLATE.md | 4 +++-
.github/SECURITY.md | 3 ++-
AGENTS.md | 4 +++-
scripts/ci/license-templates/SHORT_LICENSE.md | 3 ++-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 65e2cb3ea68..3536ffd1e94 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,6 @@
-<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
+ <!-- SPDX-License-Identifier: Apache-2.0
+ https://www.apache.org/licenses/LICENSE-2.0 -->
+
<!--
Thank you for contributing!
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
index bff00e33dd9..8db6f2a98d7 100644
--- a/.github/SECURITY.md
+++ b/.github/SECURITY.md
@@ -1,4 +1,5 @@
-<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
+ <!-- SPDX-License-Identifier: Apache-2.0
+ https://www.apache.org/licenses/LICENSE-2.0 -->
<!-- START doctoc generated TOC please keep comment here to allow auto update
-->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
diff --git a/AGENTS.md b/AGENTS.md
index e57c76e81c9..8a6c3050062 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,4 +1,6 @@
-<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
+ <!-- SPDX-License-Identifier: Apache-2.0
+ https://www.apache.org/licenses/LICENSE-2.0 -->
+
# AGENTS instructions
The main developer documentation lives in the `contributing-docs` directory.
The following points summarise
diff --git a/scripts/ci/license-templates/SHORT_LICENSE.md
b/scripts/ci/license-templates/SHORT_LICENSE.md
index 00f6fac8f36..f7e12815e3d 100644
--- a/scripts/ci/license-templates/SHORT_LICENSE.md
+++ b/scripts/ci/license-templates/SHORT_LICENSE.md
@@ -1 +1,2 @@
-<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- SPDX-License-Identifier: Apache-2.0
+ https://www.apache.org/licenses/LICENSE-2.0 -->