Browse Source
Setting up REUSE: add copyright statements to files in .github/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara
1 year ago
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
4 changed files with
13 additions and
0 deletions
-
.github/FUNDING.yml
-
.github/dependabot.yaml
-
.github/workflows/matrix.yml
-
REUSE.toml
|
|
|
@@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
version: 2 |
|
|
|
updates: |
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
name: Matrix CI |
|
|
|
|
|
|
|
|
|
|
|
@@ -7,6 +7,7 @@ version = 1 |
|
|
|
# Computer-generated files |
|
|
|
[[annotations]] |
|
|
|
path = [ |
|
|
|
".github/renovate.json", |
|
|
|
"flake.lock", |
|
|
|
"flake.nix", |
|
|
|
"poetry.lock", |
|
|
|
|