-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathREUSE.toml
More file actions
62 lines (57 loc) · 1.41 KB
/
REUSE.toml
File metadata and controls
62 lines (57 loc) · 1.41 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
version = 1
[[annotations]]
path = [
"NOTICE",
"REUSE.toml",
"mix.exs",
"VERSION"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"README.md",
"configs/README.md"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2013 Frank Hunleth"
SPDX-License-Identifier = "CC-BY-4.0"
# Buildroot derived or related files
[[annotations]]
path = [
"Config.in",
"external.desc",
"external.mk",
"package/**",
"patches/**",
"board/nerves-common/post-build.sh",
"board/nerves-common/post-createfs.sh"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "The Buildroot developers <buildroot@buildroot.org>"
SPDX-License-Identifier = "GPL-2.0-or-later"
# Various config files
[[annotations]]
path = [
"board/nerves-common/busybox-1.22.config",
"board/nerves-common/skeleton/**",
"board/nerves-common/busybox.config",
"board/nerves-common/rootfs_overlay/etc/erl_inetrc",
"board/nerves-common/rootfs_overlay/etc/mke2fs.conf",
"board/nerves-common/rootfs_overlay/etc/sysctl.conf",
"board/nerves-common/device_table.txt",
"scripts/project-skel/elixir/rel/vm.args",
"scripts/project-skel/elixir/rel/relx.config"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
# Regression tests
[[annotations]]
path = [
"tests/smoke-test/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"