From 4e96019e0d8f3115dd9ab80f2d17e016cd98f5fa Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Mon, 22 Dec 2025 16:41:45 +0800 Subject: [PATCH] Change project license from Apache-2.0 to AGPL-3.0 in package.json, package-lock.json, and backend/pyproject.toml. --- backend/pyproject.toml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0ffeaa7..8f665c0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -3,7 +3,7 @@ name = "mirofish-backend" version = "0.1.0" description = "MiroFish - 简洁通用的群体智能引擎,预测万物" requires-python = ">=3.11" -license = { text = "Apache-2.0" } +license = { text = "AGPL-3.0" } authors = [ { name = "MiroFish Team" } ] diff --git a/package-lock.json b/package-lock.json index 9ee6fcf..64b5f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "mirofish", "version": "0.1.0", - "license": "Apache-2.0", + "license": "AGPL-3.0", "devDependencies": { "concurrently": "^9.1.2" }, diff --git a/package.json b/package.json index a5a2c97..a25b7c5 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,5 @@ "engines": { "node": ">=18.0.0" }, - "license": "Apache-2.0" + "license": "AGPL-3.0" }