문제

I have a Python library licensed under the BSD 2-Clause License. This library was created by another person, who, I think, basically stopped maintaining it. For this reason, I want to pick it up and put it on Github, so that I can eventually promote its maintenance.

Can software licensed under the "BSD 2-Clause" license be uploaded to Github and PyPI, even if who uploads that software is not the creator?

도움이 되었습니까?

해결책

The BSD license allows you to do anything you want with the code as long as you include the relevant copyright notices and license information, and pypi has no specific restrictions against the uploading of code with BSD-style licenses.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 softwareengineering.stackexchange
scroll top