Chris-TopherW / UnityVSTHost

VST plugin host for Unity engine. Supports 64bit VST2 plugins on Windows only. Does not support Midi input to plugins at this stage.
GNU General Public License v3.0
47 stars 2 forks source link

Licence #2

Open andybak opened 4 years ago

andybak commented 4 years ago

Most of us can't even look at GPL3 code let alone use it!

If (as the readme implies) this isn't career defining, value-creating, "I might earn money from selling commercial licences" code - would you consider a slightly more lenient licence?

Chris-TopherW commented 4 years ago

Hey Andy, yea I feel you and wish I could flip it to MIT. I use a couple of headers from the VST SDK in the Dll, which are GPL3 (unless I make a deal with Steinberg which I feel would just open up more licensing difficulties). The headers in question are:

include

include

include

in here: https://github.com/Chris-TopherW/UnityVSTDll/blob/master/stdafx.h

andybak commented 4 years ago

Christ. I guess we've got that brain damaged Oracle v Google court case to thank for trivial header files being copyrightable. (Shakes fist at Larry Ellison...)