From 810cf16039b62bc7313ee35c897cba1c2607024b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sat, 2 Mar 2024 18:36:04 +0100 Subject: [PATCH] Add SPDX header to github actions Signed-off-by: Andy Scherzinger --- .github/workflows/autoApproveDependabot.yml | 3 +++ .github/workflows/gradle-wrapper-validation.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/autoApproveDependabot.yml b/.github/workflows/autoApproveDependabot.yml index b07e9064..6db28e7c 100644 --- a/.github/workflows/autoApproveDependabot.yml +++ b/.github/workflows/autoApproveDependabot.yml @@ -1,3 +1,6 @@ + * SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2020 Tobias Kaminsky + * SPDX-License-Identifier: GPL-3.0-or-later name: Dependabot on: pull_request_target diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 87c26f04..f89f53f6 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -1,3 +1,6 @@ + * SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2022 Unpublished + * SPDX-License-Identifier: GPL-3.0-or-later name: "Validate Gradle Wrapper" on: