From: Stefan Weil <sw@weilnetz.de>
To: Tom Cain <tomcain137@yahoo.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Help needed - LGPL Violation and Legal Threats
Date: Sun, 02 Nov 2014 16:04:50 +0100 [thread overview]
Message-ID: <54564812.1090503@weilnetz.de> (raw)
In-Reply-To: <1785958135.88434.1414895287592.JavaMail.yahoo@jws10061.mail.ne1.yahoo.com>
Am 02.11.2014 um 03:28 schrieb Tom Cain:
> G'day QEMU wizards,
>
> I've recently been made aware of an organization that seems to be pretty
> actively sending out nastygrams to people who redistribute their
> software which is a QEMU derivative.
>
> It was my understanding that current versions of QEMU full system
> emulation are GPL, and older versions (0.8.1) were LGPL.
>
> The executables that this company distributes are not distributed with
> the source, and the company has refused to release the source code upon
> request, and has threatened legal action to all of those who host these
> files on their websites.
>
> My binary analysis shows that this is QEMU-0.8.1, can anyone confirm?
>
> http://bigguyspinball.com/nucoresupport.shtml
>
> If so, it appears that this website is committing copyright infringement
> by violating the terms of the LGPL.
>
> Any insight would be appreciated! I've communicated with the FSF and the
> Software Freedom Conservancy, and they agree that hypothetically it is a
> violation. I just need someone to confirm that the contents of that
> linux binary are QEMU. From the looks of it, if this company is filing
> lawsuits, it puts a MAJOR damper on the open source community, so any
> help is appreciated.
>
> Thank you all!
>
> Tom
Hello Tom,
nucore is a Linux executable. It includes many QEMU related strings and
other indicators for QEMU code:
$ strings nucore | grep -i qemu | wc
44 494 3740
Among those strings, two show the version 0.8.1:
$ strings nucore | fgrep 0.8.1
QEMU 0.8.1
QEMU Virtual CPU version 0.8.1
The license information for QEMU 0.8.1 is here:
https://github.com/qemu/qemu/blob/v0.8.1/LICENSE
That license text clearly states that LGPL applies to the system emulation.
Cheers
Stefan
prev parent reply other threads:[~2014-11-02 15:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-02 2:28 [Qemu-devel] Help needed - LGPL Violation and Legal Threats Tom Cain
2014-11-02 15:04 ` Stefan Weil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54564812.1090503@weilnetz.de \
--to=sw@weilnetz.de \
--cc=qemu-devel@nongnu.org \
--cc=tomcain137@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).