Skip to content

Commit 2ef9542

Browse files
committed
Solve deprecated .resue/dep5 warning
1 parent 3468421 commit 2ef9542

File tree

2 files changed

+62
-46
lines changed

2 files changed

+62
-46
lines changed

.reuse/dep5

Lines changed: 0 additions & 46 deletions
This file was deleted.

REUSE.toml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# SPDX-FileCopyrightText: 2017-2024 TRUMPF Laser GmbH
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
5+
version = 1
6+
SPDX-PackageName = "Smart Application Framework"
7+
SPDX-PackageSupplier = "TRUMPF Laser GmbH <[email protected]>"
8+
SPDX-PackageDownloadLocation = "https://github.com/TRUMPF-IoT/saf"
9+
10+
[[annotations]]
11+
path = ".github/**/**"
12+
precedence = "aggregate"
13+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
14+
SPDX-License-Identifier = "MPL-2.0"
15+
16+
[[annotations]]
17+
path = "**.md"
18+
precedence = "aggregate"
19+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
20+
SPDX-License-Identifier = "MPL-2.0"
21+
22+
[[annotations]]
23+
path = "docs/_config.yml"
24+
precedence = "aggregate"
25+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
26+
SPDX-License-Identifier = "MPL-2.0"
27+
28+
[[annotations]]
29+
path = "docs/**/**"
30+
precedence = "aggregate"
31+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
32+
SPDX-License-Identifier = "MPL-2.0"
33+
34+
[[annotations]]
35+
path = "src/**/**.txt"
36+
precedence = "aggregate"
37+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
38+
SPDX-License-Identifier = "MPL-2.0"
39+
40+
[[annotations]]
41+
path = "src/**.sln"
42+
precedence = "aggregate"
43+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
44+
SPDX-License-Identifier = "MPL-2.0"
45+
46+
[[annotations]]
47+
path = "src/**/**.sln"
48+
precedence = "aggregate"
49+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
50+
SPDX-License-Identifier = "MPL-2.0"
51+
52+
[[annotations]]
53+
path = "src/**/**.json"
54+
precedence = "aggregate"
55+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
56+
SPDX-License-Identifier = "MPL-2.0"
57+
58+
[[annotations]]
59+
path = "src/**/app.config"
60+
precedence = "aggregate"
61+
SPDX-FileCopyrightText = "2017-2021 TRUMPF Laser GmbH"
62+
SPDX-License-Identifier = "MPL-2.0"

0 commit comments

Comments
 (0)