All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: David Vrabel <david.vrabel@citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>,
	"Wei Liu" <wei.liu2@citrix.com>, Juergen Gross <jgross@suse.com>,
	"open list:XEN PVSCSI DRIVERS" <linux-scsi@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: [PATCH 3/3] xen-scsiback: fix license ident used in MODULE_LICENSE
Date: Fri, 22 Jan 2016 12:34:17 +0000	[thread overview]
Message-ID: <1453466057-7176-4-git-send-email-wei.liu2@citrix.com> (raw)
In-Reply-To: <1453466057-7176-1-git-send-email-wei.liu2@citrix.com>

The comment at the beginning of the file is the canonical source of
licenses for this module. Currently it contains GPL and MIT license.
Fix the code to reflect the reality.

Signed-off-by: Wei Liu <wei.liu2@citrix.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..0695cf8 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("Dual MIT/GPL");
 MODULE_ALIAS("xen-backend:vscsi");
 MODULE_AUTHOR("Juergen Gross <jgross@suse.com>");
-- 
2.1.4

  parent reply	other threads:[~2016-01-22 12:35 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-22 12:34 [PATCH 0/3] xen: fix wrong idents in MODULE_LICENSE in some drivers Wei Liu
2016-01-22 12:34 ` [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE Wei Liu
2016-01-22 12:34 ` Wei Liu
2016-01-22 13:14   ` [Xen-devel] " David Vrabel
2016-01-22 13:49     ` Wei Liu
2016-01-22 13:49     ` [Xen-devel] " Wei Liu
2016-01-22 14:15       ` Ian Campbell
2016-01-22 14:34         ` David Vrabel
2016-01-22 14:34         ` [Xen-devel] " David Vrabel
2016-01-22 20:25         ` One Thousand Gnomes
2016-01-22 21:00           ` David Miller
2016-01-22 21:00           ` [Xen-devel] " David Miller
2016-01-23 14:54           ` Wei Liu
2016-01-23 14:54           ` [Xen-devel] " Wei Liu
2016-01-22 20:25         ` One Thousand Gnomes
2016-01-22 14:15       ` Ian Campbell
2016-01-22 13:14   ` David Vrabel
2016-01-22 12:34 ` [PATCH 2/3] xen-blkback: " Wei Liu
2016-01-22 12:44   ` Roger Pau Monné
2016-01-22 12:44   ` Roger Pau Monné
2016-01-22 12:34 ` Wei Liu
2016-01-22 12:34 ` [PATCH 3/3] xen-scsiback: " Wei Liu
2016-01-22 12:34 ` Wei Liu [this message]
2016-01-22 12:55   ` Juergen Gross
2016-01-22 12:55   ` Juergen Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453466057-7176-4-git-send-email-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=jgross@suse.com \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.