Procházet zdrojové kódy

Setting up REUSE: add copyright statements to files in .github/

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara před 1 rokem
rodič
revize
11a740d4aa
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
4 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. +4
    -0
      .github/FUNDING.yml
  2. +4
    -0
      .github/dependabot.yaml
  3. +4
    -0
      .github/workflows/matrix.yml
  4. +1
    -0
      REUSE.toml

+ 4
- 0
.github/FUNDING.yml Zobrazit soubor

@@ -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



+ 4
- 0
.github/dependabot.yaml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
version: 2
updates:


+ 4
- 0
.github/workflows/matrix.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
name: Matrix CI



+ 1
- 0
REUSE.toml Zobrazit soubor

@@ -7,6 +7,7 @@ version = 1
# Computer-generated files
[[annotations]]
path = [
".github/renovate.json",
"flake.lock",
"flake.nix",
"poetry.lock",


Načítá se…
Zrušit
Uložit