-
-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy pathREUSE.toml
More file actions
21 lines (19 loc) · 595 Bytes
/
Copy pathREUSE.toml
File metadata and controls
21 lines (19 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-FileCopyrightText: 2011-2026 Joe T. Sylve, Ph.D. <joe.sylve@gmail.com>
# SPDX-License-Identifier: GPL-2.0-only
version = 1
[[annotations]]
path = [
"README.md",
"docs/README.md",
"docs/external_modules.md",
".gitignore",
".github/FUNDING.yml",
".github/workflows/pre-commit.yml",
".pre-commit-config.yaml",
".github/workflows/build-test.yml",
"docs/test-architecture.md",
"test/Dockerfile",
"test/kernel-versions.conf",
]
SPDX-FileCopyrightText = "2011-2026 Joe T. Sylve, Ph.D. <joe.sylve@gmail.com>"
SPDX-License-Identifier = "GPL-2.0-only"