-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
42 lines (40 loc) · 1.17 KB
/
REUSE.toml
File metadata and controls
42 lines (40 loc) · 1.17 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
# SPDX-FileCopyrightText: 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
version = 1
[[annotations]]
path = [
"**/VERSION",
"**/config/apparmor.d/**",
"**/config/sudoers.d/**",
"**/configs/apparmor.d/**",
"**/configs/sudoers.d/**",
"**/configs/**.caddy",
"**/configs/**.conf",
"**/configs/fluentbit-cluster-gold.yaml",
"**/configs/fluentbit-host-gold.yaml",
"**/configs/otelcol.yaml",
"**/configs/telegraf-cluster-gold.yaml",
"**/configs/telegraf-host-gold.yaml",
"**/configs/apt/**",
"**/configs/apt.conf.d/**",
"**/debian/**",
"**/go.mod",
"**/go.sum",
"**/testdata/**",
"**/mocks/**",
"**/pkg/api/buf.lock",
"**/pkg/api/status/proto/agent_status_grpc.pb.go",
"**/release/data/sources_for_maintenance_manager.json",
"**/test/**",
"**/.github/workflows/**",
"**/.tool-versions",
"**/copyright",
"ci/**",
"ci/scripts/**",
"in-band-manageability/buf.lock",
"in-band-manageability/configs/**",
"in-band-manageability/retain-3rd-party-notices/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Intel Corporation"
SPDX-License-Identifier = "Apache-2.0"