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" }