forked from MikePopoloski/slang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
66 lines (61 loc) · 1.64 KB
/
Copy pathREUSE.toml
File metadata and controls
66 lines (61 loc) · 1.64 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
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
65
66
version = 1
SPDX-PackageName = "slang"
SPDX-PackageSupplier = "Michael Popoloski <mike@popoloski.com>"
SPDX-PackageDownloadLocation = "https://sv-lang.com/"
[[annotations]]
path = [
"docs/**.dox",
"docs/grammar.md",
"docs/index.html",
"docs/Doxyfile.in",
"examples/**/README.md",
"external/ieee1800/*.h",
"pyslang/docs/pages/index.rst",
"pyslang/examples/README.md",
"pyslang/tests/some_file.svh",
"scripts/**",
"tests/unittests/data/**",
"tests/regression/**",
"tools/**/README.md",
".github/**",
".vscode/**",
".clang-format",
".clang-tidy",
".editorconfig",
".flake8",
".git_archival.txt",
".gitattributes",
".gitignore",
".lcovrc",
".pre-commit-config.yaml",
"CHANGELOG.md",
"codecov.yml",
"CMakePresets.json",
"CODE_OF_CONDUCT.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"README.md",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michael Popoloski"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["external/boost_unordered.hpp", "external/boost_concurrent.hpp"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Boost authors"
SPDX-License-Identifier = "BSL-1.0"
[[annotations]]
path = "external/expected.hpp"
precedence = "aggregate"
SPDX-FileCopyrightText = "Martin Moene"
SPDX-License-Identifier = "BSL-1.0"
[[annotations]]
path = "external/BS_thread_pool.hpp"
precedence = "aggregate"
SPDX-FileCopyrightText = "Barak Shoshany"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "docs/cppreference-doxygen-web.tag.xml"
precedence = "aggregate"
SPDX-FileCopyrightText = "cppreference.com"
SPDX-License-Identifier = "CC-BY-SA-3.0"