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


Groups > linux.kernel > #1607168 > unrolled thread

[PATCH net-next 2/2] net: dwc-xlgmac: use dual license

Started byJie Deng <Jie.Deng1@synopsys.com>
First post2017-03-23 05:10 +0100
Last post2017-03-24 01:10 +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 net-next 2/2] net: dwc-xlgmac: use dual license Jie Deng <Jie.Deng1@synopsys.com> - 2017-03-23 05:10 +0100
    Re: [PATCH net-next 2/2] net: dwc-xlgmac: use dual license David Miller <davem@davemloft.net> - 2017-03-24 01:10 +0100

#1607168 — [PATCH net-next 2/2] net: dwc-xlgmac: use dual license

FromJie Deng <Jie.Deng1@synopsys.com>
Date2017-03-23 05:10 +0100
Subject[PATCH net-next 2/2] net: dwc-xlgmac: use dual license
Message-ID<to2et-5eH-3@gated-at.bofh.it>
The driver "dwc-xlgmac" is dual-licensed.
Declare the dual license with MODULE_LICENSE().

Signed-off-by: Jie Deng <jiedeng@synopsys.com>
---
 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c b/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c
index cb11928..07def2b 100644
--- a/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c
+++ b/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c
@@ -21,9 +21,10 @@
 #include "dwc-xlgmac.h"
 #include "dwc-xlgmac-reg.h"
 
+MODULE_LICENSE("Dual BSD/GPL");
+
 static int debug = -1;
 module_param(debug, int, 0644);
-MODULE_LICENSE("GPL");
 MODULE_PARM_DESC(debug, "DWC ethernet debug level (0=none,...,16=all)");
 static const u32 default_msg_level = (NETIF_MSG_LINK | NETIF_MSG_IFDOWN |
 				      NETIF_MSG_IFUP);
-- 
1.9.1

[toc] | [next] | [standalone]


#1608026

FromDavid Miller <davem@davemloft.net>
Date2017-03-24 01:10 +0100
Message-ID<tokXM-1Dk-7@gated-at.bofh.it>
In reply to#1607168
From: Jie Deng <Jie.Deng1@synopsys.com>
Date: Thu, 23 Mar 2017 12:03:46 +0800

> The driver "dwc-xlgmac" is dual-licensed.
> Declare the dual license with MODULE_LICENSE().
> 
> Signed-off-by: Jie Deng <jiedeng@synopsys.com>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web