Skip to content

Commit a6786a4

Browse files
committed
Fix REUSE.toml
1 parent fe771db commit a6786a4

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

REUSE.toml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
version = 1
2-
SPDX-PackageName = "circuits_i2c"
3-
SPDX-PackageSupplier = "Frank Hunleth <[email protected]>"
4-
SPDX-PackageDownloadLocation = "https://github.com/elixir-circuits/circuits_i2c"
52

63
[[annotations]]
7-
path = ["README.md", "CHANGELOG.md", "PORTING.md", "RELEASE.md"]
8-
precedence = "aggregate"
9-
SPDX-FileCopyrightText = "2014 Frank Hunleth"
10-
SPDX-License-Identifier = "CC-BY-4.0"
11-
12-
[[annotations]]
13-
path = [".gitignore", ".github/dependabot.yml", ".circleci/config.yml", "REUSE.toml"]
4+
path = [
5+
".circleci/config.yml",
6+
".credo.exs",
7+
".formatter.exs",
8+
".github/dependabot.yml",
9+
".gitignore",
10+
"CHANGELOG.md",
11+
"NOTICE",
12+
"PORTING.md",
13+
"RELEASE.md",
14+
"REUSE.toml",
15+
"mix.exs",
16+
"mix.lock"
17+
]
1418
precedence = "aggregate"
1519
SPDX-FileCopyrightText = "None"
1620
SPDX-License-Identifier = "CC0-1.0"
1721

1822
[[annotations]]
19-
path = [".formatter.exs", "mix.lock", ".credo.exs", "mix.exs"]
23+
path = [
24+
"README.md"
25+
]
2026
precedence = "aggregate"
21-
SPDX-FileCopyrightText = "None"
22-
SPDX-License-Identifier = "CC0-1.0"
27+
SPDX-FileCopyrightText = "2014 Frank Hunleth"
28+
SPDX-License-Identifier = "CC-BY-4.0"
2329

2430
[[annotations]]
2531
path = ["c_src/linux/i2c-dev.h"]

0 commit comments

Comments
 (0)