From: Christian B. <chr...@go...> - 2019-01-29 08:34:15
|
Am Tue, 29 Jan 2019 04:19:32 +0000 schrieb Suma YS <Su...@Ln...>: > Hello, > I, Suma, currently working on Ubuntu Linux OS. I want to have > a feature working with VNC. I found that LibVNCServer is an option for > supporting VNC feature in Linux. Hence regarding the LibVNCServer, I referred > to https://github.com/LibVNC/libvncserver. > > I wanted few clarifications about the license. Under the section "License" in > the above link, I could see that the tool is free. > > I want to use the application in one of our development projects and the > developed application is for commercial purpose. It would be helpful if you > could share any more details on the license part for using the above tool. > > Thanks, > Suma YS. Hi Suma, What applies is the GPL, version 2: https://github.com/LibVNC/libvncserver/blob/master/COPYING In short, you are free to use LibVNCServer in your commercial product as long as you put your code that makes use of it under the GPL as well. The link above sums it up nicely. LibVNCServer uses GPL as it itself is derivative work of GPL-licensed products. HTH, Christian > > L&T Technology Services Ltd > > www.LntTechservices.com<http://www.lnttechservices.com/> > > This Email may contain confidential or privileged information for the > intended recipient (s). If you are not the intended recipient, please do not > use or disseminate the information, notify the sender and delete it from your > system. |