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. Qt usage in thesis

Qt usage in thesis

Scheduled Pinned Locked Moved Solved General and Desktop
licensing
6 Posts 5 Posters 751 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.
  • U Offline
    U Offline
    unzu
    wrote on last edited by
    #1

    Hello,

    I am using Qt in my thesis to program a small application which reads out bluetooth multimeters.
    Both the executable and the code will be put on an flash drive and are available to the reader.

    I am finishing my documentation, however I am not quite sure what licence-files/disclaimers/whatever I have to include...
    I've tried to read some explanation on LGPL but I would appreciate some help of you, explaining what I have to do next.

    I don't want any exclusive rights, the reader may use and modify my code as he pleases, I just want to fulfill the obligations of Qt.

    Thank you very much.
    Unzu

    KroMignonK 1 Reply Last reply
    0
    • U unzu

      Hello,

      I am using Qt in my thesis to program a small application which reads out bluetooth multimeters.
      Both the executable and the code will be put on an flash drive and are available to the reader.

      I am finishing my documentation, however I am not quite sure what licence-files/disclaimers/whatever I have to include...
      I've tried to read some explanation on LGPL but I would appreciate some help of you, explaining what I have to do next.

      I don't want any exclusive rights, the reader may use and modify my code as he pleases, I just want to fulfill the obligations of Qt.

      Thank you very much.
      Unzu

      KroMignonK Offline
      KroMignonK Offline
      KroMignon
      wrote on last edited by
      #2

      @unzu This is a Qt users forum, for license questions you have to contact the Qt Company: for example with this form https://www.qt.io/contact-us/other

      It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

      JKSHJ 1 Reply Last reply
      0
      • KroMignonK KroMignon

        @unzu This is a Qt users forum, for license questions you have to contact the Qt Company: for example with this form https://www.qt.io/contact-us/other

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

        Hi, congratulations on nearing the completion of your thesis!

        @unzu said in Qt usage in thesis:

        I am not quite sure what licence-files/disclaimers/whatever I have to include...
        I've tried to read some explanation on LGPL but I would appreciate some help of you, explaining what I have to do next.

        I don't want any exclusive rights, the reader may use and modify my code as he pleases, I just want to fulfill the obligations of Qt.

        So you have used Qt under the LGPLv3 license, and you want to publish your application under an open-source license too?

        The important parts are:

        • In your documentation (and perhaps in an "About" dialog of your application), clearly acknowledge that you have used Qt under the LGPLv3. Include the version number of Qt.
        • Provide a way for your readers to obtain a copy of Qt's source code.
        • Include a copy of the LGPLv3 license files with your software's documentation, under a section for 3rd-party licenses used by your software (Note: The LGPLv3 is treated as the GPLv3 plus additional sections)
          • https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3?h=5.15.2
          • https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.LGPL3?h=5.15.2
        • Explicitly assign an open-source license to your software too. (This step legally gives your readers permission to modify and release copies of your code)
        • Include a copy of your program's source code with your executable.

        (Usual disclaimer: I'm not a lawyer)

        Both the executable and the code will be put on an flash drive and are available to the reader.

        If you don't mind sharing your software with the general public (instead of just those who read your thesis), publish it on a code hosting service like GitHub in addition to your flash drive.

        @KroMignon said in Qt usage in thesis:

        for license questions you have to contact the Qt Company: for example with this form https://www.qt.io/contact-us/other

        That's more for commercial licenses, I believe.

        Any source that can answer questions about the LGPL can answer the OP's question, since this is not Qt-specific.

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

        U 1 Reply Last reply
        4
        • JKSHJ JKSH

          Hi, congratulations on nearing the completion of your thesis!

          @unzu said in Qt usage in thesis:

          I am not quite sure what licence-files/disclaimers/whatever I have to include...
          I've tried to read some explanation on LGPL but I would appreciate some help of you, explaining what I have to do next.

          I don't want any exclusive rights, the reader may use and modify my code as he pleases, I just want to fulfill the obligations of Qt.

          So you have used Qt under the LGPLv3 license, and you want to publish your application under an open-source license too?

          The important parts are:

          • In your documentation (and perhaps in an "About" dialog of your application), clearly acknowledge that you have used Qt under the LGPLv3. Include the version number of Qt.
          • Provide a way for your readers to obtain a copy of Qt's source code.
          • Include a copy of the LGPLv3 license files with your software's documentation, under a section for 3rd-party licenses used by your software (Note: The LGPLv3 is treated as the GPLv3 plus additional sections)
            • https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3?h=5.15.2
            • https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.LGPL3?h=5.15.2
          • Explicitly assign an open-source license to your software too. (This step legally gives your readers permission to modify and release copies of your code)
          • Include a copy of your program's source code with your executable.

          (Usual disclaimer: I'm not a lawyer)

          Both the executable and the code will be put on an flash drive and are available to the reader.

          If you don't mind sharing your software with the general public (instead of just those who read your thesis), publish it on a code hosting service like GitHub in addition to your flash drive.

          @KroMignon said in Qt usage in thesis:

          for license questions you have to contact the Qt Company: for example with this form https://www.qt.io/contact-us/other

          That's more for commercial licenses, I believe.

          Any source that can answer questions about the LGPL can answer the OP's question, since this is not Qt-specific.

          U Offline
          U Offline
          unzu
          wrote on last edited by
          #4

          @JKSH Thanks for your response.
          I made sure to satisfy the points which you've mentioned and I think that it's OK this way.

          Sorry for the delayed response, last weeks were pretty busy haha.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            alvina3
            Banned
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • J Offline
              J Offline
              jordanstephen
              wrote on last edited by
              #6
              This post is deleted!
              1 Reply Last reply
              0
              • J.HilkJ J.Hilk locked this topic on

              • Login

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