-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy pathREUSE.toml
More file actions
78 lines (71 loc) · 2.09 KB
/
REUSE.toml
File metadata and controls
78 lines (71 loc) · 2.09 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
67
68
69
70
71
72
73
74
75
76
77
78
version = 1
# .uid and .gdignore files are machine-generated and must be checked in but do not involve any
# creative work.
[[annotations]]
path = [
"**/*.uid",
"**/*.gdignore",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
# Godot resource files are creative works, but cannot contain copyright or
# license headers. Comments are supported, but will be discarded by the editor
# when saving changes to these files.
[[annotations]]
path = [
"addons/git_lfs_checker/plugin.cfg",
"addons/sprite_frames_exported_textures/plugin.cfg",
"addons/storyquest_bootstrap/plugin.cfg",
"addons/storyquest_bootstrap/*.tscn",
"addons/threadbare_project_settings/plugin.cfg",
"locale/*.po",
"locale/*.pot",
"scenes/*.tscn",
"scenes/**/*.tscn",
"scenes/**/*.tres",
"tiles/**/*.tscn",
"tiles/**/*.tres",
# .import files are largely machine-generated but developers can tweak their contents
"**/*.import",
"default_bus_layout.tres",
"export_presets.cfg",
"project.godot",
]
SPDX-FileCopyrightText = "The Threadbare Authors"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = "addons/dialogue_manager/**"
SPDX-FileCopyrightText = "2022-present Nathan Hoad and Dialogue Manager contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "addons/input_helper/**"
SPDX-FileCopyrightText = "2022-present Nathan Hoad"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"assets/third_party/tiny-swords/**/*.png",
"assets/third_party/tiny-swords/**/*.aseprite",
]
SPDX-FileCopyrightText = "Pixel Frog"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"assets/first_party/**/*.aseprite",
"assets/first_party/**/*.mp3",
"assets/first_party/**/*.ogg",
"assets/first_party/**/*.ogv",
"assets/first_party/**/*.piskel",
"assets/first_party/**/*.png",
"assets/first_party/**/*.svg",
"assets/first_party/**/*.wav",
"scenes/**/*.aseprite",
"scenes/**/*.mp3",
"scenes/**/*.ogg",
"scenes/**/*.ogv",
"scenes/**/*.piskel",
"scenes/**/*.png",
"scenes/**/*.svg",
"scenes/**/*.wav",
]
SPDX-FileCopyrightText = "The Threadbare Authors"
SPDX-License-Identifier = "CC-BY-SA-4.0"