* [PATCH net-next ] net: mscc: Add SPDX identifier @ 2018-05-17 19:23 Alexandre Belloni 2018-05-17 19:28 ` Joe Perches ` (2 more replies) 0 siblings, 3 replies; 9+ messages in thread From: Alexandre Belloni @ 2018-05-17 19:23 UTC (permalink / raw) To: David S . Miller Cc: Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel, Alexandre Belloni ocelot_qsys.h is missing the SPDX identfier, fix that. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> --- drivers/net/ethernet/mscc/ocelot_qsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h index aa7267d5ca77..d8c63aa761be 100644 --- a/drivers/net/ethernet/mscc/ocelot_qsys.h +++ b/drivers/net/ethernet/mscc/ocelot_qsys.h @@ -1,7 +1,7 @@ +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Microsemi Ocelot Switch driver * - * License: Dual MIT/GPL * Copyright (c) 2017 Microsemi Corporation */ -- 2.17.0 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-17 19:23 [PATCH net-next ] net: mscc: Add SPDX identifier Alexandre Belloni @ 2018-05-17 19:28 ` Joe Perches 2018-05-17 19:39 ` Alexandre Belloni 2018-05-18 8:38 ` Allan W. Nielsen 2018-05-18 15:30 ` David Miller 2 siblings, 1 reply; 9+ messages in thread From: Joe Perches @ 2018-05-17 19:28 UTC (permalink / raw) To: Alexandre Belloni, David S . Miller Cc: Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On Thu, 2018-05-17 at 21:23 +0200, Alexandre Belloni wrote: > ocelot_qsys.h is missing the SPDX identfier, fix that. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Only the copyright holders should ideally be modifying these and also removing other license content. For instance, what's the real intent here? > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h [] > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ GPL 2.0+ or 2.0? > /* > * Microsemi Ocelot Switch driver > * > - * License: Dual MIT/GPL > * Copyright (c) 2017 Microsemi Corporation > */ > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-17 19:28 ` Joe Perches @ 2018-05-17 19:39 ` Alexandre Belloni 2018-05-18 1:13 ` Joe Perches 0 siblings, 1 reply; 9+ messages in thread From: Alexandre Belloni @ 2018-05-17 19:39 UTC (permalink / raw) To: Joe Perches Cc: David S . Miller, Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On 17/05/2018 12:28:59-0700, Joe Perches wrote: > On Thu, 2018-05-17 at 21:23 +0200, Alexandre Belloni wrote: > > ocelot_qsys.h is missing the SPDX identfier, fix that. > > > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > > Only the copyright holders should ideally be modifying > these and also removing other license content. > > For instance, what's the real intent here? > Well, if you have a look, I submitted that file this cycle and it is the only one that doesn't have the proper SPDX identifier. This is a mistake I'm fixing. > > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h > [] > > @@ -1,7 +1,7 @@ > > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > > GPL 2.0+ or 2.0? > 2.0 -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-17 19:39 ` Alexandre Belloni @ 2018-05-18 1:13 ` Joe Perches 2018-05-18 7:52 ` Alexandre Belloni 0 siblings, 1 reply; 9+ messages in thread From: Joe Perches @ 2018-05-18 1:13 UTC (permalink / raw) To: Alexandre Belloni Cc: David S . Miller, Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On Thu, 2018-05-17 at 21:39 +0200, Alexandre Belloni wrote: > On 17/05/2018 12:28:59-0700, Joe Perches wrote: > > On Thu, 2018-05-17 at 21:23 +0200, Alexandre Belloni wrote: > > > ocelot_qsys.h is missing the SPDX identfier, fix that. > > > > > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > > > > Only the copyright holders should ideally be modifying > > these and also removing other license content. > > > > For instance, what's the real intent here? > > > > Well, if you have a look, I submitted that file this cycle and it is the > only one that doesn't have the proper SPDX identifier. This is a mistake > I'm fixing. Just because you submitted it does not mean you are the copyright holder. > > > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h > > > > [] > > > @@ -1,7 +1,7 @@ > > > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > > > > GPL 2.0+ or 2.0? > > > > 2.0 How do you know that? ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-18 1:13 ` Joe Perches @ 2018-05-18 7:52 ` Alexandre Belloni 2018-05-18 8:14 ` Joe Perches 0 siblings, 1 reply; 9+ messages in thread From: Alexandre Belloni @ 2018-05-18 7:52 UTC (permalink / raw) To: Joe Perches Cc: David S . Miller, Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On 17/05/2018 18:13:25-0700, Joe Perches wrote: > On Thu, 2018-05-17 at 21:39 +0200, Alexandre Belloni wrote: > > On 17/05/2018 12:28:59-0700, Joe Perches wrote: > > > On Thu, 2018-05-17 at 21:23 +0200, Alexandre Belloni wrote: > > > > ocelot_qsys.h is missing the SPDX identfier, fix that. > > > > > > > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > > > > > > Only the copyright holders should ideally be modifying > > > these and also removing other license content. > > > > > > For instance, what's the real intent here? > > > > > > > Well, if you have a look, I submitted that file this cycle and it is the > > only one that doesn't have the proper SPDX identifier. This is a mistake > > I'm fixing. > > Just because you submitted it does not mean you > are the copyright holder. > > > > > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h > > > > > > [] > > > > @@ -1,7 +1,7 @@ > > > > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > > > > > > GPL 2.0+ or 2.0? > > > > > > > 2.0 > > How do you know that? > The fact is that it should have been submitted with the SPDX identifier to be consistent with the rest of the driver. If you can't trust me on that, then, you can't probably trust anyone submitting anything new driver to the kernel. I still don't understand why you are making an issue out of this. Because my email address doesn't match the copyright holder's name doesn't mean I'm not allowed to fix my own mistake. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-18 7:52 ` Alexandre Belloni @ 2018-05-18 8:14 ` Joe Perches 2018-05-18 8:20 ` Alexandre Belloni 0 siblings, 1 reply; 9+ messages in thread From: Joe Perches @ 2018-05-18 8:14 UTC (permalink / raw) To: Alexandre Belloni Cc: David S . Miller, Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On Fri, 2018-05-18 at 09:52 +0200, Alexandre Belloni wrote: > On 17/05/2018 18:13:25-0700, Joe Perches wrote: > > On Thu, 2018-05-17 at 21:39 +0200, Alexandre Belloni wrote: > > > On 17/05/2018 12:28:59-0700, Joe Perches wrote: > > > > On Thu, 2018-05-17 at 21:23 +0200, Alexandre Belloni wrote: > > > > > ocelot_qsys.h is missing the SPDX identfier, fix that. > > > > > > > > > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > > > > > > > > Only the copyright holders should ideally be modifying > > > > these and also removing other license content. > > > > > > > > For instance, what's the real intent here? > > > > > > > > > > Well, if you have a look, I submitted that file this cycle and it is the > > > only one that doesn't have the proper SPDX identifier. This is a mistake > > > I'm fixing. > > > > Just because you submitted it does not mean you > > are the copyright holder. > > > > > > > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h > > > > > > > > [] > > > > > @@ -1,7 +1,7 @@ > > > > > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > > > > > > > > GPL 2.0+ or 2.0? > > > > > > > > > > 2.0 > > > > How do you know that? > > > > The fact is that it should have been submitted with the SPDX identifier > to be consistent with the rest of the driver. If you can't trust me on > that, then, you can't probably trust anyone submitting anything new > driver to the kernel. Silly. > I still don't understand why you are making an issue out of this. Correctness in licensing text is important. > Because my email address doesn't match the copyright holder's name > doesn't mean I'm not allowed to fix my own mistake. Mostly, it's a question of what the original license is. As far as I can tell, microsemi publishes their code only under an MIT license. The MIT license does allow sublicensing, so it does seem you can choose what additional license restrictions you can assert as long as the original MIT license is also followed. cheers, Joe ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-18 8:14 ` Joe Perches @ 2018-05-18 8:20 ` Alexandre Belloni 0 siblings, 0 replies; 9+ messages in thread From: Alexandre Belloni @ 2018-05-18 8:20 UTC (permalink / raw) To: Joe Perches Cc: David S . Miller, Allan Nielsen, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On 18/05/2018 01:14:25-0700, Joe Perches wrote: > Mostly, it's a question of what the original > license is. As far as I can tell, microsemi > publishes their code only under an MIT license. > This code didn't exist until I wrote it. The original license is the one from the SPDX identifier. > The MIT license does allow sublicensing, so > it does seem you can choose what additional > license restrictions you can assert as long > as the original MIT license is also followed. > Then all is good. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-17 19:23 [PATCH net-next ] net: mscc: Add SPDX identifier Alexandre Belloni 2018-05-17 19:28 ` Joe Perches @ 2018-05-18 8:38 ` Allan W. Nielsen 2018-05-18 15:30 ` David Miller 2 siblings, 0 replies; 9+ messages in thread From: Allan W. Nielsen @ 2018-05-18 8:38 UTC (permalink / raw) To: Alexandre Belloni Cc: David S . Miller, razvan.stefanescu, po.liu, Thomas Petazzoni, Andrew Lunn, Florian Fainelli, netdev, linux-kernel On 17/05/18 21:23, Alexandre Belloni wrote: > ocelot_qsys.h is missing the SPDX identfier, fix that. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- > drivers/net/ethernet/mscc/ocelot_qsys.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h > index aa7267d5ca77..d8c63aa761be 100644 > --- a/drivers/net/ethernet/mscc/ocelot_qsys.h > +++ b/drivers/net/ethernet/mscc/ocelot_qsys.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > /* > * Microsemi Ocelot Switch driver > * > - * License: Dual MIT/GPL > * Copyright (c) 2017 Microsemi Corporation > */ > > -- > 2.17.0 > Reviewed-by: Allan W. Nielsen <allan.nielsen@microsemi.com> ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH net-next ] net: mscc: Add SPDX identifier 2018-05-17 19:23 [PATCH net-next ] net: mscc: Add SPDX identifier Alexandre Belloni 2018-05-17 19:28 ` Joe Perches 2018-05-18 8:38 ` Allan W. Nielsen @ 2018-05-18 15:30 ` David Miller 2 siblings, 0 replies; 9+ messages in thread From: David Miller @ 2018-05-18 15:30 UTC (permalink / raw) To: alexandre.belloni Cc: Allan.Nielsen, razvan.stefanescu, po.liu, thomas.petazzoni, andrew, f.fainelli, netdev, linux-kernel From: Alexandre Belloni <alexandre.belloni@bootlin.com> Date: Thu, 17 May 2018 21:23:05 +0200 > ocelot_qsys.h is missing the SPDX identfier, fix that. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Applied, thank you. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-05-18 15:30 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-05-17 19:23 [PATCH net-next ] net: mscc: Add SPDX identifier Alexandre Belloni 2018-05-17 19:28 ` Joe Perches 2018-05-17 19:39 ` Alexandre Belloni 2018-05-18 1:13 ` Joe Perches 2018-05-18 7:52 ` Alexandre Belloni 2018-05-18 8:14 ` Joe Perches 2018-05-18 8:20 ` Alexandre Belloni 2018-05-18 8:38 ` Allan W. Nielsen 2018-05-18 15:30 ` David Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).