From 4c3637d76b8f067bb9d955cf7813502a503acd76 Mon Sep 17 00:00:00 2001 From: Kevin Rajan <7121943+kvnloo@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:39:55 +0000 Subject: [PATCH] docs: match README license line to Commons Clause LICENSE.md allows commercial use of the Software in an application, website, or product, but forbids selling, sublicensing, or redistributing the components themselves. The README one-liner only said "free for personal and commercial use," which understates that restriction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 316ef8de6..1686a125b 100644 --- a/README.md +++ b/README.md @@ -134,4 +134,4 @@ React Bits occasionally draws inspiration from publicly available code examples. ## 📄 License -[MIT + Commons Clause](https://github.com/davidhdev/react-bits/blob/main/LICENSE.md) — free for personal and commercial use. +[MIT + Commons Clause](https://github.com/davidhdev/react-bits/blob/main/LICENSE.md) — commercial use in an app, website, or product is allowed; selling, sublicensing, or redistributing the components themselves is not.