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. License

License

Scheduled Pinned Locked Moved Unsolved The Lounge
open sourcelicenselicensing
6 Posts 4 Posters 965 Views
  • 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
    Guruweryn
    wrote on last edited by Guruweryn
    #1

    Do I need to publish my code made in open source qt if I don't want to publish it, for example when writing code for training or for private use?

    JonBJ 1 Reply Last reply
    0
    • G Guruweryn

      Do I need to publish my code made in open source qt if I don't want to publish it, for example when writing code for training or for private use?

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

      @Guruweryn
      If you stick to the LGPL modules of Qt, no you do not have to.
      Most Qt modules are LGPL like this but some are GPL, if you used them you would need to publish your code.
      If you were to use PyQt that is GPL.
      The usage, like "training", is not relevant.

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

        Hi and welcome to devnet,

        By training, do you mean honing your skills ?

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

        G 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          By training, do you mean honing your skills ?

          G Offline
          G Offline
          Guruweryn
          wrote on last edited by
          #4

          @SGaist Yes

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

            Then no, you do not need to make that code available.

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

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

              You never have to publish (i.e. making it public to everyone) your code. At least that depends on the mode of distribution.

              The GPL only places requirements on you when you give your software to someone else. Everyone who receives your software is also eligible to your source code (under GPL, not under LGPL). So, if you give your software to one or two people you also have to give them the source code. If they decide to further give the software to somebody else, they also have to provide the source code to those people. If you put up your software for everyone to download on the internet, then you need to actually publish your source code. This all only applies to GPL. LGPL only means that this applies to the library (Qt in this particular case) and not your own source code. Also, you can provide a written offer valid for at least three? months to provide the source code to everyone who receives your software instead of giving them the source code directly.

              Everything that is private and stays private does not have any requirements on the source code.

              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