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
NOTICE — solid-pod-rs
=====================
Copyright (c) 2026 DreamLab-AI and contributors.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, version 3.
See LICENSE for full AGPL-3.0 terms.
Provenance
----------
solid-pod-rs inherits its licence from the JavaScriptSolidServer (JSS)
ecosystem covenant. JSS is an AGPL-3.0-only project maintained by the
JavaScriptSolidServer organisation at
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer.
The lineage:
1. JSS (JavaScript, AGPL-3.0-only) — reference implementation + ecosystem
covenant origin.
2. dreamlab-ai/solid-pod-rs (Rust, AGPL-3.0) — this standalone Rust port.
We inherit AGPL-3.0 deliberately to preserve the network-service copyleft
protection JSS established. Downstream consumers operating solid-pod-rs
as a network-accessible service must make their corresponding source code
available to their users per AGPL §13.
Solid Protocol
--------------
Implementation follows the W3C Solid Protocol 0.11. Protocol specifications
themselves are not under any licence claim from this project.
Attribution
-----------
Our gratitude to:
- the JavaScriptSolidServer contributors for the reference implementation
and the AGPL-3.0 covenant we inherit
- the W3C Solid Protocol editors for the specifications
- the Rust ecosystem crates this work depends on (see Cargo.toml)