diff --git a/LICENSE b/LICENSE index ee5839968a2bf86c93283efc09d40fd050b7cfa2..d9f40ccaa9456253f8b544d1b0520042753942c8 100644 --- a/LICENSE +++ b/LICENSE @@ -53,8 +53,8 @@ 3, 请将如下声明文本放入每个源文件的头部注释中。 - Copyright (c) [Year] [name of copyright holder] - [Software Name] is licensed under Mulan PSL v2. + Copyright (c) [2020] [氦氪版权所有] + [iotos-soft-gateway] is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 @@ -118,8 +118,8 @@ iii Attach the statement to the appropriate annotated syntax at the beginning of each source file. - Copyright (c) [Year] [name of copyright holder] - [Software Name] is licensed under Mulan PSL v2. + Copyright (c) [2020] [氦氪版权所有] + [iotos-soft-gateway] is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 diff --git a/README.md b/README.md index cc642efa1d39d8e25146c76eb6554bc4b1f10297..c4a7c7c7904fbccf84361c8d85ad11d5efb7352a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 本项目是 [氦氪](https://hekr.me/) [IoTOS](https://hekr.me/p-iotos.html) 的配套**专用**软网关开发 Java SDK,用来进行二次开发对接 IoTOS 平台的一套工具集合。 +本 SDK 托管在 [gitee](https://gitee.com/geekhekr/iotos-soft-gateway) 以开源的方式提供给客户使用,使用 [MulanPSL-2.0](https://gitee.com/geekhekr/iotos-soft-gateway/blob/master/LICENSE) 方式授权。 + # 背景 IoTOS 是一套先进的企业级物联网解决方案平台,提供了广泛的设备接入方式,但是因为设备的多样性,无法做到一一兼容,虽然提供了硬件 [边缘网关](https://hekr.me/p-edgeos.html) ,但是也无法满足多样的设备连接方式和多样复杂的协议的要求,所以IoTOS 平台提供了软网关的方式,方便用户自己快速接入设备。