-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
REUSE.toml
64 lines (54 loc) · 1.99 KB
/
REUSE.toml
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
53
54
55
56
57
58
59
60
61
62
63
64
version = 1
SPDX-PackageName = "md4qt"
SPDX-PackageSupplier = "Igor Mironchik <igor.mironchik@gmail.com>"
SPDX-PackageDownloadLocation = "https://github.com/igormironchik/md4qt"
[[annotations]]
path = ["tests/auto/commonmark/0.30/spec.json", "tests/auto/commonmark/0.31.2/spec.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "John MacFarlane"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = ["tests/auto/commonmark/0.30/**.md", "tests/auto/commonmark/0.31.2/**.md", "tests/auto/html/data/**.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2024 Igor Mironchik <igor.mironchik@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/md_benchmark/3rdparty/cmark-gfm/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 John MacFarlane"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "3rdparty/doctest/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2021 Viktor Kirilov"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["tests/auto/test_parser/data/**", "doc/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2024 Igor Mironchik <igor.mironchik@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/auto/gfm/data/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = "tests/manual/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [".gitignore", ".kde-ci.yml", "conanfile.txt", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "tests/utils/entity/entities.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "WHATWG (Apple, Google, Mozilla, Microsoft)"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "tests/utils/entity/main.cpp"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2024 Igor Mironchik <igor.mironchik@gmail.com>"
SPDX-License-Identifier = "MIT"