From: Hans de Goede <j.w.r.degoede@hhs.nl>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] prog/dump/util.c is GPL version 2 only licensed
Date: Wed, 15 Aug 2007 09:06:11 +0000 [thread overview]
Message-ID: <46C2C203.3010601@hhs.nl> (raw)
In-Reply-To: <46C0C758.5060509@hhs.nl>
Jean Delvare wrote:
> Hi Hans,
>
> On Tue, 14 Aug 2007 22:52:32 +0200, Hans de Goede wrote:
>
>> Most people don't realize it but once libraries GPL
>> v2 only code depends on become LGPL 3, then the GPL v2 only code can no longer
>> be distributed (atleast not as part of a distribution containing LGPL v3
>> versions of the libs the GPL v2 only code depends on).
>
> I don't get it. You can link even closed-source code with
> LGPLv2-licensed code (that was the purpose of this license over GPLv2).
> Is this something that changed with LGPLv3? If not, how could you not
> be allowed to link GPLv2 code then?
>
Well, I'm not a lawyer, but both Fedora's (RedHat's) and the FSF lawyers
have looked at this. Below is my understanding of the issue as explained to me.
The problem is the following section of the GPL:
---
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
---
The problem lies in the "complete source code means all the source code for all
modules it contains", which should be translated as "the source for the program
+ all libraries it uses", This is there to stop people from taking a GPL app
putting new interesting stuff in a lib and then ship the app with source with
bindings to the lib, but the lib with the new stuff itself under a proprietary
license. So the source for all libraries must be shipped, and must be shipped
under a GPL version 2 compatible license. LGPL 2 is GPL version 2 and GPL
version 3 compatible, so using LGPL 2 libs (or BSD libs) is fine for a GPL
version 2 app, but LGPL 3 will only be GPL version 3 compatible not GPL version 2.
Thus when a library used by a GPL version 2 only app becomes LGPL 3, that app
can no longer be distributed, because we no longer distribute all the needed
libraries under a GPL 2 compatible license, as is demanded by the GPL version 2.
I hope this clarifies things.
Thanks & Regards,
Hans
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2007-08-15 9:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-13 21:04 [lm-sensors] prog/dump/util.c is GPL version 2 only licensed Hans de Goede
2007-08-14 13:48 ` Jean Delvare
2007-08-14 20:52 ` Hans de Goede
2007-08-15 8:31 ` Jean Delvare
2007-08-15 9:06 ` Hans de Goede [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=46C2C203.3010601@hhs.nl \
--to=j.w.r.degoede@hhs.nl \
--cc=lm-sensors@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.