From 32ae2aba1a7efebb401fc426dedd8d670c355264 Mon Sep 17 00:00:00 2001 From: Santiago Figueroa Manrique Date: Tue, 1 Oct 2024 10:00:38 +0200 Subject: [PATCH 1/3] Updated to reuse-tool 4.0.0 Signed-off-by: Santiago Figueroa Manrique --- .reuse/dep5 | 8 -------- REUSE.toml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 2836b870..00000000 --- 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-io -Upstream-Contact: Power Grid Model project -Source: https://github.com/PowerGridModel/power-grid-model-io - -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 00000000..a05bdd36 --- /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-io" +SPDX-PackageSupplier = "Power Grid Model project " +SPDX-PackageDownloadLocation = "https://github.com/PowerGridModel/power-grid-model-io" + +[[annotations]] +path = "./**" +precedence = "aggregate" +SPDX-FileCopyrightText = "Contributors to the Power Grid Model project " +SPDX-License-Identifier = "MPL-2.0" From 7a79d29ba83d609c170801d4bac44aafa8cbd670 Mon Sep 17 00:00:00 2001 From: Santiago Figueroa Manrique Date: Tue, 1 Oct 2024 10:06:49 +0200 Subject: [PATCH 2/3] 4.0.0 version Signed-off-by: Santiago Figueroa Manrique --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcda58a6..1de2bf76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v4.0.0 hooks: - id: reuse - repo: https://github.com/pycqa/isort From 7d478363072ae9aa532662194ed382b2281bd16b Mon Sep 17 00:00:00 2001 From: Santiago Figueroa Manrique Date: Wed, 23 Oct 2024 13:07:22 +0200 Subject: [PATCH 3/3] Update .pre-commit-config.yaml Signed-off-by: Santiago Figueroa Manrique --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1de2bf76..fcda58a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.0 + rev: v4.0.3 hooks: - id: reuse - repo: https://github.com/pycqa/isort