diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd82fb4..797ceb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,6 +71,7 @@ repos: rev: v3.1.0a1 hooks: - id: reuse + exclude: ^.cache\/.*$ - repo: https://github.com/rbubley/mirrors-prettier rev: "v3.2.5" diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 1804d88..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: mikaela.github.io -Upstream-Contact: Aminda Suomalainen -Source: https://github.com/Mikaela/mikaela.github.io - -Files: * -Copyright: 2014 Aminda Suomalainen -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..429d04f --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,7 @@ +version = 1 + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2014 Aminda Suomalainen " +SPDX-License-Identifier = "CC-BY-4.0"