-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
161 lines (145 loc) · 4.48 KB
/
REUSE.toml
File metadata and controls
161 lines (145 loc) · 4.48 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# REUSE configuration for StreamKit
# This file specifies licensing information for files that cannot or should not
# have license headers embedded directly (e.g., generated code, binary files).
# See: https://reuse.software/spec/
version = 1
# Generated TypeScript types from Rust code
[[annotations]]
path = [
"ui/src/types/generated/**",
"crates/api/bindings/**",
"crates/core/bindings/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Generated WASM plugin bindings (Rust)
[[annotations]]
path = "sdks/plugin-sdk/wasm/rust/src/generated/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Generated Go bindings for WASM plugins
[[annotations]]
path = "sdks/plugin-sdk/go/bindings/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Generated C bindings for WASM plugins
[[annotations]]
path = ["sdks/plugin-sdk/c/src/**", "sdks/plugin-sdk/c/include/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Configuration files
[[annotations]]
path = [
"**/*.toml",
"**/*.json",
"**/*.yml",
"**/*.yaml",
".gitignore",
"**/.gitignore",
"**/.prettierignore",
".editorconfig",
"**/.nvmrc",
"rust-toolchain.toml",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Binary and data files (audio samples, images, compiled objects)
[[annotations]]
path = [
"samples/audio/sample.*",
"**/*.png",
"**/*.ico",
"**/*.wasm",
"**/*.o",
"samples/sample.txt",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Bundled DejaVu fonts (Bitstream Vera / DejaVu permissive license)
[[annotations]]
path = "assets/fonts/*.ttf"
precedence = "override"
SPDX-FileCopyrightText = "© 2003 Bitstream, Inc. All Rights Reserved. DejaVu changes are in public domain."
SPDX-License-Identifier = "Bitstream-Vera"
[[annotations]]
path = "assets/fonts/LICENSE-DejaVu.txt"
precedence = "override"
SPDX-FileCopyrightText = "© 2003 Bitstream, Inc. All Rights Reserved. DejaVu changes are in public domain."
SPDX-License-Identifier = "Bitstream-Vera"
# Lock files (auto-generated, licensed as MPL-2.0 for simplicity)
[[annotations]]
path = [
"**/Cargo.lock",
"**/bun.lock",
"**/package-lock.json",
"**/wkg.lock",
"**/go.sum",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Bun dependency patches. These are unified-diff files generated by `bun patch`;
# inline SPDX headers would corrupt the patch format. Context/removed lines are
# verbatim from the upstream package (see the package's own license declared in
# its package.json). Added lines are StreamKit contributions under MPL-2.0.
# Annotated with the upstream @moq/hang license for the derived content.
[[annotations]]
path = "ui/patches/**"
precedence = "aggregate"
SPDX-FileCopyrightText = [
"© 2025 StreamKit Contributors",
"© Luke Curley and moq-dev contributors",
]
SPDX-License-Identifier = "MIT OR Apache-2.0"
# Build artifacts and external dependencies (excluded from REUSE checks)
[[annotations]]
path = [
"target/**",
".streamkit/**",
"node_modules/**",
"dist/**",
"build/**",
".next/**",
"wit/deps/**",
"docs/dist/**",
"docs/.astro/**",
"**/go.mod",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Our WIT interface definition
[[annotations]]
path = "wit/plugin.wit"
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Documentation site generated/config files
[[annotations]]
path = [
"docs/_internal/**",
"docs/public/**",
"docs/src/assets/**",
"docs/src/content.config.ts",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2025 StreamKit Contributors"
SPDX-License-Identifier = "MPL-2.0"
# Vendored third-party docs assets
[[annotations]]
path = "docs/public/vendor/**"
precedence = "override"
SPDX-FileCopyrightText = "© Mermaid contributors"
SPDX-License-Identifier = "MIT"
# LibriSpeech audio samples (CC-BY-4.0)
[[annotations]]
path = "samples/audio/system/speech_2m.*"
precedence = "aggregate"
SPDX-FileCopyrightText = "© 2014 Vassil Panayotov"
SPDX-License-Identifier = "CC-BY-4.0"