From 3730f54f76a890c97a4c6ab23c08be0d75bd17f3 Mon Sep 17 00:00:00 2001 From: ajinkyapatil8190 Date: Mon, 17 Feb 2025 15:25:14 +0100 Subject: [PATCH] Reuse Version update from dep to toml --- .reuse/dep5 | 39 --------------------------------------- REUSE.toml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 39 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index efa29a9..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,39 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: gardener-extension-provider-metal -Upstream-Contact: IronCore authors -Source: https://github.com/ironcore-dev/gardener-extension-provider-ironcore-metal - -# -------------------------------------------------- -# source code - -Files: - .github/* - .gitignore - .dockerignore - .golangci.yaml - CODEOWNERS - CODE_OF_CONDUCT.md - Dockerfile - Makefile - go.mod - go.sum - VERSION - hack/* - example/* - charts/* - imagevector/images.yaml - pkg/controller/bastion/ignition/template.yaml -Copyright: 2024 SAP SE or an SAP affiliate company and IronCore contributors -License: Apache-2.0 - -# -------------------------------------------------- -# documentation - -Files: - docs/* - README.md -Copyright: 2024 SAP SE or an SAP affiliate company and IronCore contributors -License: Apache-2.0 - -# -------------------------------------------------- -# source dependencies diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..7ab0fef --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,16 @@ +version = 1 +SPDX-PackageName = "gardener-extension-provider-metal" +SPDX-PackageSupplier = "IronCore authors " +SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/gardener-extension-provider-ironcore-metal" + +[[annotations]] +path = [".github/**", ".gitignore", ".dockerignore", ".golangci.yaml", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "Makefile", "go.mod", "go.sum", "VERSION", "hack/**", "example/**", "charts/**", "imagevector/images.yaml", "pkg/controller/bastion/ignition/template.yaml"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ["docs/**", "README.md"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-License-Identifier = "Apache-2.0"