-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREUSE.toml
More file actions
40 lines (37 loc) · 784 Bytes
/
Copy pathREUSE.toml
File metadata and controls
40 lines (37 loc) · 784 Bytes
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
version = 1
[[annotations]]
path = [
"*.nix",
"*.rs",
"src/",
"flake.lock",
"README.md",
"CHANGELOG.md",
"action.yml",
]
SPDX-FileCopyrightText = "© 2021 Caleb Maclennan <caleb@alerque.com>"
SPDX-License-Identifier = "GPL-3.0-only"
[[annotations]]
path = [
"Makefile.am",
"bootstrap.sh",
"build-aux/*.am",
"build-aux/*.m4",
"build-aux/git-version-gen",
"configure.ac",
]
SPDX-FileCopyrightText = "© 2023 Caleb Maclennan <caleb@alerque.com>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
".editorconfig",
".github/**.yml",
".gitignore",
"Cargo.lock",
"Cargo.toml",
"Justfile",
"deny.toml",
"rust-toolchain",
]
SPDX-FileCopyrightText = "© 2023 Caleb Maclennan <caleb@alerque.com>"
SPDX-License-Identifier = "0BSD"