Comments on: Mixing GPL and non-GPL: a different perspective https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/ Open information and technology. Mon, 09 Aug 2010 13:58:44 +0000 hourly 1 http://wordpress.com/ By: Warum Piratenpartei? Hierzu Lawrence Lessing: | Linux Datenschutz Politik https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2587 Tue, 07 Jul 2009 13:31:35 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2587 […] Megginson Technologies: Quoderat » Blog Archive » Mixing GPL and … […]

]]>
By: Warum Piratenpartei? Hierzu Lawrence Lessing | Linux Datenschutz Politik https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2586 Tue, 07 Jul 2009 13:26:13 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2586 […] Megginson Technologies: Quoderat » Blog Archive » Mixing GPL and … […]

]]>
By: Jonathan https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2585 Thu, 18 Jun 2009 21:13:16 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2585 And another thing,

Sun mentioned that they don’t have any problem with IBM’s BSD license on DB2 as it allows them to distribute DB2 under the GPL license (and not vice-versa), not because DB2 was proprietary.

]]>
By: Jonathan https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2584 Thu, 18 Jun 2009 21:07:19 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2584 I think that you should go into further details as for the dynamic linking. Actually an OS call might make it ok, but I’m not certain.

The two applications (the mySQL and the engine) are ok, as they are both open-source and GPLed (actually, doing it without installation is putting it on the OK zone anyway) the problem is with the binary: If it’s sold separately, and installed separately, then it’s most likely ok. As long as it’s not distributed together as one application and contains all the copyright notices, I think that it isn’t in violation of the GPL.

You should also differentiate between BSD and GPL.

Now the question is whether anyone is distributing an installer that automates this process after the purchase of ScaleDB, which might incur liability on him (but not you).

]]>
By: Mike https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2583 Thu, 18 Jun 2009 17:59:16 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2583 Here is how it works for us:

You download MySQL code, it has a storage engine interface. Then you download an open source interface that enables MySQL to leverage the services provided by ScaleDB and other storage engines. You compile these together.

ScaleDB is a separate application (sold in binary form) that is accessed by the now compiled MySQL application using dynamic linking. We consider ScaleDB to be like a database storage service called by MySQL, much like a file system or network file system.

There is a precedent whereby MySQL acepted the BSD license for such a connector provided by IBM that leverages the services of IBM’s DB2. See details and MySQL counsel’s approval here: http://bugs.mysql.com/bug.php?id=44172

Based upon the facts that:
1. MySQL and ScaleDB are compiled seperately;
2. They utilize dynamic linking a la an operating system call;
3. The connector code is open sourced;
4. MySQL leverages these services independently, meaning it can also leverage other storage engines using this same approach;
5. ScaleDB will provide similar services to other databases (possibly upon first customer ship);
6. There is a precedent of IBM doing this with DB2 (using a BSD-style license) and Sun legal blessing it.

We believe that it should be clear that they are two separate and independent applications. Thoughts?

]]>
By: Jonathan https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2582 Thu, 18 Jun 2009 06:18:34 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2582 David,
The case was settled out of court and both parties were pleased, you can see The press release here (there were also a few articles, but they went on and analysed the settlement, which is something I’m prohibited on doing as a counsel).

I (personally) think that if it were a windows installer (or bash script) downloading the package as a “dependency” (same as a .deb package) and integrate them, this would be a problem. If we’re talking about two separate installers that are meant to install the software as a whole, I think that the aim is not mere aggregation, but a single distribution.

I’d highly recommend to avoid it, though I’m not 100% certain it is in violation of the GPL.

]]>
By: John Cowan https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2581 Wed, 17 Jun 2009 23:00:41 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2581 The general view is that you can’t create a combined work containing both GPLed and closed-source components and distribute it, because that violates the GPL requirement that any derivative work of a GPLed work be itself a GPLed work. Some people deny that such a combination counts as creating a derivative work. If we set that view aside, though, then distributing (by whatever method) the work in two pieces, the GPL piece and the closed-source piece, with the clear expectation that those who receive it will combine them, is constructive distribution of the combined work. By analogy, if it were forbidden to sell salt, dissolving your salt in water and then claiming that you only sold sodium ions and chloride ions (even if you separated them into two bottles) would not save you from the frown of the judge.

I am not a lawyer; this is not legal advice, but it is not the unauthorized practice of law, either.

]]>
By: david https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2580 Wed, 17 Jun 2009 12:05:15 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2580 Jonathan: Thanks for the case reference. Unfortunately, the 2006 Slashdot article you linked to didn’t say how the case turned out. Is the final decision online? You mentioned that the case also involved code changes to Jin Chess (presumably to support the closed-source software).

I wonder if it would make a difference if the install script were the primary installation mechanism or not — e.g. the DVD-ROM simply installed MariaDB by default, but there was a separate script (or screen) that allowed you to add in the closed-source ScaleDB.

As a second option, what if the DVD-ROM didn’t distribute the GPL software at all, but configured the Windows installer to download it automatically, with an explicit prompt (e.g. “Would you like to download and install MariaDB”) followed by a window where the user had to click “OK” to accept the GPL?. In that case, no GPL software touched the DVD-ROM, so in my non-legal opinion, it looks like the distributor is not bound by the GPL.

]]>
By: Jonathan https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2579 Wed, 17 Jun 2009 07:28:40 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2579 I do think that the script is on the red zone and not mere aggregation, at least if you’re on GPLv2. Once you package everything in a neat installer (and modify the code appropriately to automate the interaction) then the plugin is not a plugin anymore, it’ a new package. As long as the client sees the package as one complete package, then it’s one package. The more you amend the code to practically interface easier with the closed-source app, the more it would be in violation of the GPL.

I’d say that if you want to combine the two, one installer is not the right option. You can either relicense the ScaleDB to comply with GPL or maybe consider providing it as a SaaS and charge for the use (which is allowed by GPL).

[Decent Disclosure: I’m a copyright attorney and I represented the plaintiff in Jinchess v. IChessU, the first Israeli GPL enforcement suit, the case was quite similar, but there were some amendments in the original code, that made the distribution seem like one package (one windows installer, f.e)]

]]>
By: david https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2578 Tue, 16 Jun 2009 22:45:26 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2578 Mike: I agree that an installation script would be an obvious target for something looking to sue, but I doubt they’d succeed: unlike Napster, such a script would simply automate something that a private user is allowed to do anyway, and it itself would contain no GPL code.

Paul: Thanks for the link. I don’t follow Michael’s blog, but I should, especially since we’re old war buddies from the early XML days, and Saxon actually started from SAX. It’s interesting that Michael, coming from the supplier side, also sees the cracks in the GPL dual-licensing model. Perhaps the whole thing rests on a GPL FUD campaign that could collapse out from under the dual-licensers at any time.

Another consideration is that the language of the GPL was intended to prevent people from distributing a GPL application that required a closed-source library to run, since that would just be a Trojan horse for vendor lock-in. An optional closed-source plugin is different: it might add extra functionality, but you can easily use the FOSS application without it. Of course, I’m sure that Richard Stallman would love to block that, too!

]]>
By: Paul Clapham https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2577 Tue, 16 Jun 2009 22:21:50 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2577 Interestingly, Michael Kay wrote something similar in his blog a week ago. Here’s the link:

http://saxonica.blogharbor.com/blog/_archives/2009/6/7/4213973.html

Fortunately I’m not in a position where I need to worry about the GPL right now, but I’ll be interested to see whether some kind of consensus arises out of these musings.

]]>
By: Mike https://quoderat.megginson.com/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comment-2576 Tue, 16 Jun 2009 21:19:07 +0000 http://www.megginson.com/blogs/quoderat/?p=248#comment-2576 David,

I too believe that what the user does with two separate pieces of code is their own business under GPL2. I believe that GPL3 goes a bit further, but MySQL is under GPL2. So I believe that the two can work together without an OEM license. However, your idea of a script to combine the two gets a bit more gray. Compare this to the litigation against Napster, versus VCRs. The VCR enabled copying copyrighted materials, but was OK because it had other legitimate purposes (same with photocopy machines). Napster, since it had very little practical usage for anything other than distributing copyrighted music (which is illegal) was sued to death. So can you hand a user a script for combining GPL and non-GPL, whose sole purpose is to circumvent GPL? I’m not sure, no good case law on that one that I’m aware of, but I would avoid it. I believe that there are layers here. If you use dynamic linking versus static linking, that creates a degree of separation. If the storage engine supports other databases, that provides more separation regarding the two acting as a single product. There are things like this that help to create legal separation. Our understanding is that it IS doable.

]]>