From 8d0392e34423e2e498e0c54d568987b6b9d385ac Mon Sep 17 00:00:00 2001 From: CaiYiming0503 <1035030749@qq.com> Date: Mon, 12 Sep 2022 16:10:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E8=AE=A2]=E4=BF=AE=E6=94=B9=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91680fa9b6..d15271a336 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ RT-Thread BSP can be compiled directly and downloaded to the corresponding devel # License -RT-Thread is an open source software and has been licensed under Apache License Version 2.0 since v3.1.1. License information and copyright information can generally be seen at the beginning of the code: +RT-Thread follows the Apache License 2.0 free software license. It's completely open-source, can be used in commercial applications for free, does not require the disclosure of code, and has no potential commercial risk. License information and copyright information can generally be seen at the beginning of the code: ```c /* Copyright (c) 2006-2018, RT-Thread Development Team diff --git a/README_zh.md b/README_zh.md index e1c67ab0f1..dcd08478ca 100644 --- a/README_zh.md +++ b/README_zh.md @@ -150,7 +150,7 @@ RT-Thread视频中心提供了一系列RT-Thread相关教程及分享内容。 # **许可协议** -RT-Thread系统完全开源,3.1.0 及以前的版本遵循 GPL V2 + 开源许可协议。从 3.1.0 以后的版本遵循Apache License 2.0开源许可协议,可以免费在商业产品中使用,并且不需要公开私有代码。 +RT-Thread 系统完全开源,遵循 Apache License 2.0 开源许可协议,可以免费在商业产品中使用,并且不需要公开私有代码,没有潜在商业风险。 ``` /* -- GitLab