-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREUSE.toml
34 lines (29 loc) · 1.08 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
version = 1
SPDX-PackageName = "circuits_i2c"
SPDX-PackageSupplier = "Frank Hunleth <fhunleth@troodon-software.com>"
SPDX-PackageDownloadLocation = "https://github.com/elixir-circuits/circuits_i2c"
[[annotations]]
path = ["README.md", "CHANGELOG.md", "PORTING.md", "RELEASE.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 Frank Hunleth"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [".gitignore", ".github/dependabot.yml", ".circleci/config.yml", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [".formatter.exs", "mix.lock", ".credo.exs", "mix.exs"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["c_src/linux/i2c-dev.h"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "GPL-2.0-or-later WITH Linux-syscall-note"
[[annotations]]
path = "assets/images/schematic-i2c.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "2013 Erlang Solutions"
SPDX-License-Identifier = "SHL-0.51"