From c1c89e7606d0fcaabd60e957924cad3228780d98 Mon Sep 17 00:00:00 2001 From: wangyingjun01 Date: Thu, 12 Jun 2025 14:58:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICEOHV]=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85EventBus=E5=BA=93=E7=9A=84=E5=BC=80=E6=BA=90=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyingjun01 --- en/js/EventBus.md | 3 ++- zh-cn/js/EventBus.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/en/js/EventBus.md b/en/js/EventBus.md index 7c4a0e4d..659e310a 100644 --- a/en/js/EventBus.md +++ b/en/js/EventBus.md @@ -327,4 +327,5 @@ See for details [EventBus](https://github.com/krasimir/EventBus/blob/master/READ ## License -This project is licensed under [The MIT License (MIT)](https://www.mit-license.org/). +This project is licensed under [The MIT License (MIT)](https://github.com/krasimir/EventBus/blob/master/LICENSE). + diff --git a/zh-cn/js/EventBus.md b/zh-cn/js/EventBus.md index a1dd0539..5f5f7c21 100644 --- a/zh-cn/js/EventBus.md +++ b/zh-cn/js/EventBus.md @@ -324,3 +324,7 @@ export default EventBusDemo; ## 遗留问题 ## 其他 + +## 开源协议 + +本项目基于 [The MIT License (MIT)](https://github.com/krasimir/EventBus/blob/master/LICENSE) ,请自由地享受和参与开源。 -- Gitee