You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: provenance correction — JSS = JavaScriptSolidServer, not Community Solid Server
v0.3.0-alpha.1 mis-attributed the upstream JSS reference to the
wrong Solid server project (wrong repository, wrong licence, wrong
author). The actual reference implementation is JavaScriptSolidServer
(JSS), at github.com/JavaScriptSolidServer/JavaScriptSolidServer,
maintained by the JavaScriptSolidServer contributors and licensed
AGPL-3.0-only.
Corrections (documentation only):
- README.md: prominent correction notice; Provenance section
rewritten; Related projects entry replaced; Licence section
clarified re: AGPL-3.0 for JSS; closing attribution fixed.
- NOTICE: upstream lineage §3 rewritten; new "Licence relationship
to JavaScriptSolidServer (JSS)" section with explicit
non-derivative-work claims and rationale for MIT/Apache-2.0 dual
licensing despite JSS being AGPL.
- CHANGELOG.md: new [0.3.0-alpha.2] entry; alpha.1 credit line fixed.
- GAP-ANALYSIS.md: title, intro paragraph, and upstream URL corrected;
non-derivative-work stance added.
- CONTRIBUTING.md: parity-checklist prose fixed.
- PARITY-CHECKLIST.md: intro prose fixed.
- Cargo.toml: version bumped to 0.3.0-alpha.2.
- tests/interop_jss.rs, tests/wac_inheritance.rs: module docstrings
corrected; WAC corpus adds independent-authorship assertion.
Zero source or test behaviour changes between alpha.1 and alpha.2.
Upgrade is safe with no API or behavioural deltas.
Co-Authored-By: claude-flow <ruv@ruv.net>
0 commit comments