From 3097b2cbfdec0b602fc1d1dc33e470a1ef0ecc44 Mon Sep 17 00:00:00 2001 From: satyakwok <119509589+satyakwok@users.noreply.github.com> Date: Wed, 13 May 2026 20:22:12 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme):=20fix=20License=20section=20?= =?UTF-8?q?=E2=80=94=20file=20IS=20committed=20(MIT)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous section said "No LICENSE file is committed yet — source is All rights reserved until one lands" but the repo actually carries an MIT LICENSE file. The dated comment was a holdover from before the license decision was made. Reframed as the actual posture: MIT, copyright Sentrix Labs, with the contrast against the chain repo's BUSL-1.1 preserved (different repos, different license decisions). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5413aed..93b57a6 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,4 @@ pnpm init ## License -No `LICENSE` file is committed yet — source is **All rights reserved** until one lands. The Sentrix Chain protocol itself (separate repo, [`sentrix-labs/sentrix`](https://github.com/sentrix-labs/sentrix)) is BUSL-1.1; this monorepo's license is decided independently and will be added here when finalized. +[MIT](LICENSE) — Copyright (c) 2026 Sentrix Labs. The Sentrix Chain protocol itself (separate repo, [`sentrix-labs/sentrix`](https://github.com/sentrix-labs/sentrix)) is BUSL-1.1; this monorepo is independently licensed.