python-visualization / branca

This library is a spinoff from folium, that would host the non-map-specific features.
https://python-visualization.github.io/branca/
MIT License
111 stars 63 forks source link

License type on pypi #78

Closed Xiangyu-C closed 4 years ago

Xiangyu-C commented 4 years ago

I am not sure if it's appropriate to ask here. The license on Pypi says: "Copyright (C) 2013, Martin Journois". Since this is really open source freeware, could it be changed to something like BSD? My company scans all the pypi packages and this is blocked for download due to the license issue. Thank you.

Conengmo commented 4 years ago

This library is distributed under an MIT license: https://github.com/python-visualization/branca/blob/master/LICENSE.txt This is a very permissive license so I can't see how this would cause issues for you to use it in your company. Please read more about the MIT license to see what it means.

ocefpaf commented 4 years ago

Also, many OSS licenses have a copyright statement. That is not usual. See the first line of the MIT license template: https://opensource.org/licenses/MIT

Xiangyu-C commented 4 years ago

Thanks for response. I think the reason was our scan simply takes the license label from pypi and it sees it says copyright. So it's prohibited from being downloaded. Any chance the meta data could reflect the MIT license instead of the Copyright wording currently shown on Pypi?

Conengmo commented 4 years ago

I see what you mean. This is what shows on the branca PyPI page:

image

And this is what for example shows on the Numpy PyPI page:

image

I reckon that we want it to say "License: MIT"

On the folium PyPI page this is already working correctly:

image