mockpy icon indicating copy to clipboard operation
mockpy copied to clipboard

Missing License spec

Open anthonywu opened this issue 10 years ago • 3 comments
trafficstars

Hi there - this is a great library and definitely is a welcome addition to the Python community. To make this project's open source expectations known to others, you should add a LICENSE file. May I suggest the MIT license?

anthonywu avatar Jul 07 '15 02:07 anthonywu

Ah I see you declared it as a BSD license type in setup.py. Sorry I overlooked that. I still suggest an explicit LICENSE file though.

anthonywu avatar Jul 07 '15 02:07 anthonywu

Would you advice for MIT instead of BSD? I am open to the change if you think it would be beneficial

nsomar avatar Jul 07 '15 13:07 nsomar

There are variants to the BSD license, you should be explicit regarding which of of the 3 you'd like to use: http://choosealicense.com/licenses/

Alternatively, you can choose the very common MIT license, which I think is functionally equivalent to your copyright intent.

anthonywu avatar Jul 07 '15 16:07 anthonywu