-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREUSE.toml
More file actions
60 lines (57 loc) · 1.57 KB
/
REUSE.toml
File metadata and controls
60 lines (57 loc) · 1.57 KB
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
59
60
# NOTE: This project does not attribute contributors individually. Instead refer to `git log --format="%an <%aE>" | sort -u` for a list of individual contributors.
SPDX-PackageDownloadLocation = "https://gitlab.archlinux.org/archlinux/alpm/alpm"
SPDX-PackageName = "alpm"
SPDX-PackageSupplier = "Arch Linux"
version = 1
[[annotations]]
SPDX-FileCopyrightText = "ALPM Contributors"
SPDX-License-Identifier = "Apache-2.0 OR MIT"
path = ["**.ers", "**.py", "**.pyi", "**.rs"]
precedence = "aggregate"
[[annotations]]
SPDX-FileCopyrightText = "ALPM Contributors"
SPDX-License-Identifier = "CC0-1.0"
path = [
"**.bash",
"**.desc",
"**.ftl",
"**.json",
"**.jsonc",
"**.lock",
"**.mtree",
"**.pkgbuild",
"**.sh",
"**.snap",
"**.srcinfo",
"**.stub",
"**.toml",
"**/.gitignore",
"**justfile",
"*.yml",
".cargo/runner.sh",
".codespellrc",
".gitlab/CODEOWNERS",
".gitmodules",
".gource.conf",
".lycheeignore",
".mailmap",
".shellcheckrc",
"alpm-db/tests/parse_errors/files/*.files",
"alpm-repo-db/tests/parse_errors/files/*.files",
"alpm-soname/tests/test_files/*",
"alpm-srcinfo/tests/files/*.srcinfo",
]
precedence = "aggregate"
[[annotations]]
SPDX-FileCopyrightText = "ALPM Contributors"
SPDX-License-Identifier = "CC-BY-SA-4.0"
path = [
"**.md",
"alpm-lint-website/**/*.css",
"alpm-lint-website/**/*.html",
"alpm-lint-website/**/*.js",
"alpm-lint-website/**/*.scss",
"alpm-lint-website/static/icons/*.ico",
"alpm-lint-website/static/icons/*.png",
]
precedence = "aggregate"