forked from fktn-k/fkYAML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
28 lines (24 loc) · 916 Bytes
/
REUSE.toml
File metadata and controls
28 lines (24 loc) · 916 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
version = 1
SPDX-PackageName = "fkYAML"
SPDX-PackageSupplier = "Kensuke Fukutani <fktn.dev@gmail.com>"
SPDX-PackageDownloadLocation = "https://github.com/fktn-k/fkYAML"
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023-2025 Kensuke Fukutani <fktn.dev@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "thirdparty/Catch2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Two Blue Cubes Ltd. All rights reserved."
SPDX-License-Identifier = "BSL-1.0"
[[annotations]]
path = "thirdparty/imapdl/**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2017 Georg Sauthoff <mail@gms.tf>", "2022, Alexander Stohr, ZF Friedrichshafen AG"]
SPDX-License-Identifier = "GPL-3.0-only"
[[annotations]]
path = "tools/amalgamation/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2012 Erik Edlund <erik.edlund@32767.se>"
SPDX-License-Identifier = "BSD-3-Clause"