diff --git a/LICENSE b/LICENSE index f288702..e72bfdd 100644 --- a/LICENSE +++ b/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 -. +. \ No newline at end of file diff --git a/README.md b/README.md index 39baef8..729f730 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub Stars](https://img.shields.io/github/stars/nickrunning/wechat-selkies?style=flat-square&logo=github&color=yellow)](https://github.com/nickrunning/wechat-selkies/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/nickrunning/wechat-selkies?style=flat-square&logo=github&color=blue)](https://github.com/nickrunning/wechat-selkies/network/members) [![GitHub Issues](https://img.shields.io/github/issues/nickrunning/wechat-selkies?style=flat-square&logo=github&color=red)](https://github.com/nickrunning/wechat-selkies/issues) -[![GitHub License](https://img.shields.io/github/license/nickrunning/wechat-selkies?style=flat-square&logo=gnu&color=green)](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE) +[![GitHub License](https://img.shields.io/github/license/nickrunning/wechat-selkies?style=flat-square&color=green)](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE) [![Docker Pulls](https://img.shields.io/docker/pulls/nickrunning/wechat-selkies?style=flat-square&logo=docker&color=blue)](https://hub.docker.com/r/nickrunning/wechat-selkies) [![Docker Image Size](https://img.shields.io/docker/image-size/nickrunning/wechat-selkies?style=flat-square&logo=docker&color=orange)](https://hub.docker.com/r/nickrunning/wechat-selkies) [![GitHub Release](https://img.shields.io/github/v/release/nickrunning/wechat-selkies?style=flat-square&logo=github&include_prereleases)](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 ## 免责声明与版权声明 diff --git a/README_en.md b/README_en.md index 5ed716c..576207a 100644 --- a/README_en.md +++ b/README_en.md @@ -3,7 +3,7 @@ [![GitHub Stars](https://img.shields.io/github/stars/nickrunning/wechat-selkies?style=flat-square&logo=github&color=yellow)](https://github.com/nickrunning/wechat-selkies/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/nickrunning/wechat-selkies?style=flat-square&logo=github&color=blue)](https://github.com/nickrunning/wechat-selkies/network/members) [![GitHub Issues](https://img.shields.io/github/issues/nickrunning/wechat-selkies?style=flat-square&logo=github&color=red)](https://github.com/nickrunning/wechat-selkies/issues) -[![GitHub License](https://img.shields.io/github/license/nickrunning/wechat-selkies?style=flat-square&logo=gnu&color=green)](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE) +[![GitHub License](https://img.shields.io/github/license/nickrunning/wechat-selkies?style=flat-square&color=green)](https://github.com/nickrunning/wechat-selkies/blob/master/LICENSE) [![Docker Pulls](https://img.shields.io/docker/pulls/nickrunning/wechat-selkies?style=flat-square&logo=docker&color=blue)](https://hub.docker.com/r/nickrunning/wechat-selkies) [![Docker Image Size](https://img.shields.io/docker/image-size/nickrunning/wechat-selkies?style=flat-square&logo=docker&color=orange)](https://hub.docker.com/r/nickrunning/wechat-selkies) [![GitHub Release](https://img.shields.io/github/v/release/nickrunning/wechat-selkies?style=flat-square&logo=github&include_prereleases)](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