-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
24 lines (21 loc) · 711 Bytes
/
REUSE.toml
File metadata and controls
24 lines (21 loc) · 711 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
version = 1
SPDX-PackageName = "foreex"
SPDX-PackageSupplier = "Max Harmathy <harmathy@alumni.tum.de>"
SPDX-PackageDownloadLocation = "https://codeberg.org/harmathy/foreex"
[[annotations]]
path = [
".clang-format",
".editorconfig",
".github/workflows/main.yml",
".gitignore",
"REUSE.toml",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (C) 2022 Max Harmathy <harmathy@alumni.tum.de>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["README.md", "data/foreex.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (C) 2022 Max Harmathy <harmathy@alumni.tum.de>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
SPDX-FileComment = "documentation"