aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/ubsec_ssb
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
commitec784b73562dc5afc0f6badb5b63fe02e58d237a (patch)
treeedae4aef8421aa75cfea1582debb0355c8122e13 /target/linux/generic/files/crypto/ocf/ubsec_ssb
parent47ff74c13cc3ea03978309fbc35789dabb5fafac (diff)
downloadmaster-187ad058-ec784b73562dc5afc0f6badb5b63fe02e58d237a.tar.gz
master-187ad058-ec784b73562dc5afc0f6badb5b63fe02e58d237a.tar.bz2
master-187ad058-ec784b73562dc5afc0f6badb5b63fe02e58d237a.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/ubsec_ssb')
-rw-r--r--target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c b/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c
index 3f3f5135cd..6dc22c7ee5 100644
--- a/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c
+++ b/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c
@@ -2214,7 +2214,7 @@ module_exit(mod_exit);
// Meta information
MODULE_AUTHOR("Daniel Mueller <daniel@danm.de>");
-MODULE_LICENSE("BSD");
+MODULE_LICENSE("Dual BSD/GPL");
MODULE_DESCRIPTION("OCF driver for BCM5365P IPSec Core");
MODULE_VERSION(DRV_MODULE_VERSION);