diff --git a/README.md b/README.md
index b91669d813..af2c51f2ef 100644
--- a/README.md
+++ b/README.md
@@ -72,9 +72,4 @@ NocoBase supports three installation methods:
- Installing from Git source code
- If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.
-
-## License
-
-- [Core packages](https://github.com/nocobase/nocobase/tree/main/packages/core) are [Apache 2.0 licensed](./LICENSE-APACHE-2.0).
-- [Plugins packages](https://github.com/nocobase/nocobase/tree/main/packages/plugins) are [AGPL 3.0 licensed](./LICENSE-AGPL).
+ If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.
\ No newline at end of file
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 5de82de03e..39e0534653 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -69,8 +69,3 @@ NocoBase 支持三种安装方式:
- Git 源码安装
如果你想体验最新未发布版本,或者想参与贡献,需要在源码上进行修改、调试,建议选择这种安装方式,对开发技术水平要求较高,如果代码有更新,可以走 git 流程拉取最新代码。
-
-## 协议
-
-- [内核](https://github.com/nocobase/nocobase/tree/main/packages/core) 采用 [Apache 2.0 协议](./LICENSE-APACHE-2.0);
-- [插件](https://github.com/nocobase/nocobase/tree/main/packages/plugins) 采用 [AGPL 3.0 协议](./LICENSE-AGPL)。