aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevesh Sharma <[email protected]>2015-07-24 05:04:00 +0530
committerDoug Ledford <[email protected]>2015-07-24 11:34:41 -0400
commitb8f5595eb96c9fce1c907d13e89581e5061edf2e (patch)
tree44a24deec6c990047c003c930b70dab4acfeef8f
parent71ee67306ecbdfc0c94ed93c77ff99d29e961d69 (diff)
RDMA/ocrdma: update ocrdma module license string
Change module_license from "GPL" to "Dual BSD/GPL" Cc: Tejun Heo <[email protected]> Cc: Duan Jiong <[email protected]> Cc: Roland Dreier <[email protected]> Cc: Jes Sorensen <[email protected]> Cc: Sasha Levin <[email protected]> Cc: Dan Carpenter <[email protected]> Cc: Prarit Bhargava <[email protected]> Cc: Colin Ian King <[email protected]> Cc: Wei Yongjun <[email protected]> Cc: Moni Shoua <[email protected]> Cc: Rasmus Villemoes <[email protected]> Cc: Li RongQing <[email protected]> Cc: Devendra Naga <[email protected]> Signed-off-by: Devesh Sharma <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
-rw-r--r--drivers/infiniband/hw/ocrdma/ocrdma_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_main.c b/drivers/infiniband/hw/ocrdma/ocrdma_main.c
index 6ded95a66725..b119a3413a15 100644
--- a/drivers/infiniband/hw/ocrdma/ocrdma_main.c
+++ b/drivers/infiniband/hw/ocrdma/ocrdma_main.c
@@ -61,7 +61,7 @@
MODULE_VERSION(OCRDMA_ROCE_DRV_VERSION);
MODULE_DESCRIPTION(OCRDMA_ROCE_DRV_DESC " " OCRDMA_ROCE_DRV_VERSION);
MODULE_AUTHOR("Emulex Corporation");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual BSD/GPL");
static LIST_HEAD(ocrdma_dev_list);
static DEFINE_SPINLOCK(ocrdma_devlist_lock);