(L)GPL license questions

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2010-04-26T13:21:54Z Indexed on 2010/04/26 13:23 UTC
Read the original article Hit count: 181

Filed under:
|
|

I'm uncertain about a few licensing questions. I develop a closed source application, that's communicating with an open source server. Are my assumptions correct?

  1. Can I use an unmodified (L)GPL software on the server-side? I think yes
  2. Can I use and modify (L)GPL software on the server-side? I think yes because I'm not distributing the server application
  3. The client uses an communication library licensed under LGPL. Can I make changes to this library? Yes, as long as I provide the source of the library with the client software
  4. Can I take only certain parts of an LGPL licensed software and make a new project? Yes if it's licensed under LGPL too.

© Stack Overflow or respective owner

Related posts about licensing

Related posts about gpl