TheDIYGuy999 / Rc_Engine_Sound_ESP32

Allows to play vehicle engine sounds on an ESP32. Additional sounds can play in parallel with the engine sound! Controls your lights as well. compatible with SBUS, IBUS, PWM, PPM and SUMD signals.
https://www.youtube.com/watch?v=s93yAAmEtbM&t=3s
309 stars 121 forks source link

What is the license #76

Open rengels opened 5 months ago

rengels commented 5 months ago

I just noticed: there is no information about the License.

I think there should be some License.txt file somewhere. Possibly MIT or GPL. Maybe even LGPL (because, why not). Right now, it is a little bit fuzzy, if we are even allowed to do any changes.

JohnEdwa commented 2 months ago

Without a license file the owner has full copyright of the code - all rights reserved - and anyone who wants to use it in any way has to get explicit permission from the creator.

rengels commented 2 months ago

Of course you are right. But that would mean that I am running legal risks by just compiling the source code and flashing it on my esp32.

I think you understand my issue. We need a clearly stated license, possibly an open source license like MIT or GPL.