From a9e4c630641580381c4babb7e4119f12f331b8a3 Mon Sep 17 00:00:00 2001 From: IvBu <ivan.buntic@iws.uni-stuttgart.de> Date: Wed, 19 Feb 2025 12:35:05 +0100 Subject: [PATCH] [reuse] Use REUSE.toml. --- .reuse/dep5 | 19 ------------------- REUSE.toml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 19 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index c8673ad2..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,19 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: dumux-course -Source: https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course - -Files: */*.input -Copyright: DuMux-Course contributors, see AUTHORS.md in root folder -License: GPL-3.0-or-later - -Files: *.md -Copyright: DuMux-Course contributors, see AUTHORS.md in root folder -License: CC-BY-4.0 - -Files: *.pdf -Copyright: DuMux-Course contributors, see AUTHORS.md in root folder -License: CC-BY-4.0 - -Files: .patches/* -Copyright: DuMux-Course contributors, see AUTHORS.md in root folder -License: CC0-1.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..7c2fc223 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,32 @@ +version = 1 +SPDX-PackageName = "dumux-course" +SPDX-PackageDownloadLocation = "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course" + +[[annotations]] +path = "**/**.input" +precedence = "aggregate" +SPDX-FileCopyrightText = "DuMux-Course contributors, see AUTHORS.md in root folder" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = "**.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "DuMux-Course contributors, see AUTHORS.md in root folder" +SPDX-License-Identifier = "CC-BY-4.0" + +[[annotations]] +path = "**.pdf" +precedence = "aggregate" +SPDX-FileCopyrightText = "DuMux-Course contributors, see AUTHORS.md in root folder" +SPDX-License-Identifier = "CC-BY-4.0" + +[[annotations]] +path = ".patches/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "DuMux-Course contributors, see AUTHORS.md in root folder" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "slides/img/*" +SPDX-FileCopyrightText = "DuMux-Course contributors, see AUTHORS.md in root folder" +SPDX-License-Identifier = "CC-BY-4.0" -- GitLab