Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Yet another licensing question
Forum Updated to NodeBB v4.3 + New Features

Yet another licensing question

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gevik
    wrote on last edited by
    #1

    Hello all,

    I would like to know which license would be the correct one in my case?

    I am developing a tool which is going to be BSD licensed and available in GitHub. The sources will not include the QT framework itself and there will be no modifications to QT either. The binary format of my tool however is going to contain QT libraries (either static or shared).

    This means that anyone downloading the sources from GitHub will be able to utilize the tool in anyway they choose, as long as they obtain their own QT packages to build the tool.

    It is my understanding that LGPL would be the correct license. Is this correct?

    Thanks in advance.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Hi,

      this is a not too trivial question and I think, only a layer can answer 100% correct ....

      My opinion is that LGPL would fit. Your code is completly available and no modifications of the libs. I'm not 100% sure whether static binding is allowed in LGPL...

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        I concur with Gerolf:

        • Get yourself legal advice if you want to be sure (or, perhaps, contact Digia sales department on this)
        • LGPL should fit, as it does not restrict the licence of the work derived from the library. That means you can choose a closed licence (as is most often done), but it should also mean that you can choose a very liberal licence like you plan to do.
        • It is my, non legal opinion that LGPL allows static linking as long as you provide some other means to satisfy the LGPL requirement that it must be possible for the user to replace the version of the library used (so, that means: relink the binairy).
        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved