diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index d034dbe..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,12 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: dlr-logging -Upstream-Contact: - Benedikt Franke - Florian Heinrich -Source: https://github.com/DLR-KI/fl-logging-base - -# 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..6daea17 --- /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 = "dlr-logging" +SPDX-PackageSupplier = ["Benedikt Franke ", "Florian Heinrich "] +SPDX-PackageDownloadLocation = "https://github.com/DLR-KI/fl-logging-base" +annotations = [] diff --git a/pyproject.toml b/pyproject.toml index 833e21c..c7f4c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dependencies = [ # Optional # projects. [project.optional-dependencies] # Optional dev = [ - "reuse~=3.0.2", + "reuse~=4.0.3", "tox~=4.5.1", ] test = [