From 8d4b4955f38abc20bd208718f768c52e3b1ab306 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 09:42:48 +0300 Subject: [PATCH] fix reuse deprecation warning and gitlab-ci error --- .pre-commit-config.yaml | 1 + .reuse/dep5 | 8 -------- REUSE.toml | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml 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"