Skip to content

Commit fe37aa3

Browse files
Reuse Version update from dep to toml (#425)
Co-authored-by: ajinkyapatil8190 <ajinkyarangnathpatil@gmail.com>
1 parent 578fc27 commit fe37aa3

File tree

2 files changed

+16
-36
lines changed

2 files changed

+16
-36
lines changed

.reuse/dep5

Lines changed: 0 additions & 36 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 = "controller-utils"
3+
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
4+
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/controller-utils"
5+
6+
[[annotations]]
7+
path = [".github/**", ".gitignore", ".golangci.yml", "CODEOWNERS", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "Makefile", "go.mod", "go.sum", "testdata/bases/cm.yaml", "testdata/bases/objects.yaml", "testdata/kustomization.yaml", "testdata/testmod1/go.mod", "testdata/testmod2/go.mod"]
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
10+
SPDX-License-Identifier = "Apache-2.0"
11+
12+
[[annotations]]
13+
path = "README.md"
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
16+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)