Skip to content

Commit 4f45d6c

Browse files
committed
Convert Deprecated Reuse config To New Format
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 357b4a2 commit 4f45d6c

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

.reuse/dep5

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

REUSE.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version = 1
2+
SPDX-PackageName = "secureCodeBox"
3+
SPDX-PackageSupplier = "Robert Felber <robert.felber@iteratec.com>"
4+
SPDX-PackageDownloadLocation = "https://github.com/secureCodeBox/secureCodeBox"
5+
6+
[[annotations]]
7+
path = ".github/ISSUE_TEMPLATE/**.md"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "the secureCodeBox authors"
10+
SPDX-License-Identifier = "Apache-2.0"
11+
12+
[[annotations]]
13+
path = "**/tests/__snapshot__/**.yaml.snap"
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "the secureCodeBox authors"
16+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)