From 875e6d9f867c376d74a871702ebbe9507c9f8b1f Mon Sep 17 00:00:00 2001 From: russofg Date: Sun, 16 Aug 2026 00:41:45 -0300 Subject: [PATCH] fix(docs): keep LICENSE as plain MIT so it is detected GitHub's license detector reported NOASSERTION because LICENSE carried a trailing note about the assets. Any appended text breaks the match, so a public repository lost its license badge. The MIT text is now untouched. The code/art boundary moves to where people actually read it: a line under the title, the table further down, and the top of ASSETS-LICENSE.md. --- ASSETS-LICENSE.md | 5 ++++- LICENSE | 7 ------- README.md | 2 ++ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ASSETS-LICENSE.md b/ASSETS-LICENSE.md index 8d8cb75..e2fa871 100644 --- a/ASSETS-LICENSE.md +++ b/ASSETS-LICENSE.md @@ -3,7 +3,10 @@ Copyright (c) 2026 MateCode. All rights reserved. The **source code** of Event Chaos is MIT licensed — see [`LICENSE`](LICENSE). -This document covers the **assets**, which are not. +That MIT grant covers the code and nothing else. + +This document covers the **assets**, which are licensed separately and more +restrictively. ## What this covers diff --git a/LICENSE b/LICENSE index fdda364..311f48f 100644 --- a/LICENSE +++ b/LICENSE @@ -19,10 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ---- - -This MIT license covers the source code only. - -The visual and audio assets of Event Chaos are licensed separately and more -restrictively. See ASSETS-LICENSE.md. diff --git a/README.md b/README.md index 037f579..618151b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ You are in the technical booth. Cues stack up, clients change their minds mid-sh **[Play it →](https://event-chaos.netlify.app)** · Desktop and mobile · No install, no account +> Code is [MIT](LICENSE). The artwork is [not](ASSETS-LICENSE.md) — credit required, no commercial use. + --- ## Run it locally