-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREUSE.toml
51 lines (46 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
48
49
version = 1
[[annotations]]
path = [
".circleci/config.yml",
".credo.exs",
".dialyzer_ignore.exs",
".formatter.exs",
".github/dependabot.yml",
".gitignore",
"CHANGELOG.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"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Frank Hunleth"
SPDX-License-Identifier = "CC-BY-4.0"
# Make sure all generated code doesn't come with licensing obligations
[[annotations]]
path = [
"templates/new/mix.exs",
"templates/new/test/app_name_test.exs",
"templates/new/test/test_helper.exs",
"templates/new/config/host.exs",
"templates/new/config/config.exs",
"templates/new/config/target.exs",
"templates/new/README.md",
"templates/new/rel/vm.args.eex",
"templates/new/.gitignore",
"templates/new/lib/app_name/application.ex",
"templates/new/lib/app_name.ex",
"templates/new/rootfs_overlay/etc/iex.exs",
"templates/new/.formatter.exs",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"