-
Notifications
You must be signed in to change notification settings - Fork 103
/
REUSE.toml
47 lines (45 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version = 1
SPDX-PackageName = "Gardener dashboard"
SPDX-PackageSupplier = "The Gardener project <gardener@googlegroups.com>"
SPDX-PackageDownloadLocation = "https://github.com/gardener/dashboard"
[[annotations]]
path = [
"**/.gitignore",
"**/.helmignore",
"**/.browserslistrc",
"**/.editorconfig",
"**/.env",
"**.ico",
"**.json",
"**.png",
"**.sketch",
"**.svg",
"**.gif",
"**.tpl",
"**.snap",
".github/**",
".yarn/**",
"charts/**/Chart.yaml",
"charts/**/values.yaml",
"charts/**/templates/**.yaml",
"charts/**/templates/**/**.yaml",
"frontend/index.html",
"CODEOWNERS",
"VERSION",
".editorconfig",
".gitignore",
".dockerignore",
".yarnrc.yml",
".pnp.cjs",
".pnp.loader.mjs",
"yarn.lock",
"REUSE.toml",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2024 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["**.md", "docs/usage/shoot.yaml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2024 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "CC-BY-4.0"