From 8b8875b305e3e36153f83d08c68596fe0303efa4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 14 Aug 2013 08:52:19 +0000 Subject: ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible Signed-off-by: Felix Fietkau SVN-Revision: 37769 --- target/linux/generic/files/crypto/ocf/ocf-bench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/files/crypto/ocf/ocf-bench.c') diff --git a/target/linux/generic/files/crypto/ocf/ocf-bench.c b/target/linux/generic/files/crypto/ocf/ocf-bench.c index f3fe9d0..a9a9538 100644 --- a/target/linux/generic/files/crypto/ocf/ocf-bench.c +++ b/target/linux/generic/files/crypto/ocf/ocf-bench.c @@ -509,6 +509,6 @@ static void __exit ocfbench_exit(void) module_init(ocfbench_init); module_exit(ocfbench_exit); -MODULE_LICENSE("BSD"); +MODULE_LICENSE("Dual BSD/GPL"); MODULE_AUTHOR("David McCullough "); MODULE_DESCRIPTION("Benchmark various in-kernel crypto speeds"); -- cgit v1.1