From 73a9cfbf1c970edb867afde692a137edbed83c3e Mon Sep 17 00:00:00 2001 From: yieldhunting Date: Sun, 30 Aug 2026 01:25:01 +0700 Subject: [PATCH] chore: rename LICENCE to LICENSE so GitHub detects BUSL-1.1 GitHub's licence detection only matches the American spelling, so the repository currently reports "Other" / NOASSERTION despite carrying a standard Business Source License 1.1. Renaming the file makes the licence show in the repo sidebar, the API, and downstream tooling that reads it. No change to the licence text or terms. Co-Authored-By: Claude Opus 5 --- LICENCE => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENCE => LICENSE (100%) diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE