-
-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathREUSE.toml
113 lines (108 loc) · 3.72 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
version = 1
[[annotations]]
path = [
".circleci/config.yml",
".credo.exs",
".formatter.exs",
".github/dependabot.yml",
".gitignore",
"CHANGELOG.md",
"CODE_REVIEW.md",
"NOTICE",
"RELEASE.md",
"REUSE.toml",
"mix.exs",
"mix.lock"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"README.md",
"guides/advanced/environment-variables.md",
"guides/advanced/updating-projects.md",
"guides/advanced/advanced-configuration.md",
"guides/advanced/customizing-systems.md",
"guides/advanced/internals.md",
"guides/advanced/systems.md",
"guides/advanced/compiling-non-beam-code.md",
"guides/advanced/building-sytems.md",
"guides/advanced/experimental-features.md",
"guides/core/faq.md",
"guides/core/supported-targets.md",
"guides/core/iex-with-nerves.md",
"guides/core/connecting-to-a-nerves-target.md",
"guides/core/user-interfaces.md",
"guides/introduction/getting-started.md",
"guides/introduction/installation.md",
"guides/README.md"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Frank Hunleth, Justin Schneck"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
"resources/logo-color.png",
"resources/logo.png"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Nerves Project Authors"
SPDX-License-Identifier = "LicenseRef-Nerves-Logo"
[[annotations]]
path = [
"resources/menu-search-tip.gif",
"test/.gitignore",
"test/fixtures/package_build_runner_override/mix.exs",
"test/fixtures/package_build_runner_override/nerves_defconfig",
"test/fixtures/package_build_runner_override/VERSION",
"test/fixtures/integration_app/mix.exs",
"test/fixtures/integration_app/config/config.exs",
"test/fixtures/integration_app/.gitignore",
"test/fixtures/simple_app/mix.exs",
"test/fixtures/system_platform/mix.exs",
"test/fixtures/system_platform/VERSION",
"test/fixtures/system_platform/lib/system_platform.ex",
"test/fixtures/release_app/mix.exs",
"test/fixtures/release_app/config/config.exs",
"test/fixtures/release_app/rel/vm.args.eex",
"test/fixtures/system/mix.exs",
"test/fixtures/system/nerves_defconfig",
"test/fixtures/system/VERSION",
"test/fixtures/system_artifact/mix.exs",
"test/fixtures/system_artifact/nerves_defconfig",
"test/fixtures/system_artifact/VERSION",
"test/fixtures/toolchain_platform/mix.exs",
"test/fixtures/toolchain_platform/VERSION",
"test/fixtures/toolchain_platform/lib/toolchain_platform.ex",
"test/fixtures/umbrella/mix.exs",
"test/fixtures/umbrella/config/config.exs",
"test/fixtures/umbrella/.gitignore",
"test/fixtures/umbrella/apps/toolchain_platform/mix.exs",
"test/fixtures/umbrella/apps/toolchain_platform/VERSION",
"test/fixtures/umbrella/apps/toolchain_platform/lib/toolchain_platform.ex",
"test/fixtures/umbrella/apps/toolchain/darwin_defconfig",
"test/fixtures/umbrella/apps/toolchain/mix.exs",
"test/fixtures/umbrella/apps/toolchain/linux_defconfig",
"test/fixtures/umbrella/apps/toolchain/VERSION",
"test/fixtures/port/do_nothing.c",
"test/fixtures/port/Makefile",
"test/fixtures/port/kill_self_with_signal.c",
"test/fixtures/port/ignore_sigterm.c",
"test/fixtures/package_build_runner_opts/mix.exs",
"test/fixtures/package_build_runner_opts/nerves_defconfig",
"test/fixtures/package_build_runner_opts/VERSION",
"test/fixtures/resolver/artifact.tar.gz",
"test/fixtures/resolver/corrupt.tar.gz",
"test/fixtures/package/mix.exs",
"test/fixtures/package/nerves_defconfig",
"test/fixtures/package/VERSION",
"test/fixtures/simple_app_artifact/mix.exs",
"test/fixtures/toolchain/darwin_defconfig",
"test/fixtures/toolchain/mix.exs",
"test/fixtures/toolchain/linux_defconfig",
"test/fixtures/toolchain/VERSION"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"