-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREUSE.toml
More file actions
73 lines (71 loc) · 2.19 KB
/
REUSE.toml
File metadata and controls
73 lines (71 loc) · 2.19 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
version = 1
SPDX-PackageName = "dpservice"
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/dpservice"
[[annotations]]
path = [
".github/**",
".gitignore",
".editorconfig",
"CODEOWNERS",
"Dockerfile",
"config/**",
"hack/**",
"test/benchmark_test/config_templates/**",
"*.json",
"*meson.build",
"proto/dpdk.proto",
"proto/health.proto",
"meson_options.txt",
"include/dp_version.h.in",
"cli/dpservice-cli/.gitignore",
"cli/dpservice-cli/.golangci.yaml",
"cli/dpservice-cli/.goreleaser.yaml",
"cli/dpservice-cli/Makefile",
"cli/dpservice-cli/config/**",
"cli/dpservice-cli/gen/**",
"cli/dpservice-cli/go.mod",
"cli/dpservice-cli/go.sum",
"cli/dpservice-cli/hack/**",
"go/dpservice-go/.gitignore",
"go/dpservice-go/.golangci.yaml",
"go/dpservice-go/.goreleaser.yaml",
"go/dpservice-go/Makefile",
"go/dpservice-go/config/**",
"go/dpservice-go/gen/**",
"go/dpservice-go/go.mod",
"go/dpservice-go/go.sum",
"go/dpservice-go/hack/**",
"go/dpservice-go/proto/**",
"cli/dpservice-exporter/.gitignore",
"cli/dpservice-exporter/.golangci.yaml",
"cli/dpservice-exporter/Makefile",
"cli/dpservice-exporter/CODE_OF_CONDUCT.md",
"cli/dpservice-exporter/CONTRIBUTING.md",
"cli/dpservice-exporter/Dockerfile",
"cli/dpservice-exporter/go.mod",
"cli/dpservice-exporter/go.sum",
"cli/dpservice-exporter/hack/**",
"cli/dpservice-exporter/dashboard/grafana.json",
"**dp_conf.json",
"**/dp_conf.json",
"**meson.build",
"**/meson.build"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"docs/**",
"**/README.md",
"**README.md",
"cli/dpservice-cli/docs/**",
"cli/dpservice-cli/README.md",
"go/dpservice-go/docs/**",
"go/dpservice-go/README.md",
"cli/dpservice-exporter/README.md"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
SPDX-License-Identifier = "Apache-2.0"