This is an automated email from the ASF dual-hosted git repository.

bugraoz pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 7a9861b034e [v3-1-test] Fix SPDX licence to move URL to separate line 
(#62145) (#62168)
7a9861b034e is described below

commit 7a9861b034e79813e96e5c760dbcc34c4a7431df
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 18:40:19 2026 +0100

    [v3-1-test] Fix SPDX licence to move URL to separate line (#62145) (#62168)
    
    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.
    (cherry picked from commit e8c261fb6065dbf3b9659c4a9ec55338b6c7b806)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .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 b978a185cdb..54a2d7e758a 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 -->

Reply via email to