blob: cd4670901202a0ab33ee6f26af96bfe2da34a4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/wl/sys/wl_linux.c 2013-08-01 08:52:22.000000000 +0200
+++ b/src/wl/sys/wl_linux.c 2013-09-13 14:26:42.613839899 +0200
@@ -225,6 +225,7 @@
static int nompc = 0;
module_param(nompc, int, 0);
+MODULE_LICENSE("Mixed/Proprietary");
#ifdef quote_str
#undef quote_str
|