This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch fix-SPDX-licence in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 305b04d69f149abfa0b90a7201965662e63edb4b Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Feb 18 21:13:02 2026 +0100 Fix SPDX licence to move URL to separate line 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 -->
