From f7abc1bb10484d27de1dcdac45e9433d3d5b75c9 Mon Sep 17 00:00:00 2001 From: Serkyo Date: Sun, 28 Jun 2026 03:29:49 +0200 Subject: [PATCH] docs(workspace): fix comma splice in license asset note --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 2618704..d099086 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -37,7 +37,7 @@ To view a copy of this license, visit [http://creativecommons.org/licenses/by-nc This license explicitly permits the creation and distribution of **resource packs** that modify or replace official assets, provided they remain non-commercial and are themselves released under CC-BY-NC-SA 4.0. -**Open distribution of assets:** Game assets are published openly in this repository (typically tracked via Git LFS). This is intentional. Modders, resource pack authors, and self-builders are welcome to clone, reference, and remix them. The non-commercial and share-alike obligations remain in force regardless of how the assets are obtained, cloning the repository does not grant any commercial-use rights. +**Open distribution of assets:** Game assets are published openly in this repository (typically tracked via Git LFS). This is intentional. Modders, resource pack authors, and self-builders are welcome to clone, reference, and remix them. The non-commercial and share-alike obligations remain in force regardless of how the assets are obtained. Cloning the repository does not grant any commercial-use rights. ---