Skip to content

Commit cba920b

Browse files
authored
Merge pull request #20 from DeepFundAI/ls-dev
chore: add MIT license
2 parents 1f64e14 + 9be4744 commit cba920b

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/.claude
1515
.npmrc
1616
CLAUDE.md
17-
/license
17+
/certificates
1818
.env.local
1919
.env.production
2020
package-mac-signed.sh

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024-2025 DeepFundAI
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,8 @@ Special thanks to [Eko](https://github.com/FellouAI/eko) - A production-ready ag
197197

198198
## Contributing
199199

200-
Please ensure all API keys are properly configured in development environment files only. Never commit actual API keys to the repository.
200+
Please ensure all API keys are properly configured in development environment files only. Never commit actual API keys to the repository.
201+
202+
## License
203+
204+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

README.zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,7 @@ pnpm run build
192192
## 贡献
193193

194194
请确保所有 API 密钥仅在开发环境文件中配置。永远不要将实际的 API 密钥提交到仓库中。
195+
196+
## 开源协议
197+
198+
本项目采用 MIT 协议开源 - 详见 [LICENSE](LICENSE) 文件。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.11",
44
"description": "DeepFundAI Browser - AI-Powered Intelligent Browser",
55
"author": "Shuai Liu <lsustc@mail.ustc.edu.cn>",
6-
"private": true,
6+
"license": "MIT",
77
"scripts": {
88
"postinstall": "electron-builder install-app-deps",
99
"dev": "concurrently \"next dev -p 5173\" \"npm run build:deps:watch\" \"nodemon --exec electron ./dist/electron/main/index.mjs --watch electron\"",

0 commit comments

Comments
 (0)