39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
# WCL Node Registry
|
|
|
|
This repository is the federation hub for the **WellSpr.ing Covenant License (WCL)**
|
|
distributed node network.
|
|
|
|
## What lives here
|
|
|
|
| File | Purpose |
|
|
|---|---|
|
|
| `WCL-1.1.md` | Current license text (canonical git copy) |
|
|
| `WCL-1.0.md` | Previous version (archived) |
|
|
| `nodes.txt` | Registry of federated WCL node URLs |
|
|
| `CONTRIBUTING.md` | How to register your node |
|
|
|
|
## The node architecture
|
|
|
|
WCL-1.1 removes the dissolution clause and replaces it with this network.
|
|
A WCL node is any publicly-accessible URL that hosts the WCL-1.1 license text.
|
|
The network of nodes is the license — it cannot be taken down by removing any single URL.
|
|
|
|
**Canonical served page:** https://wellspr.ing/license/wcl-1.1
|
|
**Canonical git copy:** https://git.wellspr.ing/WellBuilder/wcl-nodes/raw/branch/main/WCL-1.1.md
|
|
**Version index:** https://wellspr.ing/license/wcl
|
|
|
|
## Running a node
|
|
|
|
1. Host `WCL-1.1.md` at a stable URL
|
|
2. Submit a pull request adding your URL to `nodes.txt`
|
|
3. Optionally mirror the release bundle from `git.wellspr.ing/WellBuilder/notshop-bundle`
|
|
|
|
## Using WCL in your project
|
|
|
|
Add to your README:
|
|
|
|
```
|
|
Licensed under WCL-1.1. See https://wellspr.ing/license/wcl-1.1
|
|
```
|
|
|
|
SPDX identifier: `LicenseRef-WCL-1.1`
|