mirror of
https://github.com/nickrunning/wechat-selkies.git
synced 2026-05-09 00:24:09 +00:00
docs: update LICENSE
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
23
README.md
23
README.md
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/nickrunning/wechat-selkies/stargazers)
|
||||
[](https://github.com/nickrunning/wechat-selkies/network/members)
|
||||
[](https://github.com/nickrunning/wechat-selkies/issues)
|
||||
[](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE)
|
||||
[](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE)
|
||||
[](https://hub.docker.com/r/nickrunning/wechat-selkies)
|
||||
[](https://hub.docker.com/r/nickrunning/wechat-selkies)
|
||||
[](https://github.com/nickrunning/wechat-selkies/releases)
|
||||
@@ -173,23 +173,14 @@ docker-compose logs -f wechat-selkies
|
||||
|
||||
## 许可证
|
||||
|
||||
本项目采用 **GNU General Public License v3.0** 开源协议。详见 [LICENSE](LICENSE) 文件。
|
||||
本项目采用 **MIT License** 开源协议。详见 [LICENSE](LICENSE) 文件。
|
||||
|
||||
**重要说明**:本项目依赖 [LinuxServer.io baseimage-selkies](https://github.com/linuxserver/docker-baseimage-selkies)(GPL-3.0 许可证),因此整个项目需要遵循 GPL-3.0 的传染性要求。
|
||||
### 📜 许可证说明
|
||||
|
||||
### 📜 许可证合规说明
|
||||
|
||||
本项目严格遵循开源许可证要求:
|
||||
|
||||
1. **依赖项许可证**: 使用了 GPL-3.0 许可证的 `linuxserver/docker-baseimage-selkies` 基础镜像
|
||||
2. **传染性影响**: 根据 GPL-3.0 第5条,衍生作品必须采用相同许可证
|
||||
3. **源码提供**: 完整项目源代码已在 GitHub 上公开:https://github.com/nickrunning/wechat-selkies
|
||||
4. **分发要求**: 任何分发本项目的个人或组织都必须:
|
||||
- 保持 GPL-3.0 许可证
|
||||
- 提供完整源代码访问
|
||||
- 保留所有版权声明和许可证通知
|
||||
|
||||
如需了解更多关于 GPL-3.0 许可证的信息,请访问:https://www.gnu.org/licenses/gpl-3.0.html
|
||||
- **项目许可证**: MIT License - 宽松的开源许可证
|
||||
- **依赖项说明**: 本项目使用 [LinuxServer.io baseimage-selkies](https://github.com/linuxserver/docker-baseimage-selkies) 作为基础镜像
|
||||
- **许可证兼容性**: 由于本项目仅使用基础镜像而未修改其源码,根据容器化软件的许可证实践,可以采用MIT许可证
|
||||
- **源码开放**: 完整项目源代码在 GitHub 上公开:https://github.com/nickrunning/wechat-selkies
|
||||
|
||||
## 免责声明与版权声明
|
||||
|
||||
|
||||
23
README_en.md
23
README_en.md
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/nickrunning/wechat-selkies/stargazers)
|
||||
[](https://github.com/nickrunning/wechat-selkies/network/members)
|
||||
[](https://github.com/nickrunning/wechat-selkies/issues)
|
||||
[](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE)
|
||||
[](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE)
|
||||
[](https://hub.docker.com/r/nickrunning/wechat-selkies)
|
||||
[](https://hub.docker.com/r/nickrunning/wechat-selkies)
|
||||
[](https://github.com/nickrunning/wechat-selkies/releases)
|
||||
@@ -174,23 +174,14 @@ Issues and Pull Requests are welcome!
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under **GNU General Public License v3.0**. See the [LICENSE](LICENSE) file for details.
|
||||
This project is licensed under **MIT License**. See the [LICENSE](LICENSE) file for details.
|
||||
|
||||
**Important Note**: This project depends on [LinuxServer.io baseimage-selkies](https://github.com/linuxserver/docker-baseimage-selkies) (GPL-3.0 license), therefore the entire project must comply with GPL-3.0 copyleft requirements.
|
||||
### 📜 License Statement
|
||||
|
||||
### 📜 License Compliance Statement
|
||||
|
||||
This project strictly follows open source license requirements:
|
||||
|
||||
1. **Dependency License**: Uses GPL-3.0 licensed `linuxserver/docker-baseimage-selkies` base image
|
||||
2. **Copyleft Effect**: According to GPL-3.0 Section 5, derivative works must adopt the same license
|
||||
3. **Source Code Availability**: Complete project source code is publicly available on GitHub: https://github.com/nickrunning/wechat-selkies
|
||||
4. **Distribution Requirements**: Any individual or organization distributing this project must:
|
||||
- Maintain GPL-3.0 license
|
||||
- Provide complete source code access
|
||||
- Retain all copyright notices and license notices
|
||||
|
||||
For more information about GPL-3.0 license, please visit: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
- **Project License**: MIT License - A permissive open source license
|
||||
- **Dependency Note**: This project uses [LinuxServer.io baseimage-selkies](https://github.com/linuxserver/docker-baseimage-selkies) as base image
|
||||
- **License Compatibility**: Since this project only uses the base image without modifying its source code, following containerized software licensing practices, it can adopt the MIT license
|
||||
- **Open Source**: Complete project source code is publicly available on GitHub: https://github.com/nickrunning/wechat-selkies
|
||||
|
||||
## Disclaimer and Copyright Notice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user