From f6cdc67170d4a26534e4c1e591abb2686fe1b66c Mon Sep 17 00:00:00 2001 From: David Meister Date: Sat, 15 Aug 2026 12:58:08 +0000 Subject: [PATCH] docs: use the SPDX identifier for the licence in README README's License section wrote "DecentraLicense 1.0 (DCL-1.0)". `DCL-1.0` is not a valid SPDX identifier for this licence; `LicenseRef-DCL-1.0` is, and is what every SPDX header, REUSE.toml, foundry.toml, the LICENSE symlink target and CLAUDE.md's parallel License section already use. README was the only bare occurrence, and the one a consumer could copy into their own headers where `reuse lint` would fail on it. Closes #69 Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ccf44..42aacd0 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ Use the nix-pinned `forge` for all development. ## License -DecentraLicense 1.0 (DCL-1.0) — full text in +DecentraLicense 1.0 (SPDX: `LicenseRef-DCL-1.0`) — full text in [`LICENSES/`](LICENSES/LicenseRef-DCL-1.0.txt). Roughly `CAL-1.0` ([opensource.org](https://opensource.org/license/cal-1-0)) plus user-data disclosure obligations consistent with permissionless-blockchain assumptions.