Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. Do I have to pay money?
Forum Updated to NodeBB v4.3 + New Features

Do I have to pay money?

Scheduled Pinned Locked Moved Unsolved The Lounge
26 Posts 12 Posters 10.9k Views 6 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.
  • A Alinwer

    Hello, can I make a program using qt and post it on github. the program will be free and open source. Do I have to pay money or do I have to do something else for the company that created qt (I have a trial version of qt)?

    [Russian: https://forum.qt.io/topic/122087/должен-ли-я-платить-деньги ~kshegunov]

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

    @Alinwer said in Do I have to pay money?:

    Do I have to pay money

    No. You do not have to pay money if you develop open source app. You just have to make sure you do not violate LGPLv3 license.

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

    kshegunovK A 2 Replies Last reply
    3
    • jsulmJ jsulm

      @Alinwer said in Do I have to pay money?:

      Do I have to pay money

      No. You do not have to pay money if you develop open source app. You just have to make sure you do not violate LGPLv3 license.

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #3

      @jsulm said in Do I have to pay money?:

      You just have to make sure you do not violate LGPLv3 license.

      Isn't this automatically fulfilled for OSS?
      Just sayin' ...

      Read and abide by the Qt Code of Conduct

      sierdzioS 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Alinwer said in Do I have to pay money?:

        Do I have to pay money

        No. You do not have to pay money if you develop open source app. You just have to make sure you do not violate LGPLv3 license.

        A Offline
        A Offline
        Alinwer
        wrote on last edited by Alinwer
        #4

        @jsulm Thanks for the answer, how long is the trial version available?
        And why LGPLv3 and not just GPLv3?

        JonBJ 1 Reply Last reply
        0
        • A Alinwer

          @jsulm Thanks for the answer, how long is the trial version available?
          And why LGPLv3 and not just GPLv3?

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

          @Alinwer
          There is no point using a trial version of you are going to go Open Source. Just download and start using the Open Source version.

          It's LGPL, and not GPL, because that's what its license is. Not much point asking why. Besides, LGPL is more permissive than GPL, so it's not a problem.

          S 1 Reply Last reply
          2
          • JonBJ JonB

            @Alinwer
            There is no point using a trial version of you are going to go Open Source. Just download and start using the Open Source version.

            It's LGPL, and not GPL, because that's what its license is. Not much point asking why. Besides, LGPL is more permissive than GPL, so it's not a problem.

            S Offline
            S Offline
            SimonSchroeder
            wrote on last edited by
            #6

            @JonB Actually, Qt is available both under LGPL and GPL. You can pick which license you want to use. Note that if you pick the GPL your own software also needs to be under the GPL (maybe there are a few corner cases for other open source licenses). With the LGPL you can pick (almost) any other open source license.

            If someone just uses your github repo, I would guess you are done. However, if you start distributing compiled versions of your software you should consider the requirements for making Qt's source code available as well (maybe host it on github as well under your account). I am not a legal expert, though, and never had to consider use of Qt in open source projects before.

            JonBJ 1 Reply Last reply
            2
            • S SimonSchroeder

              @JonB Actually, Qt is available both under LGPL and GPL. You can pick which license you want to use. Note that if you pick the GPL your own software also needs to be under the GPL (maybe there are a few corner cases for other open source licenses). With the LGPL you can pick (almost) any other open source license.

              If someone just uses your github repo, I would guess you are done. However, if you start distributing compiled versions of your software you should consider the requirements for making Qt's source code available as well (maybe host it on github as well under your account). I am not a legal expert, though, and never had to consider use of Qt in open source projects before.

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

              @SimonSchroeder
              Why would someone choosing Qt Open Source elect GPL over LGPL? Obviously, assuming not using those few Qt components which require GPL not LGPL.

              sierdzioS 1 Reply Last reply
              0
              • S Offline
                S Offline
                SimonSchroeder
                wrote on last edited by
                #8

                @JonB said in Do I have to pay money?:

                Why would someone choosing Qt Open Source elect GPL over LGPL?

                If your own software is already GPL then it doesn't matter. What I said is just that Qt is available under GPL and not just LGPL.

                1 Reply Last reply
                0
                • kshegunovK kshegunov

                  @jsulm said in Do I have to pay money?:

                  You just have to make sure you do not violate LGPLv3 license.

                  Isn't this automatically fulfilled for OSS?
                  Just sayin' ...

                  sierdzioS Offline
                  sierdzioS Offline
                  sierdzio
                  Moderators
                  wrote on last edited by
                  #9

                  @kshegunov said in Do I have to pay money?:

                  @jsulm said in Do I have to pay money?:

                  You just have to make sure you do not violate LGPLv3 license.

                  Isn't this automatically fulfilled for OSS?
                  Just sayin' ...

                  No. LGPL clearly states a few requirements: your need to ship a copy of the license, you need to inform your users that LGPL Qt is used etc.

                  For OSS software this is very easy to fulfill, of course - but still has to be done.

                  (Z(:^

                  1 Reply Last reply
                  0
                  • JonBJ JonB

                    @SimonSchroeder
                    Why would someone choosing Qt Open Source elect GPL over LGPL? Obviously, assuming not using those few Qt components which require GPL not LGPL.

                    sierdzioS Offline
                    sierdzioS Offline
                    sierdzio
                    Moderators
                    wrote on last edited by
                    #10

                    @JonB said in Do I have to pay money?:

                    @SimonSchroeder
                    Why would someone choosing Qt Open Source elect GPL over LGPL? Obviously, assuming not using those few Qt components which require GPL not LGPL.

                    Some people like & want GPL. For example if they want to make it hard or impossible to be used in commercial apps. Or they want to make sure all contributions will also be open.

                    (Z(:^

                    kshegunovK JKSHJ 2 Replies Last reply
                    2
                    • sierdzioS sierdzio

                      @JonB said in Do I have to pay money?:

                      @SimonSchroeder
                      Why would someone choosing Qt Open Source elect GPL over LGPL? Obviously, assuming not using those few Qt components which require GPL not LGPL.

                      Some people like & want GPL. For example if they want to make it hard or impossible to be used in commercial apps. Or they want to make sure all contributions will also be open.

                      kshegunovK Offline
                      kshegunovK Offline
                      kshegunov
                      Moderators
                      wrote on last edited by
                      #11

                      @sierdzio said in Do I have to pay money?:

                      No. LGPL clearly states a few requirements: your need to ship a copy of the license, you need to inform your users that LGPL Qt is used etc.
                      For OSS software this is very easy to fulfill, of course - but still has to be done.

                      Fair enough!

                      @sierdzio said in Do I have to pay money?:

                      Or they want to make sure all contributions will also be open.

                      I'm pretty sure this also applies to the LGPL.

                      Read and abide by the Qt Code of Conduct

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #12

                        @kshegunov said in Do I have to pay money?:

                        I'm pretty sure this also applies to the LGPL.

                        You have to provide the modifications you did to the LGPL dependencies you are using but you are not required to upstream them.

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        kshegunovK 1 Reply Last reply
                        0
                        • sierdzioS sierdzio

                          @JonB said in Do I have to pay money?:

                          @SimonSchroeder
                          Why would someone choosing Qt Open Source elect GPL over LGPL? Obviously, assuming not using those few Qt components which require GPL not LGPL.

                          Some people like & want GPL. For example if they want to make it hard or impossible to be used in commercial apps. Or they want to make sure all contributions will also be open.

                          JKSHJ Online
                          JKSHJ Online
                          JKSH
                          Moderators
                          wrote on last edited by
                          #13

                          @sierdzio said in Do I have to pay money?:

                          @JonB said in Do I have to pay money?:

                          @SimonSchroeder
                          Why would someone choosing Qt Open Source elect GPL over LGPL? Obviously, assuming not using those few Qt components which require GPL not LGPL.

                          Some people like & want GPL. For example if they want to make it hard or impossible to be used in commercial apps.

                          To add another perspective: We're used to thinking in terms of pricing and obligations for the developers, but the free software movement thinks in terms of freedoms for the end-user. Specifically, freedom to run, study, share, and modify software.

                          From that perspective, the GPL guarantees greater freedoms for the end-user compared to the LGPL (L = "Lesser"). If I release my library under the GPL, I'm guaranteeing that all apps that use my library can be studied & modified by the end-user. However, if I release my library under the LGPL, an app that uses my library might be proprietary and can't be studied & modified by the end user.

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

                          1 Reply Last reply
                          2
                          • SGaistS SGaist

                            @kshegunov said in Do I have to pay money?:

                            I'm pretty sure this also applies to the LGPL.

                            You have to provide the modifications you did to the LGPL dependencies you are using but you are not required to upstream them.

                            kshegunovK Offline
                            kshegunovK Offline
                            kshegunov
                            Moderators
                            wrote on last edited by
                            #14

                            @SGaist said in Do I have to pay money?:

                            You have to provide the modifications you did to the LGPL dependencies you are using but you are not required to upstream them.

                            Hm, okay. I was wrong then.

                            Read and abide by the Qt Code of Conduct

                            SGaistS 1 Reply Last reply
                            0
                            • kshegunovK kshegunov

                              @SGaist said in Do I have to pay money?:

                              You have to provide the modifications you did to the LGPL dependencies you are using but you are not required to upstream them.

                              Hm, okay. I was wrong then.

                              SGaistS Offline
                              SGaistS Offline
                              SGaist
                              Lifetime Qt Champion
                              wrote on last edited by
                              #15

                              @kshegunov said in Do I have to pay money?:

                              @SGaist said in Do I have to pay money?:

                              You have to provide the modifications you did to the LGPL dependencies you are using but you are not required to upstream them.

                              Hm, okay. I was wrong then.

                              Not completely, upstreaming is the nice thing to do so everybody can benefit from your changes. However, it can happen that some features might not align with a project goal hence they might not be suitable for inclusion.
                              You might also be using a library which is working fine but is currently not maintained, etc.

                              Interested in AI ? www.idiap.ch
                              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                              kshegunovK 1 Reply Last reply
                              1
                              • SGaistS SGaist

                                @kshegunov said in Do I have to pay money?:

                                @SGaist said in Do I have to pay money?:

                                You have to provide the modifications you did to the LGPL dependencies you are using but you are not required to upstream them.

                                Hm, okay. I was wrong then.

                                Not completely, upstreaming is the nice thing to do so everybody can benefit from your changes. However, it can happen that some features might not align with a project goal hence they might not be suitable for inclusion.
                                You might also be using a library which is working fine but is currently not maintained, etc.

                                kshegunovK Offline
                                kshegunovK Offline
                                kshegunov
                                Moderators
                                wrote on last edited by
                                #16

                                @SGaist, sure, but I was under the false impression that you're obligated to upstream the changes. Perhaps I was mixing it up with Qt's CLA.

                                Read and abide by the Qt Code of Conduct

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  Trigve
                                  wrote on last edited by
                                  #17

                                  Reading this thread I was thinking about the situation like this:

                                  For whatever reason I want to use GPL version of Qt (for instance because WebAssembly isn't available under LGPL) in my application (which in a sense is "proprietary"). Now, I also use proprietary library which is optional dependency (if not used the program would be usable but could have some usability issues in some specific areas). AFAIK my application needs to be also GPL (or could I use another license???). But from what I've read in the FAQ GPL application must not link to the proprietary library.

                                  So what are my options?

                                  JKSHJ 1 Reply Last reply
                                  0
                                  • T Trigve

                                    Reading this thread I was thinking about the situation like this:

                                    For whatever reason I want to use GPL version of Qt (for instance because WebAssembly isn't available under LGPL) in my application (which in a sense is "proprietary"). Now, I also use proprietary library which is optional dependency (if not used the program would be usable but could have some usability issues in some specific areas). AFAIK my application needs to be also GPL (or could I use another license???). But from what I've read in the FAQ GPL application must not link to the proprietary library.

                                    So what are my options?

                                    JKSHJ Online
                                    JKSHJ Online
                                    JKSH
                                    Moderators
                                    wrote on last edited by JKSH
                                    #18

                                    @Trigve said in Do I have to pay money?:

                                    AFAIK my application needs to be also GPL

                                    Correct. If your application links to a GPL library, then your application must also be released under the GPL license.

                                    from what I've read in the FAQ GPL application must not link to the proprietary library.

                                    Correct. A GPL application can link to libraries whose licenses that are compatible with GPL (see https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses for a list of compatible licenses). However, proprietary licenses are not compatible with GPL, so proprietary libraries cannot be used in a GPL application.

                                    Now, I also use proprietary library which is optional dependency (if not used the program would be usable but could have some usability issues in some specific areas)

                                    If removing the library creates some usability issues, then I'm not convinced that it's truly optional... See @Chris-Kawa's link below about plugins.

                                    So what are my options?

                                    Some options include:

                                    • Get a commercial license for all the libraries you want to use. This way, you obtain the rights for your application to link to all of those libraries. Note: Using this option, you cannot release your application under a free software license.
                                    • Convince the owners of the proprietary library to release their library under a GPL-compatible license too. This way, your GPL application can link to it.
                                    • Replace the proprietary library with a different one which is GPL-compatible. This way, your GPL application can link to it.

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

                                    JonBJ 1 Reply Last reply
                                    1
                                    • JKSHJ JKSH

                                      @Trigve said in Do I have to pay money?:

                                      AFAIK my application needs to be also GPL

                                      Correct. If your application links to a GPL library, then your application must also be released under the GPL license.

                                      from what I've read in the FAQ GPL application must not link to the proprietary library.

                                      Correct. A GPL application can link to libraries whose licenses that are compatible with GPL (see https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses for a list of compatible licenses). However, proprietary licenses are not compatible with GPL, so proprietary libraries cannot be used in a GPL application.

                                      Now, I also use proprietary library which is optional dependency (if not used the program would be usable but could have some usability issues in some specific areas)

                                      If removing the library creates some usability issues, then I'm not convinced that it's truly optional... See @Chris-Kawa's link below about plugins.

                                      So what are my options?

                                      Some options include:

                                      • Get a commercial license for all the libraries you want to use. This way, you obtain the rights for your application to link to all of those libraries. Note: Using this option, you cannot release your application under a free software license.
                                      • Convince the owners of the proprietary library to release their library under a GPL-compatible license too. This way, your GPL application can link to it.
                                      • Replace the proprietary library with a different one which is GPL-compatible. This way, your GPL application can link to it.
                                      JonBJ Offline
                                      JonBJ Offline
                                      JonB
                                      wrote on last edited by
                                      #19

                                      @JKSH
                                      Programs can "interact" with each other in a myriad of ways. For example, they might use sockets or files to exchange information. You can mix GPL with commercial/proprietary in this way, because everyone does it.

                                      So... why can't I/the OP provide a non-linked, on-demand dynamic library for his optional dependency features, which he does LoadLibrary/GetProcAddress-type interface to allow that kind of "interaction"?

                                      Chris KawaC JKSHJ 2 Replies Last reply
                                      0
                                      • JonBJ JonB

                                        @JKSH
                                        Programs can "interact" with each other in a myriad of ways. For example, they might use sockets or files to exchange information. You can mix GPL with commercial/proprietary in this way, because everyone does it.

                                        So... why can't I/the OP provide a non-linked, on-demand dynamic library for his optional dependency features, which he does LoadLibrary/GetProcAddress-type interface to allow that kind of "interaction"?

                                        Chris KawaC Offline
                                        Chris KawaC Offline
                                        Chris Kawa
                                        Lifetime Qt Champion
                                        wrote on last edited by Chris Kawa
                                        #20

                                        @JonB said in Do I have to pay money?:

                                        So... why can't I/the OP provide a non-linked, on-demand dynamic library for his optional dependency features,

                                        Because dynamic linking is still linking. FSF considers it "cheating" and treats plugins, shared memory etc. to fall under a single combined program definition and thus also require such plugins to be GPL compatible. See source.

                                        Keep in mind that GPL is aggressively viral and intentionally so and thus trying to "workaround" it in any way is strictly against its idea.

                                        1 Reply Last reply
                                        5
                                        • JonBJ JonB

                                          @JKSH
                                          Programs can "interact" with each other in a myriad of ways. For example, they might use sockets or files to exchange information. You can mix GPL with commercial/proprietary in this way, because everyone does it.

                                          So... why can't I/the OP provide a non-linked, on-demand dynamic library for his optional dependency features, which he does LoadLibrary/GetProcAddress-type interface to allow that kind of "interaction"?

                                          JKSHJ Online
                                          JKSHJ Online
                                          JKSH
                                          Moderators
                                          wrote on last edited by
                                          #21

                                          @JonB said in Do I have to pay money?:

                                          @JKSH
                                          Programs can "interact" with each other in a myriad of ways. For example, they might use sockets or files to exchange information. You can mix GPL with commercial/proprietary in this way

                                          If the 2 components are truly independent, then sure you can "mix" them this way.

                                          However, @Trigve's description does not sound like independent components so @Chris-Kawa's point applies.

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

                                          T 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