Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1314955 > unrolled thread
| Started by | Wei Liu <wei.liu2@citrix.com> |
|---|---|
| First post | 2016-01-22 13:40 +0100 |
| Last post | 2016-01-22 14:00 +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.
[PATCH 3/3] xen-scsiback: fix license ident used in MODULE_LICENSE Wei Liu <wei.liu2@citrix.com> - 2016-01-22 13:40 +0100
Re: [PATCH 3/3] xen-scsiback: fix license ident used in MODULE_LICENSE Juergen Gross <jgross@suse.com> - 2016-01-22 14:00 +0100
| From | Wei Liu <wei.liu2@citrix.com> |
|---|---|
| Date | 2016-01-22 13:40 +0100 |
| Subject | [PATCH 3/3] xen-scsiback: fix license ident used in MODULE_LICENSE |
| Message-ID | <qTJar-426-39@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/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
[toc] | [next] | [standalone]
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Date | 2016-01-22 14:00 +0100 |
| Subject | Re: [PATCH 3/3] xen-scsiback: fix license ident used in MODULE_LICENSE |
| Message-ID | <qTJtM-497-11@gated-at.bofh.it> |
| In reply to | #1314955 |
On 22/01/16 13:34, Wei Liu wrote:
> 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: Juergen Gross <jgross@suse.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>");
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web