Skip to content

Commit a04a088

Browse files
Reuse Version update from dep to toml (#139)
Co-authored-by: ajinkyapatil8190 <ajinkyarangnathpatil@gmail.com>
1 parent 10a2c09 commit a04a088

File tree

2 files changed

+16
-43
lines changed

2 files changed

+16
-43
lines changed

.reuse/dep5

Lines changed: 0 additions & 43 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 = "boot-operator"
3+
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
4+
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/boot-operator"
5+
6+
[[annotations]]
7+
path = [".github/**", ".gitignore", "CODEOWNERS", "Dockerfile", "Makefile", "PROJECT", "config/**", "gen/**", "go.mod", "go.sum", "hack/**", "server/**", "templates/**", "internal/**", "cmd/**", "api/**", "config/**", "test/**", "CONTRIBUTING.md", "PROJECT", "mkdocs.yml", ".dockerignore", ".golangci.yml"]
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors"
10+
SPDX-License-Identifier = "Apache-2.0"
11+
12+
[[annotations]]
13+
path = ["docs/**", "README.md"]
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors"
16+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)