优化开源协议

This commit is contained in:
puke
2025-11-10 10:31:23 +08:00
parent 69bb8d6f37
commit 0c67b2e17d
5 changed files with 5 additions and 4 deletions

View File

@@ -359,7 +359,7 @@ Pixelle-Video 的设计受到以下优秀开源项目的启发:
## 📝 许可证
本项目采用 MIT 许可证,详情请查看 [LICENSE](LICENSE) 文件。
本项目采用 Apache 2.0 许可证,详情请查看 [LICENSE](LICENSE) 文件。
---

View File

@@ -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.
---

View File

@@ -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.

View File

@@ -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) 文件。

View File

@@ -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",