explosion / cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Other
219 stars 37 forks source link

Ambiguous license #59

Closed remram44 closed 3 years ago

remram44 commented 3 years ago

about.py says "BSD":

https://github.com/explosion/cython-blis/blob/84cdfc9edf0b31af12c0f071cff6a44737ecd383/blis/about.py#L15

This shows up in the license field:

https://github.com/explosion/cython-blis/blob/84cdfc9edf0b31af12c0f071cff6a44737ecd383/setup.py#L308

setup.py classifier says "MIT":

https://github.com/explosion/cython-blis/blob/84cdfc9edf0b31af12c0f071cff6a44737ecd383/setup.py#L317

You should probably clarify if this is MIT or BSD :wink:

adrianeboyd commented 3 years ago

Thanks for the note, we will get that updated. The full license is in LICENSE.

remram44 commented 3 years ago

Thanks for confirming! Have a nice day.