Per quanto ne so, Linus detiene il copyright di Linux.
Guardando in giro nelle fonti del kernel, vedo che quasi tutti i file hanno i propri titolari del copyright. Ad esempio il file module.c
nel kernel di Linux contiene:
Copyright (C) 2002 Richard Henderson Copyright (C) 2001 Rusty Russell, 2002, 2010 Rusty
E il file COPYING nella directory root contiene:
NOTE! This copyright does *not* cover user programs that use kernel
services by normal system calls - this is merely considered normal use
of the kernel, and does *not* fall under the heading of "derived work".
Also note that the GPL below is copyrighted by the Free Software
Foundation, but the instance of code that it refers to (the Linux
kernel) is copyrighted by me and others who actually wrote it.
Also note that the only valid version of the GPL as far as the kernel
is concerned is _this_ particular version of the license (ie v2, not
v2.2 or v3.x or whatever), unless explicitly otherwise stated.
Linus Torvalds
Quindi, se Linus volesse cambiare la licenza con la quale Linux è rilasciato, non avrebbe bisogno del permesso di tutti i detentori del copyright, che sono probabilmente migliaia di persone?