Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Carlo Wood
Date: Thursday, June 14, 2007 - 5:02 pm

On Fri, Jun 15, 2007 at 12:39:19AM +0100, Alan Cox wrote:

Like, they can release/sell the whole thing under some arbitrary
other license at their choice. But once you license it with the GPLv2,
then you can't stop anyone else (who got it under that license) from
using the code under that license anymore, as such it doesn't matter that
you are the original author.


You actually had me check the license of the linux kernel :p
But really - it has this paragraph that I was refering to in most of it's
source files:

* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.

I might be wrong, but I always thought that that meant that John Doe
is free to redistribute the software under version 3 of the License,
as published by the FSF.

There are source files in the kernel without this phrase, ie - they
just say: * This file is released under the GPL.

But then the paragraph from COPYING kicks in, reading:

Each version is given a distinguishing version number.  If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

Any, 'any version' probably includes version 3 as well.

Finally, there are file that don't mention the GPL at all, for example
kernel/sys.c just says:

 *  Copyright (C) 1991, 1992  Linus Torvalds

But - if it weren't GPL-ed then that would be a violation of the GPL-ed
of the rest (Nevertheless, I think the license header should be added
to those files).


I really don't like license discussions - and after reading in the
mailinglist FAQ that license posts are taboo here - I was partly annoyed,
partly amazed to see this HUGE flood of mails with as subject line
"Dual-Licensing Linux Kernel with GPL V2 and GPL V3"

I am sorry that I drew the apparently wrong conclusion that GPL V3
is a pressing reality.


-- 
Carlo Wood <carlo@alinoe.com>
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Sun Jun 10, 3:00 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, debian developer, (Sun Jun 10, 3:55 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Sun Jun 10, 7:21 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sun Jun 10, 10:29 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sun Jun 10, 10:33 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jeff Garzik, (Sun Jun 10, 10:55 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, debian developer, (Sun Jun 10, 12:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, debian developer, (Sun Jun 10, 12:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew Morton, (Sun Jun 10, 1:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, James Bruce, (Sun Jun 10, 2:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Sun Jun 10, 2:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, James Bruce, (Sun Jun 10, 3:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Sun Jun 10, 11:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Sun Jun 10, 11:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Mon Jun 11, 12:21 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Mon Jun 11, 12:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Mon Jun 11, 12:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Mon Jun 11, 1:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Mon Jun 11, 1:32 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Mon Jun 11, 1:38 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Mon Jun 11, 1:47 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Mon Jun 11, 1:58 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Mon Jun 11, 2:03 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Mon Jun 11, 3:23 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Mon Jun 11, 4:26 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 11, 11:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Tue Jun 12, 8:45 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, debian developer, (Tue Jun 12, 11:07 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 12, 4:12 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 12, 9:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florian Weimer, (Wed Jun 13, 2:19 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Matthias Kaehlcke, (Wed Jun 13, 4:02 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Wed Jun 13, 5:02 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Wed Jun 13, 6:11 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Wed Jun 13, 7:24 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Wed Jun 13, 7:28 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tarkan Erimer, (Wed Jun 13, 7:40 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jan Harkes, (Wed Jun 13, 11:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 12:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 1:11 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Wed Jun 13, 1:14 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Wed Jun 13, 1:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Wed Jun 13, 2:14 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 2:33 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 3:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 3:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 3:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 4:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 4:11 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 4:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 4:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 4:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 4:50 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bongani Hlope, (Wed Jun 13, 5:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 5:42 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Wed Jun 13, 5:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Wed Jun 13, 5:50 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 5:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 5:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 6:01 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 6:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 6:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 6:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Wed Jun 13, 6:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 6:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Adams, (Wed Jun 13, 6:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 6:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 6:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 7:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Wed Jun 13, 7:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Satyam Sharma, (Wed Jun 13, 7:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Wed Jun 13, 7:17 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Forrest, (Wed Jun 13, 7:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 7:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 7:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 7:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 7:43 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 7:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 7:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 7:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Wed Jun 13, 7:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 8:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Wed Jun 13, 8:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 8:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Valdis.Kletnieks, (Wed Jun 13, 8:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 8:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Valdis.Kletnieks, (Wed Jun 13, 9:00 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Wed Jun 13, 9:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Willy Tarreau, (Wed Jun 13, 9:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Wed Jun 13, 9:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 9:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 10:01 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 10:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Wed Jun 13, 10:16 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Wed Jun 13, 10:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Wed Jun 13, 10:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Theodore Tso, (Wed Jun 13, 10:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 10:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bongani Hlope, (Wed Jun 13, 11:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 11:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Wed Jun 13, 11:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 13, 11:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Thu Jun 14, 12:00 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 12:05 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:11 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Paul Mundt, (Thu Jun 14, 12:32 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Thu Jun 14, 12:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Matt Keenan, (Thu Jun 14, 12:52 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 1:23 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 1:29 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 1:33 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Petrovitsch, (Thu Jun 14, 1:37 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, jimmy bahuleyan, (Thu Jun 14, 1:39 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Thu Jun 14, 1:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 2:05 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 2:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Thu Jun 14, 2:30 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 2:32 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Thu Jun 14, 2:36 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Schmidt, (Thu Jun 14, 2:37 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Petrovitsch, (Thu Jun 14, 3:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 3:38 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 4:22 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 4:27 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 5:25 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 6:24 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alan Milnes, (Thu Jun 14, 7:08 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 7:33 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Matt Keenan, (Thu Jun 14, 8:02 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 8:13 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Thu Jun 14, 8:20 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 8:34 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 8:44 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 8:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 8:56 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 9:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 9:32 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Thu Jun 14, 9:32 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 9:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 9:52 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 9:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:00 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 10:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 10:14 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Thu Jun 14, 10:15 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 10:16 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Paulo Marques, (Thu Jun 14, 10:20 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:26 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florin Malita, (Thu Jun 14, 10:35 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 10:36 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:38 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:40 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 10:44 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 10:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rene Herman, (Thu Jun 14, 10:48 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:49 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Valdis.Kletnieks, (Thu Jun 14, 10:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Friesen, (Thu Jun 14, 10:52 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 14, 10:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 11:06 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:06 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 11:14 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bill Nottingham, (Thu Jun 14, 11:16 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:25 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:27 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 14, 11:31 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:35 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:37 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Valdis.Kletnieks, (Thu Jun 14, 11:40 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 11:42 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Diego Calleja, (Thu Jun 14, 11:47 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 11:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 11:55 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 12:00 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 12:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 12:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:28 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 12:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 14, 12:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Friesen, (Thu Jun 14, 12:37 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 12:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 12:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 12:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 12:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 1:01 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 1:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 1:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 1:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 1:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 1:18 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florin Malita, (Thu Jun 14, 1:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 1:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rene Herman, (Thu Jun 14, 1:45 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 1:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 1:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 1:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Adams, (Thu Jun 14, 1:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 2:00 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 2:03 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 2:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 2:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 2:05 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 2:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 14, 2:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 2:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 2:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 2:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Thu Jun 14, 2:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 2:27 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 2:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 3:09 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 3:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Thu Jun 14, 3:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bongani Hlope, (Thu Jun 14, 3:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 3:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 3:35 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 3:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 3:37 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bill Nottingham, (Thu Jun 14, 3:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 14, 3:43 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 3:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 3:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 3:52 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 3:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 3:57 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bongani Hlope, (Thu Jun 14, 3:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 4:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 4:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 4:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 4:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 4:17 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 4:18 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Thu Jun 14, 4:18 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Thu Jun 14, 4:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 4:20 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 4:31 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 4:37 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 4:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bill Nottingham, (Thu Jun 14, 4:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 4:50 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 4:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jeremy Maitin-Shepard, (Thu Jun 14, 5:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Carlo Wood, (Thu Jun 14, 5:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Thu Jun 14, 5:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Thu Jun 14, 5:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jeremy Maitin-Shepard, (Thu Jun 14, 5:16 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Thu Jun 14, 5:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 5:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 5:34 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Thu Jun 14, 5:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 5:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 5:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 6:20 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 6:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Thu Jun 14, 6:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Olivier Galibert, (Thu Jun 14, 6:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 6:35 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 6:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 6:43 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 6:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 6:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 6:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 6:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florin Malita, (Thu Jun 14, 6:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 6:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 7:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 7:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 7:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 7:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 7:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 7:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 7:37 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bill Nottingham, (Thu Jun 14, 7:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 7:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 7:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 7:52 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 8:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 8:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Thu Jun 14, 8:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 8:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 8:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 8:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 8:34 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 8:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 8:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 8:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 8:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 9:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Thu Jun 14, 9:11 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Thu Jun 14, 9:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Thu Jun 14, 9:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 10:14 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Theodore Tso, (Thu Jun 14, 10:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 10:27 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 10:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 14, 10:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 10:57 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 11:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Thu Jun 14, 11:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Glauber de Oliveira ..., (Thu Jun 14, 11:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Thu Jun 14, 11:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Thu Jun 14, 11:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 12:08 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 12:16 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Fri Jun 15, 12:23 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 12:35 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 1:02 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 1:07 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 1:14 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 1:25 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 1:48 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Petrovitsch, (Fri Jun 15, 1:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 1:56 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 1:58 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 2:17 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 2:20 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 2:30 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 2:36 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 3:02 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 3:03 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 3:14 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Greaves, (Fri Jun 15, 3:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 3:33 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 3:44 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 3:49 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 4:31 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 4:42 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 4:49 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Paulo Marques, (Fri Jun 15, 4:49 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 4:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 4:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Paysan, (Fri Jun 15, 5:03 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 5:07 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 5:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 5:29 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 5:36 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 5:40 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 5:41 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 5:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 5:47 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 5:52 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 5:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 5:58 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 6:03 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 6:12 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 6:19 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Paulo Marques, (Fri Jun 15, 7:29 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 7:30 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Glauber de Oliveira ..., (Fri Jun 15, 7:45 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Paulo Marques, (Fri Jun 15, 7:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 7:52 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 7:56 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Fri Jun 15, 7:58 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Forrest, (Fri Jun 15, 8:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 8:21 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 8:29 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 8:42 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 8:45 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florin Malita, (Fri Jun 15, 8:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 8:58 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 9:07 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 9:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Adrian Bunk, (Fri Jun 15, 9:22 am)
Re: Dual-Licensing Linux And Medical Devices, Tim Post, (Fri Jun 15, 9:27 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 9:30 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 10:03 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florin Malita, (Fri Jun 15, 10:04 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 10:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 10:56 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 10:59 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 11:00 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Carlo Wood, (Fri Jun 15, 11:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Fri Jun 15, 11:04 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Greaves, (Fri Jun 15, 11:11 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 11:15 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Fri Jun 15, 11:17 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 11:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 11:23 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Robin Getz, (Fri Jun 15, 11:25 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 11:27 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 11:30 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Fri Jun 15, 11:30 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 11:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 11:54 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:18 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:37 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Diego Calleja, (Fri Jun 15, 12:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:49 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Fri Jun 15, 12:49 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Fri Jun 15, 12:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 12:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 12:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 1:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 1:20 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 1:24 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 1:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 1:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 1:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 1:34 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 1:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 1:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 1:42 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 1:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Woodhouse, (Fri Jun 15, 1:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 1:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 1:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 1:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 2:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 2:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 2:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Florin Malita, (Fri Jun 15, 2:17 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 2:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 2:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 2:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 2:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 2:34 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 2:42 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 2:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 2:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 2:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 2:52 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 2:57 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 3:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 3:05 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Fri Jun 15, 3:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 3:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 3:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 3:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Fri Jun 15, 3:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Fri Jun 15, 3:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 3:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 3:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 4:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 4:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 4:11 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 4:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 4:34 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Fri Jun 15, 4:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 5:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 5:52 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 5:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 5:57 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 6:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 6:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 6:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 6:12 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Fri Jun 15, 6:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 6:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 6:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 6:42 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 6:57 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Fri Jun 15, 7:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Fri Jun 15, 7:16 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Sanjoy Mahajan, (Fri Jun 15, 8:00 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 8:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 8:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 8:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 15, 8:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 9:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Fri Jun 15, 9:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dmitry Torokhov, (Fri Jun 15, 10:17 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Rob Landley, (Fri Jun 15, 10:33 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 10:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Gerdau, (Fri Jun 15, 10:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 10:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Scott Preece, (Fri Jun 15, 10:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Greaves, (Sat Jun 16, 12:10 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Sat Jun 16, 12:21 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Sat Jun 16, 1:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 1:21 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 1:22 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 1:26 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 1:40 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Sat Jun 16, 1:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sat Jun 16, 2:41 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Greaves, (Sat Jun 16, 3:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sat Jun 16, 3:31 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Schmidt, (Sat Jun 16, 4:33 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 , Sanjoy Mahajan, (Sat Jun 16, 7:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 9:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 10:14 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 11:23 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 11:31 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 11:43 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 11:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 12:27 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 12:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Krzysztof Halasa, (Sat Jun 16, 12:39 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Sat Jun 16, 1:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Sat Jun 16, 2:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 3:01 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sat Jun 16, 3:12 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 3:17 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 3:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 3:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sat Jun 16, 4:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Schmidt, (Sat Jun 16, 5:16 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sat Jun 16, 5:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 6:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 6:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 6:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 7:00 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jeffrey V. Merkey, (Sat Jun 16, 7:21 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Sat Jun 16, 7:35 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 8:06 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 8:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sat Jun 16, 8:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 8:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 8:52 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 9:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 9:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 9:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 10:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 10:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 10:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 10:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 10:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sat Jun 16, 11:27 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sat Jun 16, 11:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Sun Jun 17, 12:38 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Sun Jun 17, 12:57 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sun Jun 17, 1:06 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 1:06 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sun Jun 17, 1:08 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Sun Jun 17, 1:15 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 1:17 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 1:28 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sun Jun 17, 1:35 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 1:42 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Ingo Molnar, (Sun Jun 17, 1:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Graham Murray, (Sun Jun 17, 5:51 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Sun Jun 17, 6:02 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, bert hubert, (Sun Jun 17, 6:47 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Sun Jun 17, 6:54 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Schmidt, (Sun Jun 17, 7:05 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sun Jun 17, 11:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 11:28 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 11:33 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 11:44 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Sun Jun 17, 11:46 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 11:53 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sun Jun 17, 12:14 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 12:32 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sun Jun 17, 12:41 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 12:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Sun Jun 17, 12:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 1:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 1:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Sun Jun 17, 1:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Sun Jun 17, 2:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Adams, (Sun Jun 17, 2:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sun Jun 17, 4:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Sun Jun 17, 4:33 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrea Arcangeli, (Sun Jun 17, 4:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 4:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrea Arcangeli, (Sun Jun 17, 5:01 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 5:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Sun Jun 17, 5:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Adams, (Sun Jun 17, 5:45 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Sun Jun 17, 5:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Sun Jun 17, 11:33 pm)
Re: mea culpa on the meaning of Tivoization, Hans-Jürgen Koch, (Mon Jun 18, 12:22 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Johannes Stezenbach, (Mon Jun 18, 8:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Mon Jun 18, 11:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 11:20 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Chris Adams, (Mon Jun 18, 11:41 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 11:41 am)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 11:55 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Dave Neuer, (Mon Jun 18, 12:00 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 12:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 12:20 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 12:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 12:42 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Mon Jun 18, 12:43 pm)
Re: mea culpa on the meaning of Tivoization, Hans-Jürgen Koch, (Mon Jun 18, 12:44 pm)
Re: mea culpa on the meaning of Tivoization, Daniel Hazelton, (Mon Jun 18, 12:59 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 1:03 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 1:03 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 1:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 1:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 1:50 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Mon Jun 18, 2:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 2:12 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 2:18 pm)
Re: mea culpa on the meaning of Tivoization, Hans-Jürgen Koch, (Mon Jun 18, 2:31 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 2:31 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 2:39 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Mon Jun 18, 2:43 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Mon Jun 18, 2:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Theodore Tso, (Mon Jun 18, 2:56 pm)
Re: mea culpa on the meaning of Tivoization, Daniel Hazelton, (Mon Jun 18, 3:08 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 3:59 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 3:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Johannes Stezenbach, (Mon Jun 18, 4:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 4:31 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Mon Jun 18, 4:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Mon Jun 18, 4:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bron Gondwana, (Mon Jun 18, 5:01 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Kevin Bowling, (Mon Jun 18, 6:18 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Mon Jun 18, 6:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 6:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 6:49 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 7:03 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 7:06 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 7:10 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Mon Jun 18, 7:17 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 7:27 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 7:32 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 7:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Mon Jun 18, 7:48 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 7:57 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Mon Jun 18, 8:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Drake, (Mon Jun 18, 8:21 pm)
Re: mea culpa on the meaning of Tivoization, Daniel Hazelton, (Mon Jun 18, 8:25 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Linus Torvalds, (Mon Jun 18, 8:46 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 10:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 10:29 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 10:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 10:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 10:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 11:03 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Mon Jun 18, 11:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Mon Jun 18, 11:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 11:23 pm)
Re: mea culpa on the meaning of Tivoization, Daniel Hazelton, (Mon Jun 18, 11:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Mon Jun 18, 11:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Mon Jun 18, 11:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 1:04 am)
Re: mea culpa on the meaning of Tivoization, Hans-Jürgen Koch, (Tue Jun 19, 1:22 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Tue Jun 19, 1:23 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Johannes Stezenbach, (Tue Jun 19, 3:28 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Tue Jun 19, 4:08 am)
Re: mea culpa on the meaning of Tivoization, Michael Poole, (Tue Jun 19, 4:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Johannes Stezenbach, (Tue Jun 19, 6:10 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Tue Jun 19, 7:17 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Pekka Enberg, (Tue Jun 19, 7:17 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Tue Jun 19, 8:28 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 10:06 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 10:22 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 10:28 am)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Tue Jun 19, 10:50 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 11:19 am)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Tue Jun 19, 11:32 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 12:56 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Tue Jun 19, 1:33 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Pekka Enberg, (Tue Jun 19, 1:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 2:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 2:20 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 2:46 pm)
Re: mea culpa on the meaning of Tivoization, Hans-Jürgen Koch, (Tue Jun 19, 2:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 2:52 pm)
Re: mea culpa on the meaning of Tivoization, Hans-Jürgen Koch, (Tue Jun 19, 3:08 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Tue Jun 19, 3:40 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 3:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Tue Jun 19, 4:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 4:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 4:37 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 4:51 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Daniel Hazelton, (Tue Jun 19, 4:54 pm)
Re: mea culpa on the meaning of Tivoization, Alexandre Oliva, (Tue Jun 19, 5:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 5:38 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Tue Jun 19, 5:47 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 12:07 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 12:35 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Wed Jun 20, 4:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Wed Jun 20, 6:41 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Wed Jun 20, 7:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Wed Jun 20, 7:04 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Wed Jun 20, 9:27 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Wed Jun 20, 10:17 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Wed Jun 20, 10:34 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tomas Neme, (Wed Jun 20, 11:10 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 11:19 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, H. Peter Anvin, (Wed Jun 20, 11:54 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Tomas Neme, (Wed Jun 20, 12:05 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Wed Jun 20, 12:13 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 12:20 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 12:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Wed Jun 20, 12:46 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 12:47 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 12:50 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 1:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 1:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 1:21 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Jesper Juhl, (Wed Jun 20, 1:44 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 1:52 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 1:55 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 1:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 2:07 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 2:09 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Wed Jun 20, 2:41 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Wed Jun 20, 2:42 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 3:49 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 4:38 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 4:48 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 4:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 5:15 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 7:08 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 7:40 pm)
RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, David Schwartz, (Wed Jun 20, 7:53 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 8:02 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 8:15 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Michael Poole, (Wed Jun 20, 8:58 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 9:19 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 9:23 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 9:26 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 9:30 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 9:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Wed Jun 20, 11:10 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Wed Jun 20, 11:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:16 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Thu Jun 21, 1:01 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Petrovitsch, (Thu Jun 21, 2:20 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Manu Abraham, (Thu Jun 21, 2:28 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Bernd Schmidt, (Thu Jun 21, 3:40 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 21, 8:00 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 21, 8:09 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Thu Jun 21, 8:18 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Thu Jun 21, 8:31 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 21, 9:34 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 21, 10:16 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 21, 10:43 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Lennart Sorensen, (Thu Jun 21, 11:05 am)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:34 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:36 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:45 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:48 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 12:54 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Thu Jun 21, 1:04 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Andrew McKay, (Thu Jun 21, 1:16 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 1:28 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 4:56 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 4:59 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Thu Jun 21, 6:22 pm)
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3, Alexandre Oliva, (Fri Jun 22, 12:47 pm)