Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1314953 > unrolled thread

[PATCH 2/3] xen-blkback: fix license ident used in MODULE_LICENSE

Started byWei Liu <wei.liu2@citrix.com>
First post2016-01-22 13:40 +0100
Last post2016-01-22 13:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/3] xen-blkback: fix license ident used in MODULE_LICENSE Wei Liu <wei.liu2@citrix.com> - 2016-01-22 13:40 +0100
    Re: [PATCH 2/3] xen-blkback: fix license ident used in MODULE_LICENSE Roger Pau Monné <roger.pau@citrix.com> - 2016-01-22 13:50 +0100

#1314953 — [PATCH 2/3] xen-blkback: fix license ident used in MODULE_LICENSE

FromWei Liu <wei.liu2@citrix.com>
Date2016-01-22 13:40 +0100
Subject[PATCH 2/3] xen-blkback: fix license ident used in MODULE_LICENSE
Message-ID<qTJaq-426-27@gated-at.bofh.it>
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/block/xen-blkback/blkback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c
index 4809c15..01cc572 100644
--- a/drivers/block/xen-blkback/blkback.c
+++ b/drivers/block/xen-blkback/blkback.c
@@ -1496,5 +1496,5 @@ static int __init xen_blkif_init(void)
 
 module_init(xen_blkif_init);
 
-MODULE_LICENSE("Dual BSD/GPL");
+MODULE_LICENSE("Dual MIT/GPL");
 MODULE_ALIAS("xen-backend:vbd");
-- 
2.1.4

[toc] | [next] | [standalone]


#1314956

FromRoger Pau Monné <roger.pau@citrix.com>
Date2016-01-22 13:50 +0100
Message-ID<qTJk6-45P-7@gated-at.bofh.it>
In reply to#1314953
El 22/01/16 a les 13.34, Wei Liu ha escrit:
> 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>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web