lkml.org 
[lkml]   [2005]   [Jun]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 21 Jun 2005 07:30:40 -0400
FromDave Jones <>
SubjectRe: Linux-2.6.12
On Tue, Jun 21, 2005 at 07:17:55AM -0400, Richard B. Johnson wrote:

 > >> Bullshit. The source is available to anybody who wants it. > >Great. Then please explain why you pull off this kind of crap..
 > >(DataLink/license.c) > Because it's true.

kernel/module.c:1259 disagrees with you.

static inline int license_is_gpl_compatible(const char *license)
{
    return (strcmp(license, "GPL") == 0
        || strcmp(license, "GPL v2") == 0
        || strcmp(license, "GPL and additional rights") == 0
        || strcmp(license, "Dual BSD/GPL") == 0
        || strcmp(license, "Dual MPL/GPL") == 0);
}
 > >MODULE_LICENSE("GPL\0 They won't allow GPL/BSD anymore!");

AFAICS, this is just plain deception. I suggest reading
http://marc.theaimsgroup.com/?l=linux-kernel&m=108304056922350&w=2
especially the part about talking to lawyers.

		Dave

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

\
 
 \ /
  Last update: 2005-06-21 13:40    [from the cache]
©2003-2008