Skip to content

Commit 3f2beec

Browse files
HeinrichADBeFranke
andcommitted
Update reuse to version 4 and DLR License Text
Co-authored-by: Franke, Benedikt <[email protected]>
1 parent 48a9db7 commit 3f2beec

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.reuse/dep5

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Copyright (C) German Aerospace Center (DLR) - All Rights Reserved
2-
Unauthorized copying of this file, via any medium is strictly prohibited
32
Proprietary, reuse prohibited
43
Written by Benedikt Franke <[email protected]> and "Florian Heinrich <[email protected]>, 2024
4+
5+
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.
6+
If you are interested in using a trademark you have to ask the owner of the trademark rights separately for permission of use.

REUSE.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]>
2+
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]>
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
version = 1
7+
SPDX-PackageName = "fl-demonstrator-client"
8+
SPDX-PackageSupplier = ["Benedikt Franke <[email protected]>", "Florian Heinrich <[email protected]>"]
9+
SPDX-PackageDownloadLocation = "https://github.com/DLR-KI/fl-demonstrator-client"
10+
annotations = []

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies = [ # Optional
125125
[project.optional-dependencies] # Optional
126126
dev = [
127127
"pre-commit~=3.3.2",
128-
"reuse~=3.0.2",
128+
"reuse~=4.0.3",
129129
"tox~=4.5.1",
130130
]
131131
test = [

0 commit comments

Comments
 (0)