在软件中使用Python,软件需要开源吗?
2条回答 默认 最新
多鱼的夏天 2021-02-22 14:17关注非常好的问题,大多数开发者在使用时并未注意软件的License。
使用Python开发软件,并不要求软件开源。更详细的信息可查看Python官网License
以下信息摘自Python官网:
Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. Python's license is administered by the Python Software Foundation.
具体的使用协议看这个链接:https://opensource.org/licenses/Python-2.0
本回答被题主选为最佳回答 , 对您是否有帮助呢?评论 打赏 举报解决 1无用