Results 1 to 12 of 12

Thread: Qt Open Source License :: Mixing GPL and closed-source license

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Open Source License :: Mixing GPL and closed-source license

    Quote Originally Posted by Wan-Hi
    Thanks for the infos. Well, probably it's okay to link to the closed-source libs in my case because every modern Windows ships with some sort of Windows Media Player, so the libs kind of ARE a de facto OS component.
    There are not Open Source as their sources are not available, so that already makes them GPL-incompatible, no matter if they are shipped with the system or not. Windows Media Player component is not a part of the system. And even if it was, it doesn't change anything, it's still GPL incompatible.

    As for the media player itself, you could use it in a GPL'd app as an activeX component, provided that you make it possible to use some other component in its place.

  2. #2
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt Open Source License :: Mixing GPL and closed-source license

    Quote Originally Posted by wysota
    And even if it was, it doesn't change anything...
    Yes it does! Otherwise you couldn't use win32 or any other standard Windows library. The GPL makes an explicit exception for system components. Specifically, the exception clause covers anything "distributed with" the system components. In other words, if it's on the Windows or Visual Studio CDs, you're probably covered.

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
  •  
Qt is a trademark of The Qt Company.