瀏覽代碼

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 年之前
父節點
當前提交
11a740d4aa
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 4 個檔案被更改,包括 13 行新增0 行删除
  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 查看文件

@@ -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 # These are supported funding model platforms




+ 4
- 0
.github/dependabot.yaml 查看文件

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

--- ---
version: 2 version: 2
updates: updates:


+ 4
- 0
.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 name: Matrix CI




+ 1
- 0
REUSE.toml 查看文件

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


Loading…
取消
儲存