Skip to content

Commit 3834dd9

Browse files
sap-ospo-botajinkyapatil8190afritzler
authored
Use new Reuse API configuration format (#700)
* Reuse Version update from dep to toml * Update reuse configuration --------- Co-authored-by: ajinkyapatil8190 <ajinkyarangnathpatil@gmail.com> Co-authored-by: Andreas Fritzler <andreas.fritzler@sap.com>
1 parent fd95027 commit 3834dd9

2 files changed

Lines changed: 37 additions & 39 deletions

File tree

.reuse/dep5

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

REUSE.toml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
version = 1
2+
SPDX-PackageName = "gardener-extension-provider-ironcore"
3+
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
4+
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/gardener-extension-provider-ironcore"
5+
6+
[[annotations]]
7+
path = [
8+
".github/**",
9+
".gitignore",
10+
".dockerignore",
11+
".golangci.yaml",
12+
"CODEOWNERS",
13+
"CODE_OF_CONDUCT.md",
14+
"Dockerfile",
15+
"Makefile",
16+
"go.mod",
17+
"go.sum",
18+
"VERSION",
19+
"hack/**",
20+
"example/**",
21+
"charts/**",
22+
"imagevector/images.yaml",
23+
"pkg/controller/bastion/ignition/template.yaml",
24+
"REUSE.toml",
25+
]
26+
precedence = "aggregate"
27+
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
28+
SPDX-License-Identifier = "Apache-2.0"
29+
30+
[[annotations]]
31+
path = [
32+
"docs/**",
33+
"README.md",
34+
]
35+
precedence = "aggregate"
36+
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
37+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)