瀏覽代碼

Setting up REUSE: add REUSE.toml

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara 1 年之前
父節點
當前提交
c737ed0612
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 1 個檔案被更改,包括 19 行新增0 行删除
  1. +19
    -0
      REUSE.toml

+ 19
- 0
REUSE.toml 查看文件

@@ -0,0 +1,19 @@
version = 1

# Computer-generated files
[[annotations]]
path = [
"flake.lock",
"flake.nix",
"poetry.lock",
"requirements.yml",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "AGPL-3.0-or-later"

# https://reuse.software/faq/#aggregate-info
[[annotations]]
path = ["i18n/**/*.po"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

Loading…
取消
儲存