diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-14 08:52:19 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-14 08:52:19 +0000 |
commit | 48dcd5a1168aa8a2b89fc66ad7fc190350b96b66 (patch) | |
tree | edae4aef8421aa75cfea1582debb0355c8122e13 /target/linux/generic/files/crypto/ocf/ocf-bench.c | |
parent | 737f10428ad1c4af890309599d5b8938349d08a1 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/ocf-bench.c')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/ocf-bench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/ocf-bench.c b/target/linux/generic/files/crypto/ocf/ocf-bench.c index f3fe9d0e9a..a9a953818f 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 <david_mccullough@mcafee.com>"); MODULE_DESCRIPTION("Benchmark various in-kernel crypto speeds"); |