Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 21 additions & 31 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"