Messages by von_Zeppelin

One topic, One message
Kuix general board » Framework licensing policy

Hello,

I have a question about Kuix framework licensing. Its license is GPL, so it requires that all derived works to be available under the same license and I must provide sources with my mobile application.

But what if my application consists of two parts, J2ME-client and J2SE-server, can I use non-GPL (proprietary) license for server and still provide sources and use GPL license for client? Do I need separate deploy schemes (i.e. I can't bundle client binary with server binary together, I should provide separate download for client etc) for client and server in that case?

Thank You!