From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbbCLBPi (ORCPT ); Wed, 11 Mar 2015 21:15:38 -0400 Received: from ozlabs.org ([103.22.144.67]:41390 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbbCLBP1 (ORCPT ); Wed, 11 Mar 2015 21:15:27 -0400 From: Rusty Russell To: Paul Bolle , Dave Jones Cc: Dmitry Torokhov , =?utf-8?Q?S=C3=A9bastien?= Szymanski , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , devicetree@vger.kernel.org, Kumar Gala Subject: Re: MODULE_LICENSE(): "GPL" vs. "GPL v2" (Was: [PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller) In-Reply-To: <1426071405.4244.88.camel@x220> References: <1425666099-8365-1-git-send-email-sebastien.szymanski@armadeus.com> <20150306182155.GB4540@dtor-ws> <20150307005717.GD26151@dtor-ws> <1425731545.2281.3.camel@tiscali.nl> <20150307212543.GA38770@dtor-ws> <1425765281.2300.17.camel@x220> <64C774DE-93CD-41FB-AF78-301503025592@gmail.com> <1425766340.2300.29.camel@x220> <1425767935.2300.48.camel@x220> <20150308045115.GA4054@dtor-ws> <1426071405.4244.88.camel@x220> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Thu, 12 Mar 2015 11:11:08 +1030 Message-ID: <87k2ynxd23.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Paul Bolle writes: > [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"). Yes, people screw this up. But that's mainly because they don't care either :) Cheers, Rusty.