From: Thadeu Lima de Souza Cascardo Date: Sun, 6 Dec 2009 01:25:44 +0000 (-0200) Subject: Tell about MODULE_LICENSE and taint. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=d083f309ee0204c5af705dde6b67bcf8cb6db1b1 Tell about MODULE_LICENSE and taint. --- diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index b6b2969..b57177a 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -60,6 +60,16 @@ priority. There are macros, like KERN\_ALERT and + +License and taint + +MODULE\_LICENSE is highly recommended. A free software +license should be used, otherwise the kernel is tainted. This indicates to +developers that something has gone wrong, and some bug reports are ignored some +times. + + + Building