Re: [PATCH] ARCH: Use the correct style for SPDX License Identifier

2019-04-08 Thread Nishad Kamdar
On Sun, Mar 31, 2019 at 01:41:26AM -0500, Rob Herring wrote: > On Sat, Mar 23, 2019 at 06:58:14PM +0530, Nishad Kamdar wrote: > > This patch corrects the SPDX License Identifier style > > in the Hardware Architecture subsystem. > > > > Changes made by using a script provided by Joe Perches here: >

Re: [PATCH] ARCH: Use the correct style for SPDX License Identifier

2019-03-30 Thread Rob Herring
On Sat, Mar 23, 2019 at 06:58:14PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in the Hardware Architecture subsystem. > > Changes made by using a script provided by Joe Perches here: > https://lkml.org/lkml/2019/2/7/46 > and making some manual changes. >

Re: [PATCH] ARCH: Use the correct style for SPDX License Identifier

2019-03-30 Thread Nishad Kamdar
On Sat, Mar 23, 2019 at 09:59:37PM +0100, Uwe Kleine-König wrote: > Hello, > > On Sat, Mar 23, 2019 at 06:58:14PM +0530, Nishad Kamdar wrote: > > This patch corrects the SPDX License Identifier style > > in the Hardware Architecture subsystem. > > > > Changes made by using a script provided by Jo

Re: [PATCH] ARCH: Use the correct style for SPDX License Identifier

2019-03-23 Thread Uwe Kleine-König
Hello, On Sat, Mar 23, 2019 at 06:58:14PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in the Hardware Architecture subsystem. > > Changes made by using a script provided by Joe Perches here: > https://lkml.org/lkml/2019/2/7/46 > and making some manual cha

[PATCH] ARCH: Use the correct style for SPDX License Identifier

2019-03-23 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in the Hardware Architecture subsystem. Changes made by using a script provided by Joe Perches here: https://lkml.org/lkml/2019/2/7/46 and making some manual changes. Suggested-by: Joe Perches Signed-off-by: Nishad Kamdar --- arch/arm64/boo