diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index c8673ad2bb619fd029cdefe4f4707ad9b480f69d..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..7c2fc22385a29e1bf7bc851f234dc0c7ab2f0759 --- /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"