Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
scroll top