diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc7fee38..b4af3b2e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -117,7 +117,7 @@ repos: # Easierish licensing when attempting reuse compliancy - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.2 + rev: v3.1.0a1 hooks: - id: reuse diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index f49503ff..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: shell-things -Upstream-Contact: Aminda Suomalainen -Source: https://gitea.blesmrt.net/Mikaela/shell-things - -Files: * -Copyright: 2011 Aminda Suomalainen -License: BSD-3-Clause diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..1c2edaf2 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,7 @@ +version = 1 + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2011 Aminda Suomalainen " +SPDX-License-Identifier = "BSD-3-Clause"