[PATCH] Set module license in mcheck/non-fatal.c

From: Herbert Xu
Date: Sat Apr 24 2004 - 05:54:46 EST


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@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: 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");