-
-
Notifications
You must be signed in to change notification settings - Fork 373
Expand file tree
/
Copy pathREUSE.toml
More file actions
32 lines (26 loc) · 1.23 KB
/
REUSE.toml
File metadata and controls
32 lines (26 loc) · 1.23 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
# SPDX-FileCopyrightText: 2019 ash contributors <https://github.com/ash-project/ash/graphs/contributors>
#
# SPDX-License-Identifier: MIT
version = 1
# AALang-Gab assets are JSON-LD and other formats that cannot carry SPDX tags inline;
# annotate the tree for REUSE compliance (see https://reuse.software/spec/).
[[annotations]]
path = "lib/AALang-Gab/.gitignore"
SPDX-FileCopyrightText = "2019 ash contributors <https://github.com/ash-project/ash/graphs/contributors>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/AALang-Gab/**/*.jsonld"
SPDX-FileCopyrightText = "2019 ash contributors <https://github.com/ash-project/ash/graphs/contributors>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/AALang-Gab/**/*.md"
SPDX-FileCopyrightText = "2019 ash contributors <https://github.com/ash-project/ash/graphs/contributors>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/AALang-Gab/**/*.py"
SPDX-FileCopyrightText = "2019 ash contributors <https://github.com/ash-project/ash/graphs/contributors>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/AALang-Gab/**/*.aacomp"
SPDX-FileCopyrightText = "2019 ash contributors <https://github.com/ash-project/ash/graphs/contributors>"
SPDX-License-Identifier = "MIT"