ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize...
[openwrt/openwrt.git] / target / linux / generic / files / crypto / ocf / cryptodev.c
index 2ee3618cd795ac91cebc9ded796d5887312ba041..9a23f05c5a4c77acf3d7f40d889d7fb9885fe86b 100644 (file)
@@ -1064,6 +1064,6 @@ cryptodev_exit(void)
 module_init(cryptodev_init);
 module_exit(cryptodev_exit);
 
-MODULE_LICENSE("BSD");
+MODULE_LICENSE("Dual BSD/GPL");
 MODULE_AUTHOR("David McCullough <david_mccullough@mcafee.com>");
 MODULE_DESCRIPTION("Cryptodev (user interface to OCF)");