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:
666ghj
2025-12-22 16:41:45 +08:00
parent fb9a3e50f8
commit 4e96019e0d
3 changed files with 3 additions and 3 deletions

View File

@@ -17,5 +17,5 @@
"engines": {
"node": ">=18.0.0"
},
"license": "Apache-2.0"
"license": "AGPL-3.0"
}