Adopt MIT for DSH packages

This commit is contained in:
Tianyi Cui
2026-08-13 01:46:57 +08:00
parent e5819569f4
commit c905c4694e
237 changed files with 414 additions and 258 deletions

View File

@@ -18,7 +18,7 @@
"lib/*.js",
"config"
],
"license": "BSD-3-Clause",
"license": "MIT",
"dependencies": {
"@deepseek-ai/cordis-plugin-hmr": "workspace:^",
"@deepseek-ai/cordis-plugin-include": "workspace:^",

View File

@@ -24,7 +24,7 @@
"dev": "vite",
"watch": "vite build --watch"
},
"license": "BSD-3-Clause",
"license": "MIT",
"dependencies": {
"@deepseek-ai/dsh-client-web": "workspace:^",
"react": "^18.2.0",