diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-14 08:52:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-08-14 08:52:19 +0000 |
commit | 8b8875b305e3e36153f83d08c68596fe0303efa4 (patch) | |
tree | 53cb15fed57be762accacad3e40233d1817b5155 /target/linux/generic/files/crypto/ocf/cryptocteon | |
parent | bbf4412beea1afb0b14d4bd79eafd4845c849955 (diff) | |
download | mtk-20170518-8b8875b305e3e36153f83d08c68596fe0303efa4.zip mtk-20170518-8b8875b305e3e36153f83d08c68596fe0303efa4.tar.gz mtk-20170518-8b8875b305e3e36153f83d08c68596fe0303efa4.tar.bz2 |
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
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/cryptocteon')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c b/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c index 0168ad3..e084c6b 100644 --- a/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c +++ b/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c @@ -571,6 +571,6 @@ cryptocteon_exit(void) module_init(cryptocteon_init); module_exit(cryptocteon_exit); -MODULE_LICENSE("BSD"); +MODULE_LICENSE("Dual BSD/GPL"); MODULE_AUTHOR("David McCullough <david_mccullough@mcafee.com>"); MODULE_DESCRIPTION("Cryptocteon (OCF module for Cavium OCTEON crypto)"); |