From 7a3220aff52424847cebe1d2d1ca23ed0f78235c Mon Sep 17 00:00:00 2001 From: Ke Sun Date: Tue, 24 Mar 2026 12:11:35 +0800 Subject: [PATCH] chore: Move LICENSE file to project root - Relocate LICENSE from api/ directory to project root - Simplifies license visibility and accessibility for the entire project - Aligns with standard project structure conventions --- api/LICENSE => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename api/LICENSE => LICENSE (100%) diff --git a/api/LICENSE b/LICENSE similarity index 100% rename from api/LICENSE rename to LICENSE