alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Add LICENSE. #24

Closed jorgenschaefer closed 8 years ago

jorgenschaefer commented 8 years ago

Open source projects should include an explicit license. Right now, Elpy is, strictly speaking, violating your copyright by using importmagic without a license. It would really be great if importmagic could make its license explicit.

The setup.py notes that the project is intended to be licensed under a permissive BSD license. This pull request adds a LICENSE file, using the 2-clause simplified BSD license. You can of course choose any other license – see http://choosealicense.com/ for help with picking one that suits your needs.

alecthomas commented 8 years ago

Thanks!