jonblack / arduino-fsm

Arduino library for implementing a finite state machine.
MIT License
196 stars 95 forks source link

License clarification #6

Open corna opened 8 years ago

corna commented 8 years ago

The LICENSE file states that the software is under the MIT license, while Fsm.cpp and Fsm.h state that the license is GPLv3; can you please fix it? Thanks

jonblack commented 8 years ago

It should indeed be the MIT license. This will be fixed in a week or so (waiting for my computer to be fixed).

jonblack commented 8 years ago

I'll fix this once pull request #11 is complete. It'll be in the next release.

jonblack commented 7 years ago

I totally dropped the ball on this. I need to replace the incorrect headers from each source file with one to match the MIT license.