-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathREUSE.toml
60 lines (55 loc) · 1.47 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
version = 1
[[annotations]]
path = [
".circleci/config.yml",
".credo.exs",
".formatter.exs",
".github/dependabot.yml",
".gitignore",
"CHANGELOG.md",
"NOTICE",
"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"
[[annotations]]
path = [
"assets/power_manager_state_machine.png",
"assets/vintage_net-notext.png",
"assets/vintage_net.png",
"docs/cookbook.md",
"docs/notes/AP-and-STA-mode-on-one-interface.md",
"docs/notes/AP-mode-basic.md",
"docs/notes/DHCP-WiFi,-DHCP-Wired.md",
"docs/notes/DHCP-WiFi-None.md",
"docs/notes/DHCP-WiFi-WEP.md",
"docs/notes/DHCP-WiFi-WPA2-Hidden.md",
"docs/notes/DHCP-WiFi-WPA2.md",
"docs/notes/DHCP-Wired-Ethernet.md",
"docs/notes/LTE.md",
"docs/notes/Link-local-Wired-Ethernet.md",
"docs/notes/Network-configuration-tests.md",
"docs/notes/Predictable-Interface-Names.md",
"docs/notes/Static-WiFi-Host-mode.md",
"docs/notes/Static-Wired-Ethernet-IPv6.md",
"docs/notes/Static-Wired-Ethernet.md",
"docs/notes/Two-DHCP-WiFi-WPA2.md",
"docs/notes/Two-DHCP-Wired-Ethernets.md",
"docs/notes/WiFi-read-only-fs-setup.md",
"docs/notes/Wired-802.1X-PEAP-MSCHAPv2.md",
"docs/notes/lte-ready-only.md",
"docs/notes/wifi.md"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"