forked from Ivasoft/openwrt
ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37769
This commit is contained in:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user