Add SPDX header to github actions

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-02 18:36:04 +01:00
Родитель e8abca4d33
Коммит 810cf16039
2 изменённых файлов: 6 добавлений и 0 удалений

3
.github/workflows/autoApproveDependabot.yml поставляемый
Просмотреть файл

@ -1,3 +1,6 @@
* SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias@kaminsky.me>
* SPDX-License-Identifier: GPL-3.0-or-later
name: Dependabot
on: pull_request_target

Просмотреть файл

@ -1,3 +1,6 @@
* SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2022 Unpublished <unpublished@users.noreply.github.com>
* SPDX-License-Identifier: GPL-3.0-or-later
name: "Validate Gradle Wrapper"
on: