-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathREUSE.toml
76 lines (64 loc) · 2.1 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
65
66
67
68
69
70
71
72
73
74
75
76
version = 1
SPDX-PackageName = "CJIT"
SPDX-PackageSupplier = "Denis Roio <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/dyne/cjit"
[[annotations]]
path = ["src/**", "build/**", "test/**", "examples/**", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Dyne.org foundation"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "src/cwalk.*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Leonard Iklé"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "src/array.*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2015-2020 Sun Dro ([email protected])"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [".*", ".github/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Dyne.org foundation"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "lib/tinycc/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2001-2004 Fabrice Bellard"
SPDX-License-Identifier = "LGPL-2.1-or-later"
[[annotations]]
path = ["examples/tinyc.games/**", "examples/tetris/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2016 Jer Wilson"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["examples/opengl.c"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2020 Andrew Dailey"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "examples/tinyc.games/res/PixelatedEleganceRegular.ttf"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 GGBotNet"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = "test/dmon.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2023 Sepehr Taghdisian"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "assets/stb/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2009-2021 Sean Barrett"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = "assets/win32ports/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 win32ports"
SPDX-License-Identifier = "MIT-0"
[[annotations]]
path = ["docs/**", "**.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Dyne.org foundation"
SPDX-License-Identifier = "CC-BY-SA-4.0"