diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0608f7e..452c1a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: # Check REUSE compliance # https://reuse.software/ - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.2 + rev: v4.0.3 hooks: - id: reuse diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 06bad2d..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,10 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: 《自由知識協作平台》主題範本 -Upstream-Contact: Issues · libre-knowledge/subject-template -Source: https://gitlab.com/libre-knowledge/subject-template - -Files: - *README.md - */README.md -Copyright: Copyright 2024 自由知識協作平台貢獻者 -License: CC-BY-SA-4.0+ OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..4d6a063 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,19 @@ +# REUSE licensing information association file +# +# References: +# +# * REUSE.toml | REUSE Specification – Version 3.2 | REUSE +# https://reuse.software/spec-3.2/#reusetoml +# +# Copyright 2024 林博仁(Buo-ren Lin) +# SPDX-License-Identifier: CC-BY-SA-4.0+ OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects + +version = 1 + +[[annotations]] +path = [ + "*.README.md", + "**/README.md" +] +SPDX-FileCopyrightText = '2024 自由知識協作平台貢獻者 ' +SPDX-License-Identifier = 'CC-BY-SA-4.0+ OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects'