11

I saw a company is using BusyBox and also using Gpl + Lgpl + Mpl packages on it, and then they have there own application running on it. Their application is a closed source package.

You buy the device but its closed source. How come GPL mixed with LGPL+MPL becomes closed source?

I thought the rule is?? Or I am wrong or this following info is wrong?:

GPL: If you use it in your application then you must release your application under the GPL. That doesn't mean you can't also sell it (like they sell Linux CD's) but you must also release the source code for free. That might work for you, but probably not.

LGPL: If you use it in your application then you can still have a closed source proprietary licensed application. But if you modify the LGPL library then you must release your modifications under the LGPL, even though your application can remain closed source.

gnat
  • 21,442
  • 29
  • 112
  • 288
YumYumYum
  • 377
  • 2
  • 4
  • 12
  • First, [BusyBox](http://www.busybox.net/) is a program, not a system. Second, BusyBox in particular has a great [Busybox license](http://www.busybox.net/license.html) page about this. And the rest is covered in the [GPL FAQ](http://www.gnu.org/licenses/gpl-faq.html). – mctylr Dec 16 '11 at 19:22
  • BusyBox is the project that has most successfully litigated GPL issues. There have been a number of companies that included BusyBox but failed to provide the BusyBox code to their end users. Of all code to push the envelope with BusyBox is probably the worst choice. – Elin Jul 17 '15 at 23:28

5 Answers5

13

It is perfectly all right to sell an "aggregrate" of closed-source and open-source software according to the GPL FAQ. If the company compiled a Linux, built their own program on top of it using only LGPL libraries, and sold the resulting product while publishing all GPL/LGPL sources with it, they are not violating the GPL.

The point here is: The GPL does not extend to programs simply running on the same computer and communicating/interacting with the closed-source program. An open-source window manager like BusyBox is of course allowed to manage closed-source windows. As a rule of thumb, the GPL reaches as far as the address space of the licensed code.

thiton
  • 5,348
  • 1
  • 27
  • 26
  • 3
    That's pretty much what I was going so say, I was just going to add a note about [tivoization](http://en.wikipedia.org/wiki/Tivoization) too though. – Mark Booth Dec 16 '11 at 15:33
  • @thiton: So what you are saying is example: http://fedoraproject.org/wiki/Licensing . I can copy this distro and re-distribute it with my own brand name, and let my new `Bnome3 Desktop` shows up when it boot is legal? (Where i have hundreds of GPL + LGPL + MPL tools mixed to let my `Bnome3 Desktop` run)? – YumYumYum Dec 16 '11 at 15:46
  • 1
    @Google: Yes, but you need to distribute all the sources for the GPL parts with your distro. – thiton Dec 16 '11 at 16:03
  • 1
    @Google: The GPL requires that derivative works carry 'prominent' notices that they are derivatives. (GPL Section 4 and 5). So, you could brand it as the Bnome3 Desktop, but you'd need a subtitle that says 'Based on Gnome 3', and copyright notices would have to list 'The GNOME Project'. Note that fedora isn't distributed under GPL in one big unit, it's a big cluster of many bits which are each under GPL et al. – ipeet Dec 17 '11 at 00:58
  • @thiton: Many thanks, my last confusion is: In Linux i have 1759 packages. My application is included in that 1759. But my application is not using together lets say 1200 packages. But its there as it get shifted by OS. Do i have to list 1759 in my license page or i will be fine if i do 559 which my application is only using? – YumYumYum Dec 17 '11 at 11:08
  • 2
    "Rule of thumb" is what keeps lawyers employed. Just saying... – pap Jan 02 '12 at 08:35
  • 1
    Just a note, but... BusyBox (uppercase 'b') is not a Window Manager. I think you got confused with \*Box, line of WMs, like Openbox, Blackbox, Fluxbox, etc... (all lowercase 'b') BusyBox is a single piece of software (more specifically, a bootstrap system) combining several UNIX tools. I'm sure that was just a confusion. – haylem Nov 23 '15 at 18:48
3

IANAL, but this is what I've learned. I would be very interested to know if any of it is incorrect:

LGPL: If you statically link it it in your application and you distribute the compiled application then you must release the source under the GPL to anyone who receives the binary.

l0b0
  • 11,014
  • 2
  • 43
  • 47
1

There are clear cases and then some muddy one for which you'll get more opinion that lawyers you present the case.

Your rules match my understanding, but what will vary is the precise definition of "use". The copyright system on which the license is based isn't about "use" but about "creating a derived work" and some will argue with good arguments that a system made of different programs may be such that the different programs are tied enough that the whole system is a derived work of any one of them while another single program dynamically linked to a library isn't a derived work of the library because the library implement a clearly defined protocol and could be replaced (I've seen libreadline used in such a way with a simple GPLed wrapper to match an application provided interface). Ask your lawyer for advice specific to your case. See you before the judge if the one of the copyright holder isn't of the same opinion.

AProgrammer
  • 10,404
  • 1
  • 30
  • 45
1

(This answer was not intended for this question, but for a more specific one about git, and covers its specific case in greater detail than this question would practically allow. See comment 599873 for more info. It'll stay here in this form at least until the matter is resolved.)

  • Git is covered by GPLv2.
  • Generally, if you have any questions on FSF's licensing, the way to go is
    • the license itself (it's not some doorstopper and is quite conprehensible. The time invested in learning it will repay tenfold.)
    • FSF FAQ on their licenses, specifically, a FAQ on GPLv2,
    • other related materials on the web, including FSF facilities; watch for their authority though
    • as a last resort (short of a lawyer), FSF itself (they aren't a law firm, of course, so they will only give you general commentary without regard to jurisdiction - as are they free to ignore a request. My practice says they do reply to reasonable inquiries that are not already answered elsewhere, although it can take a while).

  • In your case, the related materials are:
    • GPLv2#section2:

      b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
      <...>
      These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.

      Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.

      In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.

    • GPLv2 FAQ #NFUseGPLPlugins:

      It depends on how the program invokes its plug-ins. If the program uses fork and exec to invoke plug-ins, then the plug-ins are separate programs, so the license of the plug-in makes no requirements about the main program.

So, you cannot make your work "contain" git but you can include it as a separate entity that your work uses. VMWare's example shows that the latter includes packaging it into the distribution or a compound file within the distribution (an ISO image it was).

What's the distinction? It took me a while to come to a conclusion. In the end, the paragraph "it is not the intent... to claim rights... rather... to control the distribution of derivative or collective works based on the Program" convinced me that the distinction is if the resulting work is considered a derivative of the GPL'ed part under copyright law. With this last one, GPL can't help you - you need to consult applicable copyright law or follow in another's footsteps.

ivan_pozdeev
  • 583
  • 3
  • 15
  • This answer was intended for http://programmers.stackexchange.com/questions/289785/can-i-distribute-a-gpl-executable-not-a-library-in-a-closed-source-application . They closed it before I finished the investigation. Since it covers the matter better than the accepted answer in this question but has too many parts specific to that one, I'll try to reopen that one to repost it there on these grounds. – ivan_pozdeev Jul 16 '15 at 12:29
  • 2
    this question doesn't ask about git. FWIW another question mentioned in your comment, doesn't appear to ask about git either (it only mentions similar sounding "libgit.a") – gnat Jul 16 '15 at 13:02
  • @gnat, well, read it a bit further, and you'll see "git.exe". – ivan_pozdeev Jul 16 '15 at 13:05
  • I see, thanks! still, mentioning git in the answer here may look confusing for readers, it's as if coming out of thin air. Consider [edit]ing to account for that – gnat Jul 16 '15 at 13:14
  • 1
    "This answer was not intended for this question". Then please delete your answer or change it to address the question. – Andy Jul 25 '15 at 19:51
  • @Andy I already explained why I can't. In four different places, to be precise, two of which are here. You're welcome to suggest a way in the linked meta question - if you see one. As well as edit the phrasing here if it isn't comprehensible enough. – ivan_pozdeev Jul 25 '15 at 23:30
  • You're reasoning is nonsense. You're using this question to answer a different post, which is totally inappropriate for a SE answer. I suggest you follow the rules of the site and delete your answer. – Andy Jul 26 '15 at 15:11
  • It's too good to be thrown away. Specifically, it's the first solution for the question's dilemma I've ever seen to be actually based on facts. So, I'm interpreting this as a vote to rework the answer, regardless of potential size. – ivan_pozdeev Jul 26 '15 at 20:54
  • irrelevant answers should be removed – Corey Goldberg Apr 27 '18 at 20:18
0

GPL is NOT compatible with closed source. If they used GPL-licensed packeges/modules and closed the source, in the general case they would be in violation of the GPL conditions.

pap
  • 1,290
  • 6
  • 8
  • A large company did this, where Busybox itself is GPL and they used `zoneinfo http://www.twinsun.com/tz/tz-link.htm LGPL` and there embedded device is closed source, doing business more then many years. Will you still say they are violating GPL condtions? – YumYumYum Dec 16 '11 at 15:10
  • 2
    @Google: Okay, so a company did something for quite a few years. Are you saying that makes it legal? Using that reasoning, exceeding the speed limit for driving would be legal around here. – David Thornley Dec 16 '11 at 15:18
  • @DavidThornley: Well unfortunately its not me. The company who is doing it is not legal or legal is not clear because in IT Law, there is not 100% answers available, so trying to understand to avoid doing mistake in my projects, where many others seems to be already have done those mistakes (its only because resources are limited, not available for starters to realized while developing, later it becomes like a nightmare, like in my case i am having). – YumYumYum Dec 16 '11 at 15:21