-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREUSE.toml
32 lines (28 loc) · 912 Bytes
/
REUSE.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-FileCopyrightText: 2024 NOI Techpark <digital@noi.bz.it>
#
# SPDX-License-Identifier: CC0-1.0
version = 1
SPDX-PackageName = "opendatahub-analytics-v2"
SPDX-PackageSupplier = "NOI Techpark <digital@noi.bz.it>"
SPDX-PackageDownloadLocation = "https://github.com/noi-techpark/opendatahub-analytics-v2"
[[annotations]]
path = [
"**.gitignore",
".pre-commit-config.yaml",
".github/workflows/**",
"**infrastructure/**",
"**package-lock.json",
".env*",
"src/**",
"**/Chart.yaml",
"**/templates/**",
"**/values.yaml"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "(c) NOI Techpark <digital@noi.bz.it>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["**helm/**.yaml", "**helm/**.tpl", "**helm/**/NOTES.txt", "**.helmignore"]
precedence = "aggregate"
SPDX-FileCopyrightText = "(c) NOI Techpark <digital@noi.bz.it>"
SPDX-License-Identifier = "CC0-1.0"