aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-14 08:52:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-14 08:52:19 +0000
commit8b8875b305e3e36153f83d08c68596fe0303efa4 (patch)
tree53cb15fed57be762accacad3e40233d1817b5155 /target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c
parentbbf4412beea1afb0b14d4bd79eafd4845c849955 (diff)
downloadupstream-8b8875b305e3e36153f83d08c68596fe0303efa4.tar.gz
upstream-8b8875b305e3e36153f83d08c68596fe0303efa4.tar.bz2
upstream-8b8875b305e3e36153f83d08c68596fe0303efa4.zip
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/hifn/hifnHIPP.c')
-rw-r--r--target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c b/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c
index a69e630e9e..56b8a5cf26 100644
--- a/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c
+++ b/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c
@@ -416,6 +416,6 @@ static void __exit hipp_exit (void)
module_init(hipp_init);
module_exit(hipp_exit);
-MODULE_LICENSE("BSD");
+MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR("Michael Richardson <mcr@xelerance.com>");
MODULE_DESCRIPTION("OCF driver for hifn HIPP-I/II PCI crypto devices");