Re: [PATCH net-next 02/10] net: macsec: convert to SPDX

2019-01-24 Thread Antoine Tenart
Hi Andrew, On Thu, Jan 24, 2019 at 02:11:18PM +0100, Andrew Lunn wrote: > > That's right, I'll fix it in v2. In such cases, the license text takes > > precedence over the MODULE_LICENSE() definition ? > > I've also not seen any real discussion about this. But when i recently > proposed patches t

Re: [PATCH net-next 02/10] net: macsec: convert to SPDX

2019-01-24 Thread Andrew Lunn
> That's right, I'll fix it in v2. In such cases, the license text takes > precedence over the MODULE_LICENSE() definition ? Hi Antoine IANAL I've also not seen any real discussion about this. But when i recently proposed patches to cleanup similar issues in drivers/net/phy, i gave the license

Re: [PATCH net-next 02/10] net: macsec: convert to SPDX

2019-01-24 Thread Antoine Tenart
Hi Andrew, On Wed, Jan 23, 2019 at 06:03:06PM +0100, Andrew Lunn wrote: > On Wed, Jan 23, 2019 at 04:56:30PM +0100, Antoine Tenart wrote: > > This cosmetic patch converts the macsec implementation license header to > > the now recommended format, SPDX. > > > > Signed-off-by: Antoine Tenart > > -

Re: [PATCH net-next 02/10] net: macsec: convert to SPDX

2019-01-23 Thread Andrew Lunn
On Wed, Jan 23, 2019 at 04:56:30PM +0100, Antoine Tenart wrote: > This cosmetic patch converts the macsec implementation license header to > the now recommended format, SPDX. > > Signed-off-by: Antoine Tenart > --- > drivers/net/macsec.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(

[PATCH net-next 02/10] net: macsec: convert to SPDX

2019-01-23 Thread Antoine Tenart
This cosmetic patch converts the macsec implementation license header to the now recommended format, SPDX. Signed-off-by: Antoine Tenart --- drivers/net/macsec.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/net/macsec.c b/drivers/net/macsec.c index 64a982563d5