From 101e90f60788e904206cd8a5d7f00a2bad0e3b85 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 22 Mar 2024 16:10:30 +0100 Subject: [PATCH] Add SPDX license headers to GitHub workflow files This commit adds SPDX license headers to GitHub workflow files: scorecards.yml, dependency-review.yml, and dependabot.yml. This ensures that the license and copyright information is easily available for everyone to see. --- .github/dependabot.yml | 4 ++++ .github/workflows/dependency-review.yml | 4 ++++ .github/workflows/scorecards.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26da661..c29d473 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors +# +# SPDX-License-Identifier: CC0-1.0 + version: 2 updates: - package-ecosystem: github-actions diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3f34562..0b2622e 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors +# +# SPDX-License-Identifier: CC0-1.0 + # Dependency Review Action # # This Action will scan dependency manifest files that change as part of a Pull Request, diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b4c4e07..310b0f2 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors +# +# SPDX-License-Identifier: CC0-1.0 + # This workflow uses actions that are not certified by GitHub. They are provided # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation.