linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tonnerre Anklin <thunder@keepsake.ch>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [I4L] hfcpci missing MODULE_LICENSE
Date: Fri, 28 Nov 2003 03:00:03 +0100	[thread overview]
Message-ID: <20031128020003.GG1635@dbintra.dmz.lightweight.ods.org> (raw)

[-- 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 --]

             reply	other threads:[~2003-11-28  2:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-28  2:00 Tonnerre Anklin [this message]
2003-11-28  3:22 ` [I4L] hfcpci missing MODULE_LICENSE Valdis.Kletnieks
2003-11-28 23:40   ` Kai Germaschewski
2003-11-28 23:52     ` Valdis.Kletnieks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031128020003.GG1635@dbintra.dmz.lightweight.ods.org \
    --to=thunder@keepsake.ch \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).