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. Licensing, clarification?

Licensing, clarification?

Scheduled Pinned Locked Moved Unsolved General and Desktop
15 Posts 7 Posters 2.6k Views 4 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.
  • SPlattenS Offline
    SPlattenS Offline
    SPlatten
    wrote on last edited by SPlatten
    #1

    Sorry if this is in the wrong forum. Can someone please clarify as I'm no legal expert in simple terms when is a license required?

    I'm asking because I've been at several corporations where Qt is used and when asked the answers are never clear. I think that most believe they do not require a license unless they statically link with the Qt libraries.

    My own feeling is that if the product is being sold and the source code is private then a license is required...I'm told that this isn't the case and that a license is only require if the application is statically linked with the Qt libraries.

    VRoninV JonBJ 2 Replies Last reply
    0
    • SPlattenS SPlatten

      Sorry if this is in the wrong forum. Can someone please clarify as I'm no legal expert in simple terms when is a license required?

      I'm asking because I've been at several corporations where Qt is used and when asked the answers are never clear. I think that most believe they do not require a license unless they statically link with the Qt libraries.

      My own feeling is that if the product is being sold and the source code is private then a license is required...I'm told that this isn't the case and that a license is only require if the application is statically linked with the Qt libraries.

      VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      @SPlatten said in Licensing, clarification?:

      My own feeling is that if the product is being sold and the source code is private then a license is required

      Incorrect

      https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3)

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      5
      • SPlattenS Offline
        SPlattenS Offline
        SPlatten
        wrote on last edited by
        #3
        This post is deleted!
        JonBJ 1 Reply Last reply
        0
        • SPlattenS SPlatten

          Sorry if this is in the wrong forum. Can someone please clarify as I'm no legal expert in simple terms when is a license required?

          I'm asking because I've been at several corporations where Qt is used and when asked the answers are never clear. I think that most believe they do not require a license unless they statically link with the Qt libraries.

          My own feeling is that if the product is being sold and the source code is private then a license is required...I'm told that this isn't the case and that a license is only require if the application is statically linked with the Qt libraries.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @SPlatten
          Apart from what @VRonin has pointed out, I used to think that static linking automatically implied need license, but in fact that is not correct. However, there is no point discussing that further if you can use dynamic linking in any case....

          1 Reply Last reply
          0
          • SPlattenS SPlatten

            This post is deleted!

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by JonB
            #5

            @SPlatten said in Licensing, clarification?:

            Thank you, I was looking for a plain english response, I am more than capable of using Google to find the legal stuff myself.

            Well, to be fair, @VRonin was trying to helpfully draw your attention to the fact LGPL most certainly does not imply a product being sold with private source code requires a license. You can use LGPL Qt while keeping your own code private and sell your work quite happily.

            1 Reply Last reply
            1
            • VRoninV Offline
              VRoninV Offline
              VRonin
              wrote on last edited by
              #6

              I realise my post is not great but unfortunately Qt removed the helpful comparison table between (L)GPL and commercial they had on their website.

              I notified of the missing feature here: https://forum.qt.io/topic/108603/licensing-page-broken-link if they put it back up that's a great reference of what you can and can't do

              "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
              ~Napoleon Bonaparte

              On a crusade to banish setIndexWidget() from the holy land of Qt

              JonBJ JKSHJ 2 Replies Last reply
              1
              • VRoninV VRonin

                I realise my post is not great but unfortunately Qt removed the helpful comparison table between (L)GPL and commercial they had on their website.

                I notified of the missing feature here: https://forum.qt.io/topic/108603/licensing-page-broken-link if they put it back up that's a great reference of what you can and can't do

                JonBJ Offline
                JonBJ Offline
                JonB
                wrote on last edited by
                #7

                @VRonin said in Licensing, clarification?:

                unfortunately Qt removed the helpful comparison table between (L)GPL and commercial they had on their website.

                Very interesting. I wonder why they did that? ;)

                1 Reply Last reply
                1
                • SPlattenS Offline
                  SPlattenS Offline
                  SPlatten
                  wrote on last edited by
                  #8

                  Thank you, I think in at least one previous position they decided to go commercial license just to avoid and later legal issues and to be fair it was a company providing solutions for military purposes so money was not an issue.

                  jsulmJ 1 Reply Last reply
                  0
                  • SPlattenS SPlatten

                    Thank you, I think in at least one previous position they decided to go commercial license just to avoid and later legal issues and to be fair it was a company providing solutions for military purposes so money was not an issue.

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @SPlatten You need to clarify whether you can fulfil LGPLv3 or not (I assume you only link dynamically). If you can you can use open source version if not you need commercial license. In both cases you can use own license for your software.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • SPlattenS Offline
                      SPlattenS Offline
                      SPlatten
                      wrote on last edited by SPlatten
                      #10

                      I'm employed as a contract software developer writing software for the company I am contracted to at there premises using they're hardware and tools.

                      I have no idea if they have a Qt license or not, my post came out of an internal conversation with another developer who is employed by the company and I wanted to get clarification.

                      To be honest I'm still unsure, the developer I spoke to was saying that a license is not required for them because although there product is a commercial product it does not require a license because they link with DLL's and not statically.

                      jsulmJ 1 Reply Last reply
                      0
                      • SPlattenS SPlatten

                        I'm employed as a contract software developer writing software for the company I am contracted to at there premises using they're hardware and tools.

                        I have no idea if they have a Qt license or not, my post came out of an internal conversation with another developer who is employed by the company and I wanted to get clarification.

                        To be honest I'm still unsure, the developer I spoke to was saying that a license is not required for them because although there product is a commercial product it does not require a license because they link with DLL's and not statically.

                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @SPlatten Dynamically linking only requires conformance with LGPLv3, if this is OK for the company then no commercial license is needed. And it's the company who should make sure they don't violate LGPLv3 :-) Or did you suggest to use Qt?

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • SPlattenS Offline
                          SPlattenS Offline
                          SPlatten
                          wrote on last edited by
                          #12

                          I had nothing to do with the decision to use Qt, however I am curious and keen to understand how and what a company has to do to require or not require a license.

                          1 Reply Last reply
                          0
                          • Chris KawaC Offline
                            Chris KawaC Offline
                            Chris Kawa
                            Lifetime Qt Champion
                            wrote on last edited by
                            #13

                            In short LGPL version requires you to provide to the user of your app ability to replace the version of Qt you used with their own. It does not specify whether linking needs to be static or dynamic. This is just a practical result of the way linking works.

                            You could (in theory) use static linking, provided you also create some sort of tool or at least a guide that would let users "patch" your app with their own version of Qt. Of course this is completely impractical and a project of its own, so it's just reasonable to use dynamic linking and simply let user replace the library files. Another problem with static linking, apart from technical details, is that modifying your app's binary could easily break the licensing scheme that that binary is distributed under.

                            As an interesting side note - The problem with using library headers is that some of that code gets inlined into your own app and thus makes replacing it difficult if not impossible. LGPL v3 explicitly allows this where LGPL v2.1 didn't, thus Qt adds this specific exception to the LGPL v2.1 version.

                            1 Reply Last reply
                            4
                            • fcarneyF Offline
                              fcarneyF Offline
                              fcarney
                              wrote on last edited by
                              #14

                              It should be noted that not all of Qt is LGPL. Some pieces are GPL, but those are clearly marked as such when you use the installer.

                              @SPlatten as a software developer it would be in your interest to more fully understand the various licenses used for open source. I felt as a developer I should be aware of this to keep myself and my employers out of trouble.

                              C++ is a perfectly valid school of magic.

                              1 Reply Last reply
                              0
                              • VRoninV VRonin

                                I realise my post is not great but unfortunately Qt removed the helpful comparison table between (L)GPL and commercial they had on their website.

                                I notified of the missing feature here: https://forum.qt.io/topic/108603/licensing-page-broken-link if they put it back up that's a great reference of what you can and can't do

                                JKSHJ Offline
                                JKSHJ Offline
                                JKSH
                                Moderators
                                wrote on last edited by
                                #15

                                @VRonin said in Licensing, clarification?:

                                unfortunately Qt removed the helpful comparison table between (L)GPL and commercial they had on their website.

                                You can see an archived copy at https://web.archive.org/web/20190825123222/https://www.qt.io/download

                                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                1 Reply Last reply
                                3

                                • Login

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