linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [I4L] hfcpci missing MODULE_LICENSE
@ 2003-11-28  2:00 Tonnerre Anklin
  2003-11-28  3:22 ` Valdis.Kletnieks
  0 siblings, 1 reply; 4+ messages in thread
From: Tonnerre Anklin @ 2003-11-28  2:00 UTC (permalink / raw)
  To: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

Salut,

If this is compiled as a module and then loaded, the kernel is tainted
because of a missing module license.

Also,  according to  many european  laws, software  which  is released
under no license must not be used.

More on this patch can be found at
<URL:http://keepsake.keepsake.ch/~thunder/noyau/2.6.0-test11-ta1/hfcpci_license.xml>

				Thunder

diff -Nur linux-2.6.0-test9-mm3/drivers/isdn/hisax/hisax_hfcpci.c linux-2.6.0-test9-mm3-ta1/drivers/isdn/hisax/hisax_hfcpci.c
--- linux-2.6.0-test9-mm3/drivers/isdn/hisax/hisax_hfcpci.c	2003-10-08 21:24:04.000000000 +0200
+++ linux-2.6.0-test9-mm3-ta1/drivers/isdn/hisax/hisax_hfcpci.c	2003-11-24 13:30:53.000000000 +0100
@@ -35,6 +35,7 @@
 MODULE_PARM(debug, "i");
 #endif
 
+MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Kai Germaschewski <kai.germaschewski@gmx.de>/Werner Cornelius <werner@isdn4linux.de>");
 MODULE_DESCRIPTION("HFC PCI ISDN driver");
 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-28 23:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-28  2:00 [I4L] hfcpci missing MODULE_LICENSE Tonnerre Anklin
2003-11-28  3:22 ` Valdis.Kletnieks
2003-11-28 23:40   ` Kai Germaschewski
2003-11-28 23:52     ` Valdis.Kletnieks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).