-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathREUSE.toml
More file actions
52 lines (49 loc) · 1.39 KB
/
REUSE.toml
File metadata and controls
52 lines (49 loc) · 1.39 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
version = 1
# RSQKit content (Documentation and assets)
[[annotations]]
path = [
"pages/**",
"assets/img/**",
"images/**",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"GOVERNANCE.md",
"index.md",
"INSTALL.md",
"LICENSE.md",
"README.md",
"TOOLS_SELECTION_CRITERIA.md"
]
SPDX-FileCopyrightText = "2025 RSQKit Authors and Organisations, including https://everse.software/RSQKit/contributors, https://everse.software/about/consortium/"
SPDX-License-Identifier = "CC-BY-4.0"
SPDX-Year = "2025"
SPDX-FileType = "Documentation"
# Software and configurations
[[annotations]]
path = [
"docker-compose.yml",
"Dockerfile",
"Gemfile",
"_config.yml",
"scripts/**",
"_scripts/**",
"_sass/**",
"_layouts/**",
"_includes/**",
"_data/**",
".github/**"
]
SPDX-FileCopyrightText = "2025 RSQKit Authors and Organisations, including https://everse.software/RSQKit/contributors, https://everse.software/about/consortium/"
SPDX-License-Identifier = "MIT"
SPDX-Year = "2025"
SPDX-FileType = "Configuration"
SPDX-Dependencies = ["docker", "ruby"]
# Metadata files
[[annotations]]
path = [
"CITATION.cff",
"codemeta.json",
".gitignore"
]
SPDX-FileCopyrightText = "2025 RSQKit Authors and Organisations, including https://everse.software/RSQKit/contributors, https://everse.software/about/consortium/"
SPDX-License-Identifier = "CC0-1.0"