From 409736b225bf30868b562cc4ab0d567898f4544b Mon Sep 17 00:00:00 2001 From: SAP Open Source Program Office Bot <81750448+sap-ospo-bot@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:42:17 +0100 Subject: [PATCH] Reuse Version update from dep to toml (#1236) Co-authored-by: ajinkyapatil8190 --- .reuse/dep5 | 67 ----------------------------------------------------- REUSE.toml | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 67 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 0ae3a70b1..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,67 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: ironcore -Upstream-Contact: IronCore authors -Source: https://github.com/ironcore-dev/ironcore - -# -------------------------------------------------- -# source code - -Files: - .github/* - .gitignore - .golangci.yaml - CODEOWNERS - Dockerfile - Makefile - PROJECT - client-go/openapi/api_violations.report - config/* - gen/* - go.mod - go.sum - hack/* - iri/apis/bucket/v1alpha1/api.pb.go - iri/apis/bucket/v1alpha1/api.proto - iri/apis/event/v1alpha1/api.pb.go - iri/apis/event/v1alpha1/api.proto - iri/apis/machine/v1alpha1/api.pb.go - iri/apis/machine/v1alpha1/api.proto - iri/apis/meta/v1alpha1/api.pb.go - iri/apis/meta/v1alpha1/api.proto - iri/apis/volume/v1alpha1/api.pb.go - iri/apis/volume/v1alpha1/api.proto - irictl-machine/config/samples/* - irictl-volume/config/samples/* - mkdocs.yml - models-schema/main.go.tmpl - poollet/machinepoollet/addresses/testdata/addresses.yaml -Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors -License: Apache-2.0 - -# -------------------------------------------------- -# documentation - -Files: - docs/* - README.md -Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors -License: Apache-2.0 - -# -------------------------------------------------- -# source dependencies - -Files: poollet/machinepoollet/iri/streaming/remotecommand/* -Copyright: 2016 The Kubernetes Authors. -License: Apache-2.0 - -Files: third_party/kubernetes/pkg/util/flock/* -Copyright: 2021 The Kubernetes Authors. -License: Apache-2.0 - -Files: utils/envtest/internal/testing/addr/addr.go -Copyright: 2021 The Kubernetes Authors. -License: Apache-2.0 - -Files: utils/envtest/internal/testing/certs/certs.go -Copyright: 2021 The Kubernetes Authors. -License: Apache-2.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..4ba851b95 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,40 @@ +version = 1 +SPDX-PackageName = "ironcore" +SPDX-PackageSupplier = "IronCore authors " +SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/ironcore" + +[[annotations]] +path = [".github/**", ".gitignore", ".golangci.yaml", "CODEOWNERS", "Dockerfile", "Makefile", "PROJECT", "client-go/openapi/api_violations.report", "config/**", "gen/**", "go.mod", "go.sum", "hack/**", "iri/apis/bucket/v1alpha1/api.pb.go", "iri/apis/bucket/v1alpha1/api.proto", "iri/apis/event/v1alpha1/api.pb.go", "iri/apis/event/v1alpha1/api.proto", "iri/apis/machine/v1alpha1/api.pb.go", "iri/apis/machine/v1alpha1/api.proto", "iri/apis/meta/v1alpha1/api.pb.go", "iri/apis/meta/v1alpha1/api.proto", "iri/apis/volume/v1alpha1/api.pb.go", "iri/apis/volume/v1alpha1/api.proto", "irictl-machine/config/samples/**", "irictl-volume/config/samples/**", "mkdocs.yml", "models-schema/main.go.tmpl", "poollet/machinepoollet/addresses/testdata/addresses.yaml"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 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 = "2023 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "poollet/machinepoollet/iri/streaming/remotecommand/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2016 The Kubernetes Authors." +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "third_party/kubernetes/pkg/util/flock/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The Kubernetes Authors." +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "utils/envtest/internal/testing/addr/addr.go" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The Kubernetes Authors." +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "utils/envtest/internal/testing/certs/certs.go" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The Kubernetes Authors." +SPDX-License-Identifier = "Apache-2.0"