mirror of
https://github.com/666ghj/MiroFish.git
synced 2026-04-28 06:31:25 +00:00
Change project license from Apache-2.0 to AGPL-3.0 in package.json, package-lock.json, and backend/pyproject.toml.
This commit is contained in:
parent
fb9a3e50f8
commit
4e96019e0d
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ name = "mirofish-backend"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = { text = "Apache-2.0" }
|
license = { text = "AGPL-3.0" }
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "MiroFish Team" }
|
{ name = "MiroFish Team" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -7,7 +7,7 @@
|
||||||
"": {
|
"": {
|
||||||
"name": "mirofish",
|
"name": "mirofish",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "Apache-2.0",
|
"license": "AGPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^9.1.2"
|
"concurrently": "^9.1.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,5 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0"
|
"license": "AGPL-3.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue