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 22:49:41 -0400
From:	Ted Ts'o <tytso@....edu>
To:	"Luis R. Rodriguez" <mcgrof@...jolero.org>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	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>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] module: Clarify GPL-Compatible is OK

On Fri, Apr 06, 2012 at 05:51:51PM -0700, Luis R. Rodriguez wrote:
> 
> Its a good point that we are not declaring the exact license used for
> software, and while that is useful the "Dual BSD/GPL" tag is
> misleading. As I see it there are four options:

So the real question is what is the purpose of MODULE_LICENSE()?
Specifically, is it intended for anything other than to tell the that
this module is OK to use EXPORT_SYMBOL_GPL symbols?

Your patch which changes things like

MODULE_LICENSE("Dual BSD/GPL");

to 

MODULE_LICENSE("GPL-Compatible");

in my opinion, muddles things even more, since now in some cases
MODULE_LICENSE() will name a specific license (i.e., GPL), and in
other cases, a set of licenses (i.e., GPL-Compatible).  After all,
isn't a GPL license by definition GPL-compatible?  So why not change
*all* MODULE_LICENSE(GPL) statements to be
MODULE_LICENSE(GPL-Compatible)?  If that seems like a large, pointless
patch, then maybe it's not worth it to change "Dual BSD/GPL" to
"GPL-Compatible".

I also really don't see how this helps License compliance folks.  If
the BSD folks trying to figure out whether or not they can use some
piece of code, "GPL-Compatible" is no more useful than as "Dual
BSD/GPL".  In fact, Dual BSD/GPL might actually be more useful since
at least to me it says it can be used under the BSD or GPL license,
which is precisely what the BSD folks need.

Regards,

						- Ted
--
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