szazo / DHT11_Python

Pure Python library for reading DHT11 sensor on Raspberry Pi
MIT License
296 stars 225 forks source link

Add open source license #2

Closed mtlynch closed 8 years ago

mtlynch commented 8 years ago

Thanks for your work on this project. Would it be possible to add an open source license so that others can include this into their project legally? An open license such as Apache2 or MIT would be great.

See Github's help page:

https://help.github.com/articles/open-source-licensing/

tl;dr - It mainly consists of picking a license and putting the text in a LICENSE.md file of your repo.

szazo commented 8 years ago

Thanks for the info @mtlynch, I added MIT license.