• Login
Community
  • Login

Bundling with a Non GPL compiler

Scheduled Pinned Locked Moved General Discussion
license
4 Posts 3 Posters 962 Views
Loading More Posts
  • 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.
  • B
    BlitzCoder
    last edited by BlitzCoder Aug 7, 2022, 8:38 AM Aug 7, 2022, 8:35 AM

    I’m planning to bundle Notepad++ editor in a package, instead of having to download it separately with a Non GPL compiler tool and other stuff.

    Will there be any licensing issues?

    R 1 Reply Last reply Aug 8, 2022, 2:13 AM Reply Quote 0
    • R
      rdipardo @BlitzCoder
      last edited by Aug 8, 2022, 2:13 AM

      I’m not sure I fully understand the question, but you should know the GPL is a source code license. It has nothing to do with compiled executable programs, or the tools used to compile them.

      The GPL does not even prohibit charging a fee to download or use compiled versions of GPL-covered software (*); proprietary Linux operating systems like RHEL are just one example. As long as the source code is freely available, you can do anything you want with the finished product.


      (*)

      11. Patents.

      [ . . . ]

      Each contributor grants you a non-exclusive, worldwide, royalty-free patent
      license under the contributor’s essential patent claims, to make, use, sell,
      offer for sale
      , import and otherwise run, modify and propagate the contents
      of its contributor version.

      https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)#fulltext (emphasis added)

      D 1 Reply Last reply Aug 10, 2022, 11:51 AM Reply Quote 4
      • D
        dail @rdipardo
        last edited by Aug 10, 2022, 11:51 AM

        @rdipardo said in Bundling with a Non GPL compiler:

        It has nothing to do with compiled executable programs

        There are still terms that apply to the compiled executable programs. Section 6 (and 4 and 5) of the GPLv3 actually covers the required terms to distribute the ‘object form’ of GPL licensed software.

        R 1 Reply Last reply Aug 11, 2022, 9:32 PM Reply Quote 3
        • R
          rdipardo @dail
          last edited by Aug 11, 2022, 9:32 PM

          Section 6 (and 4 and 5) of the GPLv3 actually covers the required terms to distribute the ‘object form’ of GPL licensed software.

          All true. However those sections were drafted in the days of CD-ROMs and 3.5" diskettes. Nowadays, you “convey” the source by hosting it on GitHub.

          Granted, Linux package maintainers do bundle the source files and make scripts; but only because their package policies are as old as the GPL itself.

          1 Reply Last reply Reply Quote 0
          1 out of 4
          • First post
            1/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors