SwiCago / HeatPump

Arduino library to control Mitsubishi Heat Pumps via connector cn105
GNU General Public License v3.0
846 stars 232 forks source link

Wrong LICENSE file (GPL3 vs LGPL3) #168

Closed jite closed 3 years ago

jite commented 3 years ago

README and preamble in the header/src files state LGPL license, however the LICENSE file included in the root is the GPL3 license.

Here's a link to the correct license file: https://www.gnu.org/licenses/lgpl-3.0.txt

And Thanks for a great lib! Made a custom PCB (using ESP8266/ESP12F as MCU), it's been working great for a year or two 👍

SwiCago commented 3 years ago

Updated, but to be honest who gives a s#$t. It is a free library lol. Plus git automatically added that link in the default readme when i created this project

jite commented 3 years ago

Heh, well there are some major differences between the two licenses with regards to how your free library affects stuff around it (copyleft).

Can’t say how many will actually care in this case, but in general it’s the users who care. Companies usually stay away from anything GPL/LPGL, and I personally prefer the MIT-license.

EDIT: I’m not talking about the readme link, but the LICENSE file content in the root of the repo.