-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREUSE.toml
98 lines (76 loc) · 2.63 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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
version = 1
SPDX-PackageName = "whiteprint"
SPDX-PackageSupplier = "The Whiteprints Authors <whiteprints@pm.me>"
SPDX-PackageDownloadLocation = "https://github.com/whiteprints/whiteprint"
# Project root
[[annotations]]
path = "REUSE.toml"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = "README.md"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "MAINTAINERS.md"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "CC0-1.0"
## Jinja includes
[[annotations]]
path = "includes/*.jinja"
precedence = "override"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
## scripts
[[annotations]]
path = "scripts/*.sh"
precedence = "override"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
## Project configuration
[[annotations]]
path = "copier.yml"
precedence = "override"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = ".python-versions"
precedence = "override"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
## Tools configuration
[[annotations]]
path = ".gitignore"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = ".gitattributes"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
## Project configuration
[[annotations]]
path = ".pre-commit-config.yaml"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
## Continuous Integration
[[annotations]]
path = ".github/**/*.yml"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = ".github/CODEOWNERS"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "CC0-1.0"
## Template
[[annotations]]
path = "template/**"
precedence = "override"
SPDX-FileCopyrightText = "© 2024 The Whiteprints Authors <whiteprints@pm.me>"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = "template/CODE_OF_CONDUCT.md.jinja"
SPDX-FileCopyrightText = [
"© 2014 Coraline Ada Ehmeke",
"© 2024 The Whiteprints Authors <whiteprints@pm.me>",
]
SPDX-License-Identifier = "CC-BY-4.0"