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:
Felix Fietkau
2013-08-14 08:52:19 +00:00
parent bbf4412bee
commit 8b8875b305
8 changed files with 8 additions and 8 deletions

View File

@@ -1761,6 +1761,6 @@ EXPORT_SYMBOL(crypto_find_device_byhid);
module_init(crypto_init);
module_exit(crypto_exit);
MODULE_LICENSE("BSD");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR("David McCullough <david_mccullough@mcafee.com>");
MODULE_DESCRIPTION("OCF (OpenBSD Cryptographic Framework)");