From 6de6706e8390a574995710647b4ee7ca63dee59a Mon Sep 17 00:00:00 2001 From: Laurynas Jagutis Date: Mon, 18 Nov 2024 16:37:57 +0100 Subject: [PATCH] fix reuse Signed-off-by: Laurynas Jagutis --- .pre-commit-config.yaml | 2 +- .reuse/dep5 | 8 -------- REUSE.toml | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b16f96..c956392 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.2 + rev: v4.0.0 hooks: - id: reuse - repo: https://github.com/pycqa/isort diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 6dbe0fa..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: power-grid-model -Upstream-Contact: Power Grid Model project -Source: https://github.com/PowerGridModel/power-grid-model - -Files: ./* -Copyright: Contributors to the Power Grid Model project -License: MPL-2.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..1097f0d --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project +# +# SPDX-License-Identifier: MPL-2.0 + +version = 1 +SPDX-PackageName = "power-grid-model" +SPDX-PackageSupplier = "Power Grid Model project " +SPDX-PackageDownloadLocation = "https://github.com/PowerGridModel/power-grid-model" + +[[annotations]] +path = "./**" +precedence = "aggregate" +SPDX-FileCopyrightText = "Contributors to the Power Grid Model project " +SPDX-License-Identifier = "MPL-2.0"