Slashdot Mirror


Brian Aker Responds To RMS On Dual Licensing

krow (Brian Aker, long-time MySQL developer) writes "Richard Stallman's comments on the Oracle Acquisition of Sun left me scratching my head over his continued support of closed-source licensing around open source software. Having spent more than a decade in the MySQL community, I feel that his understanding of the dual-license model is limited, and is at odds with his advocacy of free software. For this reason, I believe his recent statements concerning it need to be addressed. By pushing for the right to turn GPL-licensed software into the heart of a proprietary business model, he is squandering an opportunity for advocacy of open source within the European Union."

11 of 212 comments (clear)

  1. Re:Forgive me if I'm wrong but by Predius · · Score: 4, Informative

    Yes, there is. The problem RMS is pointing out, is if Oracle basically shutters MySQL after acquiring it, as the owners of the primary license they can prevent MySQL from ever having a GPLv3 release, or any further closed source releases to fund further development. MySQL forks at that point will be locked into GPLv2 without the option of closed source releases to help fund further development.

  2. groklaw's take on this by harlows_monkeys · · Score: 4, Informative

    Groklaw has an interesting take on this, full of conspiracy theories.

    See, for example, this comment, where PJ is talking about Monty, and says:

    I have come to suspect he's a double agent. And I believe the beneficiary will be Microsoft.

    Wow

  3. Re:So what by Microlith · · Score: 5, Informative

    Your trollish demeanor aside, the GPL is nothing like a standard EULA.

    In fact, using GPL software is much like reading a book. The issues of copyright never come into play until you get it in your head that you wish to redistribute the work in question. Copyright says "no you can't, go talk to the copyright holder" while the GPL says "yes, under these terms. If you don't like them, Copyright says no you can't, go talk to the copyright holder."

    Whereas proprietary software requires you read and accept a license before using it. Completely unlike a book.

    Hopefully you will understand Stallman and the GPL better now, or I will have to apologize for feeding a troll.

  4. You're confused. by XanC · · Score: 5, Informative

    The GPL is not an EULA. In your book example, you can buy, read, resell, etc, the book in question. Exactly what you can do with any software, barring (possibly) an EULA.

    You can certainly do all that with GPL software without ever reading or agreeing to the GPL. Agreement is not required for use.

    Other actions, such as making and distributing copies, are restricted by copyright law, and apply to books as well as software regardless of license. The GPL happens to be a license which allows copying and redistribution, actions which are otherwise forbidden by copyright. You only must agree to GPL when you take action that bumps against copyright law.

  5. Re:So what by benjamindees · · Score: 5, Informative

    You are conflating a "usage" license with a "distribution" license. I agree that the former is completely inane. But the latter is a necessary extension of the concept of copyright, and the basis of the GPLv2.

    --
    "I assumed blithely that there were no elves out there in the darkness"
  6. Re:So what by Abcd1234 · · Score: 4, Informative

    While I agree that RMS is an ideologue of the worst kind, you're completely off base here:

    Have you ever bought a book? Furniture? Clothing? A toaster, microwave or television? Did you have to agree to a license before you could use any of these items?

    No. But guess what? The GPL doesn't require that, either.

    The GPL, like all copyright licenses, is a *redistribution* license. ie, when you *redistribute* the software, at *that* point you are bound by the terms of the GPL, as it is under those terms that you are granted the right to redistribution.

    What you're talking about is a EULA, and I don't believe it's clear that those are even enforceable (and whether or not they are almost certainly depends on the state/province/country you live in). And certainly EULAs have absolutely no grounding in copyright law (which, as I say, is concerned with redistribution).

  7. Re:RMS doesn't care about open source by vertinox · · Score: 5, Informative

    RMS could not care less about open source. He only cares about free software.

    Well yeah... What is the use of have access to the source code when the license forbids you to modify it?

    That's the different between Open Source Software and Free Open Source Software. I mean Microsoft releases source code to 3rd parties all the time but the strings attached to the code are pretty brutal.

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
  8. Re:Things don't work the way you think by aztracker1 · · Score: 4, Informative

    You don't buy a license for a book, you buy a physical copy of a book's content. Copyright law says you can't make copies of a protected work and distribute them.

    --
    Michael J. Ryan - tracker1.info
  9. Re:Forgive me if I'm wrong but by broken_chaos · · Score: 4, Informative

    The principle modification being the removal of the "any later version" clause.

    Just checked a fresh download of the MySQL 5.1.40 source. This statement is correct – the random sampling of source files I checked do not contain the "or later" clause in the licence notification.

  10. Re:RMS doesn't care about open source by Draek · · Score: 4, Informative

    Wrong. The BSD license and its ilk *are* Free Software licenses, they're just not "copyleft" which is a desirable but not vital quality as far as RMS is concerned. The ones that are OSS-but-not-Free are those like the license of Pine which disallows redistribution of modified works, or some of Microsoft's Shared Source licenses which disallow commercial redistribution at all.

    If you wish, you can educate yourself further here, and the FSF's definition of Free Software here.

    --
    No problem is insoluble in all conceivable circumstances.
  11. Free software/open source diffs aids understanding by jbn-o · · Score: 4, Informative

    Actually, pointing out why Open Source misses the point of Free Software isn't pedantic or irrelevant, these differences are real and they explain why RMS takes the position you just pointed out.

    RMS, as you rightly point out, understands that non-free software which eventually becomes free software is significantly better than non-free software that stays non-free forever because the former leads to eventually respecting our software freedom while the other can lead to our loss of software freedom. The open source movement is interested in a development methodology aimed primarily at businesses, not framing issues in terms of user's software freedom. Open source proponents aren't taught to think in terms of user's software freedom. This too can lead to the loss of software freedom. So whenever someone licenses a non-free program, open source advocates have little reason to object despite how that chips away at our freedom (from the aforementioned essay, "This attitude will reward schemes that take away our freedom, leading to its loss."). Free software activists, on the other hand, lament the disrespect for user's freedom which motivates them to support a project to develop a free replacement so that everyone can do that job whilst retaining their software freedom. Finally, as for the GPL: RMS wrote the GPL with user's freedoms in mind. The reason we enjoy the freedoms you champion at the end of your post is precisely because RMS pays attention to all computer user's software freedom. Had he taken an interest in mere development methodology instead, proprietary derivatives might be far more common than they are.