diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 5ea0c22..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,12 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: fl-demonstrator-mnist -Upstream-Contact: - Benedikt Franke - Florian Heinrich -Source: https://github.com/DLR-KI/fl-demonstrator-mnist - -# Sample paragraph, commented out: -# -# Files: src/* -# Copyright: $YEAR $NAME <$CONTACT> -# License: ... diff --git a/LICENSES/LicenseRef-Proprietary-DLR.txt b/LICENSES/LicenseRef-Proprietary-DLR.txt index 5e69d92..10c37bd 100644 --- a/LICENSES/LicenseRef-Proprietary-DLR.txt +++ b/LICENSES/LicenseRef-Proprietary-DLR.txt @@ -1,4 +1,6 @@ Copyright (C) German Aerospace Center (DLR) - All Rights Reserved -Unauthorized copying of this file, via any medium is strictly prohibited Proprietary, reuse prohibited Written by Benedikt Franke and "Florian Heinrich , 2024 + +The DLR logo and its components may not be used by persons who are not DLR employees or who have not obtained permission from DLR to use it beforehand. +If you are interested in using a trademark you have to ask the owner of the trademark rights separately for permission of use. diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..9327314 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: 2024 Benedikt Franke +# SPDX-FileCopyrightText: 2024 Florian Heinrich +# +# SPDX-License-Identifier: Apache-2.0 + +version = 1 +SPDX-PackageName = "fl-demonstrator-mnist" +SPDX-PackageSupplier = ["Benedikt Franke ", "Florian Heinrich "] +SPDX-PackageDownloadLocation = "https://github.com/DLR-KI/fl-demonstrator-mnist" +annotations = [] diff --git a/pyproject.toml b/pyproject.toml index 11fa9cc..133df81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ dependencies = [ # Optional [project.optional-dependencies] # Optional dev = [ "pre-commit~=3.3.2", - "reuse~=3.0.2", + "reuse~=4.0.3", "tox~=4.5.1", ] test = [