lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 6 Apr 2012 17:57:44 -0700
From:	"Luis R. Rodriguez" <mcgrof@...jolero.org>
To:	Al Viro <viro@...iv.linux.org.uk>
Cc:	rusty@...tcorp.com.au, linux-kernel@...r.kernel.org,
	Keith Packard <keithp@...thp.com>,
	Ralf Baechle <ralf@...ux-mips.org>,
	David Woodhouse <dwmw2@...radead.org>,
	Stephen Hemminger <shemminger@...tta.com>,
	"John W. Linville" <linville@...driver.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] module: Clarify GPL-Compatible is OK

On Fri, Apr 6, 2012 at 5:28 PM, Al Viro <viro@...iv.linux.org.uk> wrote:
> On Fri, Apr 06, 2012 at 05:11:22PM -0700, Luis R. Rodriguez wrote:
>
>> You do not need to make dual licenses when licenses are compatible
>> with each other, and in fact at times this can confuse developers / legal.
>> This has been well documented by SFLC through their "Maintaining
>> Permissive-Licensed Files in a GPL-Licensed Project: Guidelines for
>> Developers" [0] which was inspired by the ambiguity of the MadWifi
>> Project's Dual BSD/GPL license tradition. The list of GPL-Compatible
>> licenses can be found on the FSF's website [1].
>
> This is obvious crap.  Explain to me, please, what makes your "GPL compatible"
> different from "GPLv2";

GPLv2 is GPLv2, GPL-Compatible means the module is not GPLv2 but
instead one of the licenses that are GPLv2 compatible.

> at least that would be honest ("we have relicensed a copy of BSD/GPL code to
> GPL alone - the license allows that and any  modifications done here are declared
> GPL-only, so you can't pull them into the BSD-licensed variants")

That's the thing Al, the purpose of this patch is not to address
getting code from BSD to Linux but the inverse, let BSD folks benefit
from some of our driver work which is permissively licensed. In that
case we are declaring the module to GPL-Compatible license. When we
take BSD code and GPL it we have to also change the license header as
documented in the documentation provided by SFLC. An example driver
that had this done is drivers/net/wireless/ath/carl9170/main.c and
friends. We however have at times code licensed only under a
permissive license and want other BSD families to help take that code
and benefit from it. This all started for wireless with ath5k to help
OpenBSD reap benefits from the ar5k HAL hat we took to embrace into
Linux. We followed suit with ath9k to ensure BSD family can reap
benefits from the driver.

> "GPL compatible" is not a license; it's a set of licenses.

Great point, and I think Linus makes the same point.

> Incidentally,
> belonging to that set is irrelevant to legality of including into the kernel,
> since GPLv3 a member and it's *NOT* compatible with the kernel license.

The FSF website indeed does not have a handy URL to only list GPLv2
compatible licenses. That may be nice.

I think on both threads the issues highlighted are the technical
artifacts (not addressed here) Vs the actual software license of the
files.

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ