From 11a740d4aa22a32326296d95b9d6d37761777df6 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 7 Dec 2024 18:38:54 +0900 Subject: [PATCH] Setting up REUSE: add copyright statements to files in .github/ Signed-off-by: Suguru Hirahara --- .github/FUNDING.yml | 4 ++++ .github/dependabot.yaml | 4 ++++ .github/workflows/matrix.yml | 4 ++++ REUSE.toml | 1 + 4 files changed, 13 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 463b7cd47..be7f82812 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 MDAD Team and contributors +# +# SPDX-License-Identifier: AGPL-3.0-or-later + --- # These are supported funding model platforms diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b9c3cd49d..5039f9900 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 MDAD Team and contributors +# +# SPDX-License-Identifier: AGPL-3.0-or-later + --- version: 2 updates: diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index de1455688..9930fbb22 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 MDAD Team and contributors +# +# SPDX-License-Identifier: AGPL-3.0-or-later + --- name: Matrix CI diff --git a/REUSE.toml b/REUSE.toml index 36b5f3cf8..ef1f46ac4 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -7,6 +7,7 @@ version = 1 # Computer-generated files [[annotations]] path = [ + ".github/renovate.json", "flake.lock", "flake.nix", "poetry.lock",