lkml.org 
[lkml]   [2004]   [Apr]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 24 Apr 2004 20:49:36 +1000
Subject[PATCH] Set module license in mcheck/non-fatal.c
FromHerbert Xu <>
Hi:

This patch sets the module license for mcheck/non-fatal.c.  The module
doesn't work at all without this as one of the symbols it needs is
only exported as GPL.

Cheers,
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txtIndex: arch/i386/kernel/cpu/mcheck/non-fatal.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/arch/i386/kernel/cpu/mcheck/non-fatal.c,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 non-fatal.c
--- a/arch/i386/kernel/cpu/mcheck/non-fatal.c	11 Mar 2004 02:55:22 -0000	1.1.1.6
+++ b/arch/i386/kernel/cpu/mcheck/non-fatal.c	24 Apr 2004 10:45:18 -0000
@@ -88,3 +88,5 @@
 	return 0;
 }
 module_init(init_nonfatal_mce_checker);
+
+MODULE_LICENSE("GPL");
\
 
 \ /
  Last update: 2005-03-22 13:02    [W:0.281 / U:0.140 seconds]
©2003-2008 Jasper Spaans