Results 1 to 5 of 5

Thread: Using GPL library in commercial app - confusion

  1. #1
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Using GPL library in commercial app - confusion

    Hi,

    So i wanted to make a stupid lame app for myself, and if someone likes it i would like to sell it too one day. I am using a mix of various sources as follows:-

    EDIT:- gosh... i forgot to mention the gpl lib in this gpl thread... ... now added it as point (0)

    0. One library with GPL license (gpllib.dll)
    1. Qt (LGPL) (dynamic linking here.. no problems)
    2. Parts of source code from an Artistic license app to build my own lib (say it art.dll)
    3. My own GUI and logic code which do not uses or link to any other lib. execpt Qt ( gui.dll ).
    4. My main application exe which links to above 0,1,2,3 dlls. (gpllib.dll,qt.dll, art.dll, gui.dll)

    I googled and found the following Faq at http://www.gnu.org/licenses/gpl-faq.html#GPLWrapper

    I'd like to incorporate GPL-covered software in my proprietary system. Can I do this by putting a “wrapper” module, under a GPL-compatible lax permissive license (such as the X11 license) in between the GPL-covered part and the proprietary part?

    No. The X11 license is compatible with the GPL, so you can add a module to the GPL-covered program and put it under the X11 license. But if you were to incorporate them both in a larger program, that whole would include the GPL-covered part, so it would have to be licensed as a whole under the GNU GPL.

    The fact that proprietary module A communicates with GPL-covered module C only through X11-licensed module B is legally irrelevant; what matters is the fact that module C is included in the whole.
    So i was wondering that can i make the 3rd dll(gui.dll) as closed source stating that i purchased this dll from somewhere and release the source code for the rest ? Or i am missing something?
    Last edited by nish; 29th June 2009 at 11:22. Reason: updated contents

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Using GPL library in commercial app - confusion

    If none of the components are licenced under pure GPL (remember that GPL and LGPL differ greatly) and the artistic licence allows you to use the component in a closed-source application then the rest of the application (3. and 4.) can be closed-sourced as well.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Using GPL library in commercial app - confusion

    hi..

    thx for reply... i forgot to mention the utmost library... its added as point 0... can u plz reconsider your answer?
    my point of interest is the gui.dll can be closed?
    thx

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Using GPL library in commercial app - confusion

    If there is at least one component with a GPL licence, every piece of code the application uses has to be open source (with a GPL-compatible licence).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Using GPL library in commercial app - confusion

    got it. thx

Similar Threads

  1. Extending a plugin in a static library
    By ultim8 in forum Qt Programming
    Replies: 5
    Last Post: 25th March 2010, 15:10
  2. Replies: 4
    Last Post: 18th December 2009, 18:55
  3. plugin in a library
    By alisami in forum Qt Programming
    Replies: 2
    Last Post: 3rd October 2008, 17:21
  4. Adding library dependencies to qmake
    By sadastronaut in forum Installation and Deployment
    Replies: 2
    Last Post: 18th March 2008, 17:06
  5. Replies: 1
    Last Post: 5th March 2007, 20:50

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.