-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREUSE.toml
More file actions
39 lines (36 loc) · 877 Bytes
/
REUSE.toml
File metadata and controls
39 lines (36 loc) · 877 Bytes
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
version = 1
SPDX-PackageName = "OpenStream"
SPDX-PackageSupplier = "Magenta ApS <info@magenta.dk>"
[[annotations]]
path = [
"**poetry.lock",
"**.xml",
"**.rst",
"**.odt",
"**.pdf",
"**.md",
"**.docx",
"**.png",
"**.html",
"**.svg",
"**.ico",
"**.xlsx",
"**.mp4",
"**.env",
"**.jpg",
"**.woff",
"**.ttf",
"**.woff2"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Magenta ApS <info@magenta.dk>"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "**.json"
SPDX-FileCopyrightText = "2025 Magenta ApS <info@magenta.dk>"
SPDX-License-Identifier = "AGPL-3.0-only"
# Third-party media files - NOT owned by Magenta ApS
[[annotations]]
path = "dev-environment/minio_test_media/**"
SPDX-FileCopyrightText = "Various third-party authors"
SPDX-License-Identifier = "LicenseRef-ThirdParty"