From 0c67b2e17d6c10be87855560a1b04751119b0958 Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Mon, 10 Nov 2025 10:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E6=BA=90=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_EN.md | 2 +- docs/en/index.md | 2 +- docs/zh/index.md | 2 +- pyproject.toml | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 214423d..c4a3eb9 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Pixelle-Video 的设计受到以下优秀开源项目的启发: ## 📝 许可证 -本项目采用 MIT 许可证,详情请查看 [LICENSE](LICENSE) 文件。 +本项目采用 Apache 2.0 许可证,详情请查看 [LICENSE](LICENSE) 文件。 --- diff --git a/README_EN.md b/README_EN.md index d79bb80..bae58d6 100644 --- a/README_EN.md +++ b/README_EN.md @@ -359,7 +359,7 @@ Thanks for the open-source spirit of these projects! 🙏 ## 📝 License -This project is released under the MIT License. For details, please see the [LICENSE](LICENSE) file. +This project is released under the Apache License 2.0. For details, please see the [LICENSE](LICENSE) file. --- diff --git a/docs/en/index.md b/docs/en/index.md index 76b095f..4f86c7c 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -95,5 +95,5 @@ Thanks to these projects for their open source spirit! 🙏 ## 📝 License -This project is licensed under the MIT License. See the [LICENSE](https://github.com/AIDC-AI/Pixelle-Video/blob/main/LICENSE) file for details. +This project is licensed under the Apache License 2.0. See the [LICENSE](https://github.com/AIDC-AI/Pixelle-Video/blob/main/LICENSE) file for details. diff --git a/docs/zh/index.md b/docs/zh/index.md index f1eec77..86ac9f8 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -95,5 +95,5 @@ Pixelle-Video 的设计受到以下优秀开源项目的启发: ## 📝 许可证 -本项目采用 MIT 许可证,详情请查看 [LICENSE](https://github.com/AIDC-AI/Pixelle-Video/blob/main/LICENSE) 文件。 +本项目采用 Apache 2.0 许可证,详情请查看 [LICENSE](https://github.com/AIDC-AI/Pixelle-Video/blob/main/LICENSE) 文件。 diff --git a/pyproject.toml b/pyproject.toml index dea860e..23f5360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] readme = "README.md" requires-python = ">=3.11" +license = {text = "Apache-2.0"} dependencies = [ "fastmcp>=2.0.0", "pydantic>=2.0.0",