From: Paul Bolle <pebolle@tiscali.nl>
To: Dave Jones <davej@codemonkey.org.uk>
Cc: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
"Rob Herring" <robh+dt@kernel.org>,
"Pawel Moll" <pawel.moll@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
devicetree@vger.kernel.org, "Kumar Gala" <galak@codeaurora.org>,
"Rusty Russell" <rusty@rustcorp.com.au>
Subject: MODULE_LICENSE(): "GPL" vs. "GPL v2" (Was: [PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller)
Date: Wed, 11 Mar 2015 11:56:45 +0100 [thread overview]
Message-ID: <1426071405.4244.88.camel@x220> (raw)
In-Reply-To: <20150308045115.GA4054@dtor-ws>
[Added Rusty and Dave.]
On Sat, 2015-03-07 at 20:51 -0800, Dmitry Torokhov wrote:
> On Sat, Mar 07, 2015 at 11:38:55PM +0100, Paul Bolle wrote:
> > From a technological standpoint it would be easy to declare "GPL" (or
> > any other string) to mean "GPL v2 compatible", which is, I think, all
> > that matters. But license_is_gpl_compatible() doesn't do that. And I
> > fear that's for a reason. Is my fear unfounded?
>
> Well we might ask Rusty on the off chance that he remembers but my guess
> would be that he added "GPL v2" in addition to "GPL" and other license
> stings because at the time there was one driver,
> drivers/net/tulip/xircom_tulip_cb.c, that used MODULE_LICENSE("GPL v2").
Dmitry and I discussed the fact that license_is_gpl_compatible() accepts
both "GPL" and "GPL v2" as strings indicating a GPL compatible license.
"GPL" is documented to mean "GNU Public License v2 or later" while "GPL
v2" is documented to mean "GNU Public License v2".
It turns out people regularly confuse these license string. (To
demonstrate just how often I hope to send comments for all patches sent
yesterday and the day before yesterday that I spotted getting that
wrong. I already sent a bunch of similar messages last week.) That's not
surprising, because either one passes the compatibility test, whatever
the actual license of the module might be.
So are these two strings intended to correctly identify to the actual
GPL version(s) of that module? Or is the fact that there are checks for
both strings mostly a result of the way these two strings were
introduced in a few steps? (I'll summarize these steps at the end of
this message.)
Paul Bolle
0) MODULE_LICENSE() was introduced in v2.4.10. It documented four
"idents" acceptable for free software modules:
"GPL"
"GPL and additional rights"
"Dual BSD/GPL"
"Dual MPL/GPL"
1) In v2.4.11 the license ident used in
drivers/net/pcmcia/xircom_tulip_cb.c was changed from "GPL" to "GPL v2".
2) In v2.5.40
"GPL v2"
was also documented as an acceptable free software ident. At that time
only drivers/net/tulip/xircom_tulip_cb.c used that ident.
3) And in v2.5.55 license_is_gpl_compatible() was added. It accepted
both license idents (since it accepted all then documented license
idents). At that time the only user of "GPL v2" was still
drivers/net/tulip/xircom_tulip_cb.c. (At that time there were over a
thousand users of "GPL".)
For comparison: in v4.0-rc3 there are nearly six thousand users of "GPL"
and over a thousand users of "GPL v2".
next prev parent reply other threads:[~2015-03-11 10:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-06 18:21 [PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller Sébastien Szymanski
[not found] ` <1425666099-8365-1-git-send-email-sebastien.szymanski-d2DlULPkwbNWk0Htik3J/w@public.gmane.org>
2015-03-06 18:21 ` [PATCH 2/2] Input: sx8654 - add device tree bindings Sébastien Szymanski
2015-03-06 18:21 ` [PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller Dmitry Torokhov
2015-03-07 0:57 ` Dmitry Torokhov
2015-03-07 12:32 ` Paul Bolle
2015-03-07 21:25 ` Dmitry Torokhov
2015-03-07 21:54 ` Paul Bolle
2015-03-07 22:02 ` Dmitry Torokhov
2015-03-07 22:12 ` Paul Bolle
2015-03-07 22:26 ` Dmitry Torokhov
2015-03-07 22:38 ` Paul Bolle
2015-03-08 4:51 ` Dmitry Torokhov
2015-03-11 10:56 ` Paul Bolle [this message]
2015-03-12 0:41 ` MODULE_LICENSE(): "GPL" vs. "GPL v2" (Was: [PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller) Rusty Russell
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=1426071405.4244.88.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=davej@codemonkey.org.uk \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=sebastien.szymanski@armadeus.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).