Slashdot Mirror


VMware Touts Dismissal of Linux GPL Lawsuit (zdnet.com)

"For over a decade, VMware has been accused of illegally using Linux code in its VMware ESX bare-metal virtual machine hypervisor," reports ZDNet, adding that "A German court has dismissed the case, but the struggle may not be over." VMware stood accused of illegally using Linux code in its flagship VMware ESX bare-metal virtual machine (VM) hypervisor... In 2011, the Software Freedom Conservancy, a non-profit organization that promotes open-source software, discovered that VMware had failed to properly license any Linux or BusyBox, a popular embedded Linux toolkit, source code... In 2015, having exhausted all other means, [Linux kernel developer Christoph] Hellweg and the Software Freedom Conservancy sued VMware in the district court of Hamburg in Germany. Besides the general violation of the GPLv2, "Conservancy and Hellwig specifically assert that VMware has combined copyrighted Linux code, licensed under GPLv2, with their own proprietary code called 'vmkernel' and distributed the entire combined work without providing nor offering complete, corresponding source code for that combined work under terms of the GPLv2."

The German court disagreed in November 2018. Helwig appealed and continued the fight, saying "The lower court dismissed the case as a result of evidentiary rules and likely an incomplete understanding of the documentation of the code in question...." [Monday] VMware rather mysteriously announced: "VMware is pleased with the Feb. 28, 2019 decision of the German appellate court in Hamburg to dismiss Mr. Hellwig's appeal and let stand the regional court's decision to dismiss Mr. Hellwig's lawsuit. "

Karen Sandler, attorney and the Conservancy's executive director, told ZDNet that "We strongly believe that litigation is necessary against willful GPL violators, particularly in cases like VMware where this is strong community consensus that their behavior is wrong. Litigation moves slowly. We will continue to discuss this with Christoph and his lawyers and hope to say more about it in the coming weeks -- after the courts provide their rationale for their decision to the parties (which has not yet occurred)."

Meanwhile, VMware stated that it "continues to be a strong supporter of open source software development," adding that it's been "actively" working on removing vmklinux from vSphere in an upcoming release as part of a multi-year project -- "for reasons unrelated to the litigation."

10 of 68 comments (clear)

  1. could be a technicality by phantomfive · · Score: 4, Insightful

    It might have just been dismissed on a technicality. No point in speculating until the court releases their rationale, especially if you don't know anything about German law (of which I know a grand total of about five sentences worth of knowledge. For example, I know that most if not all of the judges are German).

    --
    "First they came for the slanderers and i said nothing."
    1. Re:could be a technicality by Anonymous Coward · · Score: 4, Informative

      If you understand German, here's a better article at heise.de. The gist is that the case was rejected because Hellwig didn't sufficiently demonstrate that code under his copyright is used in a VMware product. To do this, he would have had to show which parts of the Linux program he had modified in which way, that those modifications meet the requirements for an individual copyright, and that these parts of the code have been copied by VMware.

    2. Re:could be a technicality by Shinobi · · Score: 2

      One factor that was highlighted in the original lawsuit back when it was filed was that Helwig aimed his complaint at ESXi, based on alleged claims of infringement in ESX. The thing is, ESX was already discontinued and no longer distributed at that point, and the underlying architecture is significantly different between ESX and ESXi.

      So basically, it looks like Helwig and his cronies tried to hijack one software, based on an alleged infringement in another software

    3. Re:could be a technicality by Shinobi · · Score: 2

      As someone who's developed and/or adapted drivers to be compatible with the hypervisors, there were some major architectural differences from the start, and those only grew larger. One major difference was that in ESX, the Linux kernel ran in parallell with the hypervisor, while in ESXi, the Linux kernel runs on top of the hypervisor, which makes a huge difference.

  2. Re:For people so hellbent on freedom... by Anonymous Coward · · Score: 2, Insightful

    Why make things open source and call it "free" and then have a million weird strings attached? It's not free. And it sucks anyway.

    Then don't use it! Nobody is forcing you or VMware to use open source software.

    People make open source software using their precious time and resources. People use "weird strings attached" licenses like the GNU GPL to prevent people from using their work to jump-start closed source software. People use GNU GPL because they hope that the software they developed might be further enhanced by others, without the risk of the software becoming closed source. What's so "weird" about that?

  3. Lets just be clear: VMware is a software pirate by gweihir · · Score: 4, Insightful

    What they do is copyright infringement on a commercial scale and that is a pretty serious crime. When an individual downloads a song (non-commercial infringement), they get hit with the whole book and get stomped in the ground. But when a corporation does it, it seems what happens is ... nothing?

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  4. Re:Not free by gweihir · · Score: 2, Insightful

    Nobody controls how you use it. What is controlled is how you licence it if you publish it and what you must publish alongside if you publish it. That is fundamentally different. As long as you just use it in-house, no restrictions apply.

    Also, are you saying that all software licenses are invalid because "no elected government voted on them"?

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  5. Re: Not free by Antique+Geekmeister · · Score: 3, Insightful

    > GNU GPL'd software is software that has been contributed to the public domain.

    Forgive me, please, but _absolutely not_. The phrase "public domain" has very specific meaning with copyrights. The Free Software Foundation does not release software to the public domain precisely to prevent the kind of proprietization and abuse that VMWare is accused of. Please do not misuse the phrase this way, it will confuse someone who's not paid close attention to software copyrights.

  6. Re: Not free by Megol · · Score: 2

    GPL code is copyrighted code and not public domain in any way or form. If it were public domain the GPL wouldn't be needed and couldn't be enforced as the code would be free for all with no limitations attached.

  7. Re:For people so hellbent on freedom... by iggymanz · · Score: 2

    You're confused, it's about freedom for the user, the freedom that comes with having the source code.