nandi/jolt-nativepublic Fork 0
fc16d8e
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Say which licence, in the place people look for it

The workspace declared MIT and carried no LICENSE file. Both projects this
code came from declare MIT too, so nothing changes — it is only written
down now, along with where each part came from.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-08-30T17:05:01-07:00 Browse files
fc16d8e parent: cfd3e36
added LICENSE +21 -0
new file mode 100644
@@ -0,0 +1,21 @@
1+MIT License
2+
3+Copyright (c) 2026 nandi
4+
5+Permission is hereby granted, free of charge, to any person obtaining a copy
6+of this software and associated documentation files (the "Software"), to deal
7+in the Software without restriction, including without limitation the rights
8+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+copies of the Software, and to permit persons to whom the Software is
10+furnished to do so, subject to the following conditions:
11+
12+The above copyright notice and this permission notice shall be included in all
13+copies or substantial portions of the Software.
14+
15+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+SOFTWARE.
new file mode 100644
@@ -0,0 +1,21 @@
1+MIT License
2+
3+Copyright (c) 2026 nandi
4+
5+Permission is hereby granted, free of charge, to any person obtaining a copy
6+of this software and associated documentation files (the "Software"), to deal
7+in the Software without restriction, including without limitation the rights
8+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+copies of the Software, and to permit persons to whom the Software is
10+furnished to do so, subject to the following conditions:
11+
12+The above copyright notice and this permission notice shall be included in all
13+copies or substantial portions of the Software.
14+
15+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+SOFTWARE.
modified README.md +8 -0
@@ -132,3 +132,11 @@ rules — catch panics at every entry point, lend strings from a `Scratch` rathe
132132 than handing out memory to free, and let the caller ask rather than calling it
133133 back. A consumer then names your object in `:jolt/native` alongside whichever
134134 others it wants, and pays for nothing else.
135+
136+## License
137+
138+MIT — the same as the projects this code came from: `crates/vidya-*` and
139+`jolt/glimmer-vidya` from [vidya](https://tangled.org/nandi.uk/vidya),
140+`crates/jolt-moq`'s media plane from
141+[sleek](https://github.com/codegod100/sleek). `third-party/cpal` is a vendored
142+pin of [cpal](https://github.com/RustAudio/cpal) and keeps its own licence.
@@ -132,3 +132,11 @@ rules — catch panics at every entry point, lend strings from a `Scratch` rathe
132 than handing out memory to free, and let the caller ask rather than calling it132 than handing out memory to free, and let the caller ask rather than calling it
133 back. A consumer then names your object in `:jolt/native` alongside whichever133 back. A consumer then names your object in `:jolt/native` alongside whichever
134 others it wants, and pays for nothing else.134 others it wants, and pays for nothing else.
135+
136+## License
137+
138+MIT — the same as the projects this code came from: `crates/vidya-*` and
139+`jolt/glimmer-vidya` from [vidya](https://tangled.org/nandi.uk/vidya),
140+`crates/jolt-moq`'s media plane from
141+[sleek](https://github.com/codegod100/sleek). `third-party/cpal` is a vendored
142+pin of [cpal](https://github.com/RustAudio/cpal) and keeps its own licence.