[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1453471457-10908-4-git-send-email-wei.liu2@citrix.com>
Date: Fri, 22 Jan 2016 14:04:17 +0000
From: Wei Liu <wei.liu2@...rix.com>
To: Xen-devel <xen-devel@...ts.xenproject.org>
CC: David Vrabel <david.vrabel@...rix.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
"Wei Liu" <wei.liu2@...rix.com>, Juergen Gross <jgross@...e.com>,
"open list:XEN PVSCSI DRIVERS" <linux-scsi@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: [PATCH v2 3/3] xen-scsiback: fix license ident used in MODULE_LICENSE
The comment at the beginning of the file is the canonical source of
licenses for this module. The license used to distribute outside of
Linux kernel is not BSD license but X11 license. Instead of trying to
determine whether X11 license can be mapped into Linux's "MIT" license
ident, simply make the code to use "GPL" only.
Signed-off-by: Wei Liu <wei.liu2@...rix.com>
---
drivers/xen/xen-scsiback.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/xen/xen-scsiback.c b/drivers/xen/xen-scsiback.c
index ad4eb10..250d70f 100644
--- a/drivers/xen/xen-scsiback.c
+++ b/drivers/xen/xen-scsiback.c
@@ -1915,6 +1915,6 @@ module_init(scsiback_init);
module_exit(scsiback_exit);
MODULE_DESCRIPTION("Xen SCSI backend driver");
-MODULE_LICENSE("Dual BSD/GPL");
+MODULE_LICENSE("GPL");
MODULE_ALIAS("xen-backend:vscsi");
MODULE_AUTHOR("Juergen Gross <jgross@...e.com>");
--
2.1.4
Powered by blists - more mailing lists