Skip to content

Commit 24171c2

Browse files
authored
chore: update REUSE.toml (#1)
1 parent 6e0647e commit 24171c2

1 file changed

Lines changed: 21 additions & 31 deletions

File tree

REUSE.toml

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,43 @@ SPDX-PackageName = "k8s-overcommit-operator"
33
SPDX-PackageDownloadLocation = "https://github.com/InditexTech/k8s-overcommit-operator"
44

55
[[annotations]]
6-
# Autogenerated files
76
path = [
8-
"api/v1alphav1/zz_generated.deepcopy.go",
9-
"bundle.Dockerfile",
10-
"bundle/**",
11-
"config/**",
12-
"deploy/**",
13-
"Dockerfile",
14-
"go.mod",
15-
"go.sum",
16-
"internal/**",
17-
"*.png"
18-
]
7+
"api/v1alphav1/zz_generated.deepcopy.go",
8+
"bundle.Dockerfile",
9+
"bundle/**",
10+
"config/**",
11+
"deploy/**",
12+
"Dockerfile",
13+
"go.mod",
14+
"go.sum",
15+
"internal/**",
16+
]
1917
SPDX-License-Identifier = "Apache-2.0"
20-
SPDX-PackageSupplier = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
2118
SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
19+
SPDX-FileComment = "Autogenerated files"
2220

2321
[[annotations]]
24-
# Documentation
2522
path= [
2623
"docs/**",
2724
"*.md",
28-
]
25+
"*.png"
26+
]
2927
SPDX-License-Identifier = "CC-BY-4.0"
30-
SPDX-PackageSupplier = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
3128
SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
29+
SPDX-FileComment = "Documentation"
3230

3331
[[annotations]]
34-
# Source code
35-
path = [
32+
path= [
3633
".github/**",
37-
".gitignore",
38-
".dockerignore",
39-
".golangci.yml",
40-
"api/**",
41-
"chart/**",
42-
"cmd/main.go",
43-
"grafana_dashboard.json",
4434
"hack/**",
45-
"internal/**",
46-
"Makefile",
47-
"pkg/**",
35+
".*ignore",
4836
"PROJECT",
49-
"repolinter.json",
50-
"test/**",
37+
".golangci.yml",
5138
"Tiltfile",
39+
"repolinter.json",
40+
"chart/.helmignore",
41+
"chart/templates/_*.tpl",
5242
]
5343
SPDX-License-Identifier = "Apache-2.0"
54-
SPDX-PackageSupplier = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
5544
SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
45+
SPDX-FileComment = "Developer tools and util files"

0 commit comments

Comments
 (0)