pimoroni / unicorn-hat

Python library for Unicorn pHAT and HAT. 32 or 64 blinding ws2812 pixels for your Raspberry Pi
https://shop.pimoroni.com/products/unicorn-hat
MIT License
370 stars 131 forks source link

What is the licence of library_c/unicorn and library_c/unicornd? #136

Closed jacobbramley closed 4 years ago

jacobbramley commented 4 years ago

I ask because I'd like to submit a pull request affecting both tools.

There are both MIT and GPLv2 licence files at the repository top level, but it's not clear how these apply. I noticed that library_c/unicornd/unicornd.c has a GPLv2 banner at the top, but this is the only example of this under library_c.

Gadgetoid commented 4 years ago

unicornd is user-contributed code which I should probably have requested a re-license to MIT on to match with our house licensing.

unicorn.c- is licensed MIT and the underlying library rpi_ws218x is licensed as BSD 2-Clause, which is more or less MIT.

@jibi - for the sake of consistency, could we please relicense Unicornd as MIT?

jibi commented 4 years ago

@Gadgetoid yes, absolutely fine for me to relicense it :+1: (although it looks like there have been other contributors who worked on that)

Gadgetoid commented 4 years ago

@jibi thank you! That should make things simpler.