From 06b5d7cddebf70dcba75aff6f1651f754cd2a5ad Mon Sep 17 00:00:00 2001 From: Jorge Teixeira Crespo Date: Mon, 30 Jun 2025 12:42:21 +0200 Subject: [PATCH] chore: update REUSE.toml --- REUSE.toml | 52 +++++++++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 0e93d24..8387839 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -3,53 +3,43 @@ SPDX-PackageName = "k8s-overcommit-operator" SPDX-PackageDownloadLocation = "https://github.com/InditexTech/k8s-overcommit-operator" [[annotations]] -# Autogenerated files path = [ - "api/v1alphav1/zz_generated.deepcopy.go", - "bundle.Dockerfile", - "bundle/**", - "config/**", - "deploy/**", - "Dockerfile", - "go.mod", - "go.sum", - "internal/**", - "*.png" - ] + "api/v1alphav1/zz_generated.deepcopy.go", + "bundle.Dockerfile", + "bundle/**", + "config/**", + "deploy/**", + "Dockerfile", + "go.mod", + "go.sum", + "internal/**", +] SPDX-License-Identifier = "Apache-2.0" -SPDX-PackageSupplier = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)" SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)" +SPDX-FileComment = "Autogenerated files" [[annotations]] -# Documentation path= [ "docs/**", "*.md", - ] + "*.png" +] SPDX-License-Identifier = "CC-BY-4.0" -SPDX-PackageSupplier = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)" SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)" +SPDX-FileComment = "Documentation" [[annotations]] -# Source code -path = [ +path= [ ".github/**", - ".gitignore", - ".dockerignore", - ".golangci.yml", - "api/**", - "chart/**", - "cmd/main.go", - "grafana_dashboard.json", "hack/**", - "internal/**", - "Makefile", - "pkg/**", + ".*ignore", "PROJECT", - "repolinter.json", - "test/**", + ".golangci.yml", "Tiltfile", + "repolinter.json", + "chart/.helmignore", + "chart/templates/_*.tpl", ] SPDX-License-Identifier = "Apache-2.0" -SPDX-PackageSupplier = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)" SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)" +SPDX-FileComment = "Developer tools and util files"