-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREUSE.toml
More file actions
22 lines (19 loc) · 672 Bytes
/
REUSE.toml
File metadata and controls
22 lines (19 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version = 1
SPDX-PackageName = "tree-sitter-nim"
SPDX-PackageSupplier = "Leorize <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/alaviss/tree-sitter-nim"
[[annotations]]
path = "test/corpus/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2023 Leorize <[email protected]>"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = "samples/nim/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2006-2023 Andreas Rumpf. All rights reserved."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "samples/cps/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 Andy Davidoff"
SPDX-License-Identifier = "MIT"