-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
32 lines (27 loc) · 1.37 KB
/
REUSE.toml
File metadata and controls
32 lines (27 loc) · 1.37 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
# SPDX-FileCopyrightText: 2026 artefactory contributors <https://github.com/diffo-dev/artefactory/graphs/contributors>
# SPDX-License-Identifier: MIT
version = 1
# Mix lockfiles — generated, no inline header possible
[[annotations]]
path = ["artefact/mix.lock", "artefact_kino/mix.lock", "artefactory_neo4j/mix.lock"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 artefactory contributors <https://github.com/diffo-dev/artefactory/graphs/contributors>"
SPDX-License-Identifier = "MIT"
# Test fixture data — binary/data files that cannot carry inline SPDX headers
[[annotations]]
path = ["artefact/test/data/**", "artefact_kino/test/data/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 artefactory contributors <https://github.com/diffo-dev/artefactory/graphs/contributors>"
SPDX-License-Identifier = "MIT"
# Logos
[[annotations]]
path = ["logos/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 artefactory contributors <https://github.com/diffo-dev/artefactory/graphs/contributors>"
SPDX-License-Identifier = "MIT"
# Dev environment config and generated files — no inline SPDX header possible
[[annotations]]
path = [".env.example", ".reuseignore", "artefactory_neo4j/CHANGELOG.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 artefactory contributors <https://github.com/diffo-dev/artefactory/graphs/contributors>"
SPDX-License-Identifier = "MIT"