Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1314954
| From | Wei Liu <wei.liu2@citrix.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE |
| Date | 2016-01-22 13:40 +0100 |
| Message-ID | <qTJaq-426-35@gated-at.bofh.it> (permalink) |
| References | <qTJaq-426-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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/net/xen-netback/netback.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
index 61b97c3..2427242 100644
--- a/drivers/net/xen-netback/netback.c
+++ b/drivers/net/xen-netback/netback.c
@@ -2192,5 +2192,5 @@ static void __exit netback_fini(void)
}
module_exit(netback_fini);
-MODULE_LICENSE("Dual BSD/GPL");
+MODULE_LICENSE("Dual MIT/GPL");
MODULE_ALIAS("xen-backend:vif");
--
2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE Wei Liu <wei.liu2@citrix.com> - 2016-01-22 13:40 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE David Vrabel <david.vrabel@citrix.com> - 2016-01-22 14:20 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE Wei Liu <wei.liu2@citrix.com> - 2016-01-22 15:00 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE Ian Campbell <ian.campbell@citrix.com> - 2016-01-22 15:20 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE David Vrabel <david.vrabel@citrix.com> - 2016-01-22 15:40 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-01-22 21:30 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE David Miller <davem@davemloft.net> - 2016-01-22 22:10 +0100
Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE Wei Liu <wei.liu2@citrix.com> - 2016-01-23 16:00 +0100
csiph-web