Skip to content

Commit 527e28a

Browse files
Merge pull request #242 from gardener/chore/migrate-reuse
REUSE: Convert DEP5 to `REUSE.toml`
2 parents e03e2f4 + d37fc99 commit 527e28a

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

.reuse/dep5

Lines changed: 0 additions & 21 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 = "Gardener aws-custom-route-controller"
3+
SPDX-PackageSupplier = "The Gardener project <[email protected]>"
4+
SPDX-PackageDownloadLocation = "https://github.com/gardener/aws-custom-route-controller"
5+
6+
[[annotations]]
7+
path = "**"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2020-2025 SAP SE or an SAP affiliate company and Gardener contributors"
10+
SPDX-License-Identifier = "Apache-2.0"
11+
12+
[[annotations]]
13+
path = "**.md"
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2020-2025 SAP SE or an SAP affiliate company and Gardener contributors"
16+
SPDX-License-Identifier = "CC-BY-4.0"

0 commit comments

Comments
 (0)