Skip to content

Commit d6096f8

Browse files
committed
docs(license): switch project license to MIT
1 parent d0ba9e4 commit d6096f8

10 files changed

Lines changed: 34 additions & 673 deletions

File tree

CONTRIBUTING.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ Scope corresponds to the module or feature area — for example: `proposal`, `sp
8383

8484
## License
8585

86-
Contributions are licensed under the repository's [AGPL-3.0](LICENSE).
86+
Contributions are licensed under the repository's [MIT](LICENSE).

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ scope 对应模块或功能区域,比如 `proposal`、`specs`、`archive`、`w
8686

8787
## 许可证
8888

89-
贡献的代码遵循仓库的 [AGPL-3.0](LICENSE) 许可证。
89+
贡献的代码遵循仓库的 [MIT](LICENSE) 许可证。

LICENSE

Lines changed: 21 additions & 661 deletions
Large diffs are not rendered by default.

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Download the installer for your platform from the [Releases](https://github.com/
207207

208208
## Contributing
209209

210-
FylloCode is licensed under AGPL-3.0. PRs are welcome — please read [CONTRIBUTING.en.md](CONTRIBUTING.en.md) before
210+
FylloCode is licensed under MIT. PRs are welcome — please read [CONTRIBUTING.en.md](CONTRIBUTING.en.md) before
211211
submitting.
212212

213213
## Acknowledgements
@@ -218,7 +218,7 @@ FylloCode is built on top of these open source projects and protocols:
218218

219219
## License
220220

221-
[AGPL-3.0](LICENSE)
221+
[MIT](LICENSE)
222222

223223
## Community
224224

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ FylloCode 的任务结果可以回写到已有的研发系统,保持工具链
183183

184184
## 参与贡献
185185

186-
FylloCode 使用 AGPL-3.0 许可证。欢迎提交 PR,贡献前请阅读 [CONTRIBUTING.md](CONTRIBUTING.md)
186+
FylloCode 使用 MIT 许可证。欢迎提交 PR,贡献前请阅读 [CONTRIBUTING.md](CONTRIBUTING.md)
187187

188188
## 致谢
189189

@@ -193,7 +193,7 @@ FylloCode 构建在这些开源项目和协议之上:
193193

194194
## 许可证
195195

196-
[AGPL-3.0](LICENSE)
196+
[MIT](LICENSE)
197197

198198
## 技术社区
199199

docs/.vitepress/config/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createLocaleSidebar } from "./sidebar.mjs";
22

33
const releaseUrl = "https://github.com/Fioooooooo/FylloCode/releases";
4-
const copyright = "Copyright © 2026 FylloCode";
4+
const copyright = "Copyright © 2026 Fio";
55
const sidebar = createLocaleSidebar({
66
localeDir: "en",
77
docsRoutePrefix: "/en/docs",
@@ -36,7 +36,7 @@ export const en = {
3636
},
3737

3838
footer: {
39-
message: "Released under AGPL-3.0",
39+
message: "Released under MIT",
4040
copyright,
4141
},
4242
},

docs/.vitepress/config/zh.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createLocaleSidebar } from "./sidebar.mjs";
22

33
const releaseUrl = "https://github.com/Fioooooooo/FylloCode/releases";
4-
const copyright = "Copyright © 2026 FylloCode";
4+
const copyright = "Copyright © 2026 Fio";
55
const sidebar = createLocaleSidebar({
66
localeDir: "zh",
77
docsRoutePrefix: "/docs",
@@ -35,7 +35,7 @@ export const zh = {
3535
},
3636

3737
footer: {
38-
message: "基于 AGPL-3.0 发布",
38+
message: "基于 MIT 发布",
3939
copyright,
4040
},
4141
},

docs/en/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Use a scope that matches the module or feature area, such as `overview`, `chat`,
100100

101101
## License
102102

103-
FylloCode is released under the [AGPL-3.0](https://github.com/Fioooooooo/FylloCode/blob/main/LICENSE) license.
103+
FylloCode is released under the [MIT](https://github.com/Fioooooooo/FylloCode/blob/main/LICENSE) license.

docs/zh/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ scope 对应模块或功能区域,例如 `overview`、`chat`、`proposal`、`s
100100

101101
## 许可证
102102

103-
FylloCode 使用 [AGPL-3.0](https://github.com/Fioooooooo/FylloCode/blob/main/LICENSE) 许可证。
103+
FylloCode 使用 [MIT](https://github.com/Fioooooooo/FylloCode/blob/main/LICENSE) 许可证。

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "The governance layer for Coding Agents.",
55
"main": "./out/main/index.js",
66
"author": "Fio<fuyitao2018@gmail.com>",
7+
"license": "MIT",
78
"homepage": "https://fyllocode.cc",
89
"engines": {
910
"node": ">=22",

0 commit comments

Comments
 (0)