Re: [PATCH] lib/crc32: add SPDX license identifier

2025-05-14 Thread Greg KH
t; > > that it's meant to have the same license as crc32.c. Therefore, apply > > > SPDX-License-Identifier: GPL-2.0-only to both files. > > > > > > Signed-off-by: Eric Biggers > > > > Reviewed-by: Thomas Gleixner > > Thanks. > > I forgot to mention: I'm planning to take this patch through the crc tree. Great! Reviewed-by: Greg Kroah-Hartman

Re: [PATCH] lib/crc32: add SPDX license identifier

2025-05-13 Thread Eric Biggers
ard explanation of the license. > > However, crc32.c clearly states that it's licensed under the GNU General > > Public License, Version 2. And the comment in crc32.h clearly indicates > > that it's meant to have the same license as crc32.c. Therefore, apply > > SPDX-Licen

Re: [PATCH] lib/crc32: add SPDX license identifier

2025-05-13 Thread Thomas Gleixner
GNU General > Public License, Version 2. And the comment in crc32.h clearly indicates > that it's meant to have the same license as crc32.c. Therefore, apply > SPDX-License-Identifier: GPL-2.0-only to both files. > > Signed-off-by: Eric Biggers Reviewed-by: Thomas Gleixner

[PATCH] lib/crc32: add SPDX license identifier

2025-05-13 Thread Eric Biggers
cates that it's meant to have the same license as crc32.c. Therefore, apply SPDX-License-Identifier: GPL-2.0-only to both files. Signed-off-by: Eric Biggers --- include/linux/crc32.h | 5 + lib/crc32.c | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git

Re: [PATCH] crypto: crc32-generic - Use SPDX-License-Identifier

2021-04-16 Thread Herbert Xu
On Sat, Apr 10, 2021 at 10:30:16PM +0200, Christophe JAILLET wrote: > Use SPDX-License-Identifier: GPL-2.0-only, instead of hand writing it. > > This also removes a reference to http://www.xyratex.com which seems to be > down. > > Signed-off-by: Christophe JAILLE

[PATCH] crypto: crc32-generic - Use SPDX-License-Identifier

2021-04-10 Thread Christophe JAILLET
Use SPDX-License-Identifier: GPL-2.0-only, instead of hand writing it. This also removes a reference to http://www.xyratex.com which seems to be down. Signed-off-by: Christophe JAILLET --- crypto/crc32_generic.c | 24 +--- 1 file changed, 1 insertion(+), 23 deletions

[PATCH 2/3] power: supply: s3c_adc_battery: add SPDX license identifier

2021-02-10 Thread Krzysztof Kozlowski
Add SPDX license identifier and replace license boilerplate. Signed-off-by: Krzysztof Kozlowski --- drivers/power/supply/s3c_adc_battery.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/power/supply/s3c_adc_battery.c b/drivers/power/supply

Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-10 Thread Bartosz Golaszewski
hat at > > > > > > source > > > > > > first. > > > > > > > > > > > > include/uapi/linux/gpio.h | 2 +- > > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > > > > >

Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-04 Thread Greg Kroah-Hartman
t; > verbatim into libgpiod's repository, I think we need to fix that at > > > > > source > > > > > first. > > > > > > > > > > include/uapi/linux/gpio.h | 2 +- > > > > > 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-04 Thread Bartosz Golaszewski
e/uapi/linux/gpio.h | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h > > > > index e4eb0b8c5cf9..3e01ededbf36 100644 > > > > --- a/include/uapi/l

Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-04 Thread Greg Kroah-Hartman
ource > > > first. > > > > > > include/uapi/linux/gpio.h | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h > > > index e4eb0b8c5cf9..3e01ededbf36

Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-04 Thread Bartosz Golaszewski
; diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h > > index e4eb0b8c5cf9..3e01ededbf36 100644 > > --- a/include/uapi/linux/gpio.h > > +++ b/include/uapi/linux/gpio.h > > @@ -1,4 +1,4 @@ > > -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-

Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-04 Thread Greg Kroah-Hartman
need to fix that at source > first. > > include/uapi/linux/gpio.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h > index e4eb0b8c5cf9..3e01ededbf36 100644 > --- a/include/uapi/linux/gpio.h > +++

[PATCH] gpio: uapi: use the preferred SPDX license identifier

2021-02-04 Thread Bartosz Golaszewski
lude/uapi/linux/gpio.h b/include/uapi/linux/gpio.h index e4eb0b8c5cf9..3e01ededbf36 100644 --- a/include/uapi/linux/gpio.h +++ b/include/uapi/linux/gpio.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: GPL-2.0-only WITH Lin

Re: [PATCH v2 1/7] drivers: soc: atmel: add spdx license identifier

2021-01-26 Thread Nicolas Ferre
On 26/01/2021 at 10:29, Claudiu Beznea wrote: Add SPDX-License-Identifier. Signed-off-by: Claudiu Beznea Acked-by: Nicolas Ferre I remove license boilerplate text now that it's useless and queue this one on top of at91-soc. Thanks, best regards, Nicolas --- drivers/soc/atmel/

[PATCH v2 1/7] drivers: soc: atmel: add spdx license identifier

2021-01-26 Thread Claudiu Beznea
Add SPDX-License-Identifier. Signed-off-by: Claudiu Beznea --- drivers/soc/atmel/soc.c | 1 + drivers/soc/atmel/soc.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c index 2dc86728b132..755a82502ef4 100644 --- a/drivers/soc/atmel/soc.c

[PATCH v9 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2021-01-12 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Reviewed-by: Linus Walleij Acked-by: Bartosz Golaszewski --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff

[PATCH v9 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2021-01-12 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Acked-for-MFD-by: Lee Jones --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18

Re: [PATCH v8 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2021-01-03 Thread Bartosz Golaszewski
On Fri, Dec 25, 2020 at 10:33 AM Yoshihiro Shimoda wrote: > > Use the SPDX license identifier instead of a local description. > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Geert Uytterhoeven > --- > drivers/gpio/gpio-bd9571mwv.c | 10 +- > 1 file ch

Re: [PATCH v6 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-27 Thread Linus Walleij
On Wed, Dec 23, 2020 at 11:22 AM Yoshihiro Shimoda wrote: > Use the SPDX license identifier instead of a local description. > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Geert Uytterhoeven Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH v8 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-25 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Acked-for-MFD-by: Lee Jones --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18

[PATCH v8 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-25 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio

[PATCH v7 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-23 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Acked-for-MFD-by: Lee Jones --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18

[PATCH v7 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-23 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio

[PATCH v6 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-23 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Acked-for-MFD-by: Lee Jones --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18

[PATCH v6 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-23 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio

[PATCH v5 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-22 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio

[PATCH v5 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-22 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Acked-for-MFD-by: Lee Jones --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18

[PATCH v4 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-20 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Acked-for-MFD-by: Lee Jones --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18

[PATCH v4 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-20 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio

Re: [PATCH v3 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-16 Thread Lee Jones
On Wed, 16 Dec 2020, Yoshihiro Shimoda wrote: > Use the SPDX license identifier instead of a local description. > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Geert Uytterhoeven > --- > drivers/mfd/bd9571mwv.c | 10 +- > include/linux/mfd/bd9571mwv.h

[PATCH v3 09/12] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-15 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a

[PATCH v3 06/12] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-15 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio

Re: [PATCH v2 05/10] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-15 Thread Geert Uytterhoeven
On Fri, Dec 11, 2020 at 2:47 PM Yoshihiro Shimoda wrote: > Use the SPDX license identifier instead of a local description. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's

RE: [PATCH v2 08/10] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-14 Thread Yoshihiro Shimoda
> From: Yoshihiro Shimoda, Sent: Friday, December 11, 2020 8:28 PM > > Use the SPDX license identifier instead of a local description. > > Signed-off-by: Yoshihiro Shimoda I forgot to add Geert-san's Reviewed-by here. So, I'll submit v3 patch series later. htt

[PATCH v2 08/10] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-11 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/drivers/mfd/bd9571mwv.c b/drivers

[PATCH v2 05/10] gpio: bd9571mwv: Use the SPDX license identifier

2020-12-11 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda --- drivers/gpio/gpio-bd9571mwv.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio-bd9571mwv.c index c0abc9c..abb622c

Re: [PATCH 1/3] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-09 Thread Geert Uytterhoeven
On Tue, Dec 8, 2020 at 9:06 AM Yoshihiro Shimoda wrote: > Use the SPDX license identifier instead of a local description. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's

[PATCH 1/3] mfd: bd9571mwv: Use the SPDX license identifier

2020-12-08 Thread Yoshihiro Shimoda
Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda --- drivers/mfd/bd9571mwv.c | 10 +- include/linux/mfd/bd9571mwv.h | 10 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/drivers/mfd/bd9571mwv.c b/drivers

[PATCH 3/3] drivers: gpio: amd8111: use SPDX-License-Identifier

2020-12-03 Thread Enrico Weigelt, metux IT consult
Prefer SPDX-License-Identifier over hand-written texts. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/gpio/gpio-amd8111.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpio/gpio-amd8111.c b/drivers/gpio/gpio-amd8111.c index 0e260950992d

Re: git grep/sed to standardize "/* SPDX-License-Identifier: "

2020-10-11 Thread Joe Perches
a comment /* initiator and terminator */: > > > > > > /* SPDX-License-Identifier: */ > > > > > > $ git grep -PHn '^/\* SPDX-License-Identifier:.*\*/\s*$' | \ > > > wc -l > > > 17847 > > > > That grep pattern makes zero sense.

Re: git grep/sed to standardize "/* SPDX-License-Identifier: "

2020-10-11 Thread Joe Perches
On Sun, 2020-10-11 at 11:42 -0700, Linus Torvalds wrote: > On Tue, Oct 6, 2020 at 4:13 PM Joe Perches wrote: > > Almost all source files in the kernel use a standardized SPDX header > > at line 1 with a comment /* initiator and terminator */: > > > >

Re: git grep/sed to standardize "/* SPDX-License-Identifier: "

2020-10-11 Thread Linus Torvalds
On Tue, Oct 6, 2020 at 4:13 PM Joe Perches wrote: > > Almost all source files in the kernel use a standardized SPDX header > at line 1 with a comment /* initiator and terminator */: > > /* SPDX-License-Identifier: */ > > $ git grep -PHn '^/\* SPDX-License-Identifie

git grep/sed to standardize "/* SPDX-License-Identifier: "

2020-10-06 Thread Joe Perches
Almost all source files in the kernel use a standardized SPDX header at line 1 with a comment /* initiator and terminator */: /* SPDX-License-Identifier: */ $ git grep -PHn '^/\* SPDX-License-Identifier:.*\*/\s*$' | \ wc -l 17847 $ git grep -PHn '^/\* SPDX-License-Ide

Re: [PATCH v4 5/5] MIPS: BCM63xx: switch to SPDX license identifier

2020-08-12 Thread Florian Fainelli
On 8/12/2020 12:52 AM, Álvaro Fernández Rojas wrote: > Use SPDX license indentifier instead of local reference to COPYING. > > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli -- Florian

[PATCH v4 5/5] MIPS: BCM63xx: switch to SPDX license identifier

2020-08-12 Thread Álvaro Fernández Rojas
/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index fa0acf003a46..01aff80a5967 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -1,8 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * This file is subject to the terms

[PATCH 2/2] drivers: cdrom: add missing SPDX license identifier

2020-06-19 Thread Simao Gomes Viana
rom.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* linux/drivers/cdrom/cdrom.c Copyright (c) 1996, 1997 David A. van Leeuwen. Copyright (c) 1997, 1998 Erik Andersen -- 2.27.0

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

2020-05-12 Thread Darrick J. Wong
On Sat, May 02, 2020 at 02:57:14PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style in header files > related to XFS File System support. For C header files > Documentation/process/license-rules.rst mandates C-like comments. > (opposed to C source f

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

2020-05-02 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to XFS File System support. For C header files Documentation/process/license-rules.rst mandates C-like comments. (opposed to C source files where C++ style should be used). Changes made by using a script provided by Joe

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

2020-05-02 Thread Nishad Kamdar
On Mon, Apr 27, 2020 at 12:25:27AM -0700, Christoph Hellwig wrote: > On Sat, Apr 25, 2020 at 07:05:09PM +0530, Nishad Kamdar wrote: > > This patch corrects the SPDX License Identifier style in > > header files related to XFS File System support. > > For C header files Document

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

2020-04-28 Thread Joe Perches
On Mon, 2020-04-27 at 13:46 -0700, Linus Torvalds wrote: > There is simply no point in EVER changing "GPL-2.0" into > "GPL-2.0-only" etc, unless the thing is then touched for some other > reason (which it may never be). Which is _exactly_ what is happening here. But the reason _not_ to touch it h

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

2019-10-23 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header file related to ethernet driver for Cortina Gemini devices. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script

Re: [PATCH v2] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-15 Thread David Miller
From: Nishad Kamdar Date: Mon, 14 Oct 2019 21:51:20 +0530 > This patch corrects the SPDX License Identifier style > in header files related to Distributed Switch Architecture > drivers for NXP SJA1105 series Ethernet switch support. > It uses an expilict block comment for the

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

2019-10-15 Thread David Miller
From: Nishad Kamdar Date: Sat, 12 Oct 2019 18:42:28 +0530 > This patch corrects the SPDX License Identifier style > in header files related to Cavium Ethernet drivers. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source fil

Re: [PATCH] net: dsa: microchip: Use the correct style for SPDX License Identifier

2019-10-15 Thread David Miller
From: Nishad Kamdar Date: Sat, 12 Oct 2019 17:48:56 +0530 > This patch corrects the SPDX License Identifier style > in header files related to Distributed Switch Architecture > drivers for Microchip KSZ series switch support. > For C header files Documentation/process/licen

Re: [PATCH v2] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-14 Thread Andrew Lunn
On Mon, Oct 14, 2019 at 09:51:20PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header files related to Distributed Switch Architecture > drivers for NXP SJA1105 series Ethernet switch support. > It uses an expilict block comment for the

[PATCH v2] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-14 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to Distributed Switch Architecture drivers for NXP SJA1105 series Ethernet switch support. It uses an expilict block comment for the SPDX License Identifier. Changes made by using a script provided by Joe Perches here

Re: [PATCH] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-14 Thread Nishad Kamdar
On Mon, Oct 14, 2019 at 03:00:16PM +0200, Andrew Lunn wrote: > On Mon, Oct 14, 2019 at 01:46:26PM +0300, Vladimir Oltean wrote: > > Hi Nishad, > > > > On Sat, 12 Oct 2019 at 15:39, Nishad Kamdar wrote: > > > > > > This patch corrects the SPDX License

Re: [PATCH] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-14 Thread Andrew Lunn
On Mon, Oct 14, 2019 at 01:46:26PM +0300, Vladimir Oltean wrote: > Hi Nishad, > > On Sat, 12 Oct 2019 at 15:39, Nishad Kamdar wrote: > > > > This patch corrects the SPDX License Identifier style > > in header files related to Distributed Switch Architecture > &g

Re: [PATCH] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-14 Thread Vladimir Oltean
Hi Nishad, On Sat, 12 Oct 2019 at 15:39, Nishad Kamdar wrote: > > This patch corrects the SPDX License Identifier style > in header files related to Distributed Switch Architecture > drivers for NXP SJA1105 series Ethernet switch support. > For C header files Documentation/

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

2019-10-12 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to Cavium Ethernet drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided by Joe

[PATCH] net: dsa: sja1105: Use the correct style for SPDX License Identifier

2019-10-12 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to Distributed Switch Architecture drivers for NXP SJA1105 series Ethernet switch support. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style

[PATCH] net: dsa: microchip: Use the correct style for SPDX License Identifier

2019-10-12 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to Distributed Switch Architecture drivers for Microchip KSZ series switch support. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be

[tip: core/urgent] x86: Use the correct SPDX License Identifier in headers

2019-10-01 Thread tip-bot2 for Nishad Kamdar
Committer: Borislav Petkov CommitterDate: Tue, 01 Oct 2019 20:31:35 +02:00 x86: Use the correct SPDX License Identifier in headers Correct the SPDX License Identifier format in a couple of headers. Suggested-by: Joe Perches Signed-off-by: Nishad Kamdar Signed-off-by: Borislav Petkov Cc: Greg

Re: [PATCH] net: dsa: b53: Use the correct style for SPDX License Identifier

2019-09-22 Thread Jakub Kicinski
On Sat, 21 Sep 2019 19:00:16 +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Broadcom BCM53xx managed switch driver. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source fil

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

2019-09-22 Thread Jakub Kicinski
On Sat, 21 Sep 2019 19:15:25 +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Distributed Switch Architecture drivers. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source

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

2019-09-21 Thread Andrew Donnellan
On 20/9/19 6:18 pm, Nishad Kamdar wrote: This patch corrects the SPDX License Identifier style in header files for Open Coherent Accelerator (OCXL) compatible device drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C

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

2019-09-21 Thread Florian Fainelli
On 9/21/2019 6:45 AM, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Distributed Switch Architecture drivers. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source files where

Re: [PATCH] net: dsa: b53: Use the correct style for SPDX License Identifier

2019-09-21 Thread Florian Fainelli
On 9/21/2019 6:30 AM, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Broadcom BCM53xx managed switch driver. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source files where

Re: [PATCH] net: dsa: b53: Use the correct style for SPDX License Identifier

2019-09-21 Thread Vivien Didelot
On Sat, 21 Sep 2019 19:00:16 +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Broadcom BCM53xx managed switch driver. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source

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

2019-09-21 Thread Vivien Didelot
On Sat, 21 Sep 2019 19:15:25 +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Distributed Switch Architecture drivers. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source

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

2019-09-21 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header file for Distributed Switch Architecture drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided

[PATCH] net: dsa: b53: Use the correct style for SPDX License Identifier

2019-09-21 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header file for Broadcom BCM53xx managed switch driver. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided

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

2019-09-20 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files for Open Coherent Accelerator (OCXL) compatible device drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by

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

2019-09-20 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files for Miscellaneous device drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided by Joe

[PATCH] media: usb: tm6000: Use the correct style for SPDX License Identifier

2019-09-16 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files for TV Master Media USB Adapter drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided by

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

2019-09-15 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header file related to media Drivers for Analog TV Tuners. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script

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

2019-09-15 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header file related to Remote Controller Driver for Linux. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script

[PATCH] genksyms: convert to SPDX License Identifier for lex.l and parse.y

2019-09-12 Thread Masahiro Yamada
the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - +/* SPDX-License-Identifier

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

2019-09-07 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to Video drivers for Xilinx devices. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided

[PATCH] arm: dts and dtsi: Cleanup 'SPDX-License-Identifier:' uses

2019-09-05 Thread Joe Perches
Use the typical form and location for SPDX-License-Identifier: Done with command line and perl script: $ git grep -n 'SPDX-License-Identifier: ' -- '*.dtsi' '*.dts' | \ grep -v ':1:' | perl move_spdx.pl $ cat move_spdx.pl while (<>) { /^([^:

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

2019-09-05 Thread Mauro Carvalho Chehab
the rules in order to > > allow adding SPDX for python scripts, as otherwise the addition of SPDX > > headers may cause regressions. > > Not really. > > $ git grep -n '^# SPDX-License-Identifier' -- '*.py' | wc -l > 62 > $ git grep -n '

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

2019-09-05 Thread Joe Perches
the addition of SPDX > headers may cause regressions. Not really. $ git grep -n '^# SPDX-License-Identifier' -- '*.py' | wc -l 62 $ git grep -n '^# SPDX-License-Identifier' -- '*.py' | \ cut -f2 -d: | sort | uniq -c 32 1 27 2 3 3 $ git

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

2019-09-05 Thread Mauro Carvalho Chehab
0, Mauro Carvalho Chehab wrote: > > > > Em Sat, 31 Aug 2019 20:41:51 +0530 > > > > Nishad Kamdar escreveu: > > > > > > > > > This patch corrects the SPDX License Identifier style > > > > > in header file related to Siano

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

2019-09-04 Thread Greg Kroah-Hartman
> > Nishad Kamdar escreveu: > > > > > > > This patch corrects the SPDX License Identifier style > > > > in header file related to Siano Mobile Silicon Digital TV. > > > > For C header files Documentation/process/license-rules.rst > > > >

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

2019-09-04 Thread Joe Perches
t, I vaguely remember some discussions we had, back on the > days SPDX was introduced, envolving Thomas, Linus and others. My > understanding for such discussions is that something like this: > > /* > * SPDX-License-Identifier: GPL-2.0+ > * > * some other notes about the file >

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

2019-09-04 Thread Mauro Carvalho Chehab
Em Wed, 4 Sep 2019 20:36:08 +0200 Greg Kroah-Hartman escreveu: > On Wed, Sep 04, 2019 at 03:34:32PM -0300, Mauro Carvalho Chehab wrote: > > Em Sat, 31 Aug 2019 20:41:51 +0530 > > Nishad Kamdar escreveu: > > > > > This patch corrects the SPDX License Identif

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

2019-09-04 Thread Greg Kroah-Hartman
On Wed, Sep 04, 2019 at 03:34:32PM -0300, Mauro Carvalho Chehab wrote: > Em Sat, 31 Aug 2019 20:41:51 +0530 > Nishad Kamdar escreveu: > > > This patch corrects the SPDX License Identifier style > > in header file related to Siano Mobile Silicon Digital TV. > > For C

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

2019-09-04 Thread Mauro Carvalho Chehab
Em Sat, 31 Aug 2019 20:41:51 +0530 Nishad Kamdar escreveu: > This patch corrects the SPDX License Identifier style > in header file related to Siano Mobile Silicon Digital TV. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source

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

2019-09-04 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header files related to I2C controlled media codec drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script

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

2019-08-31 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in header file related to Siano Mobile Silicon Digital TV. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided

[GIT PULL v1 2/4] intel_th: Use the correct style for SPDX License Identifier

2019-08-21 Thread Alexander Shishkin
From: Nishad Kamdar This patch corrects the SPDX License Identifier style in header files related to Drivers for Intel(R) Trace Hub controller. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes

Re: [PATCH AUTOSEL 5.2 09/44] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Sasha Levin
On Tue, Aug 20, 2019 at 07:27:22AM -0700, Greg Kroah-Hartman wrote: On Tue, Aug 20, 2019 at 09:39:53AM -0400, Sasha Levin wrote: From: Nishad Kamdar [ Upstream commit fac7b714c514fcc41e1d6450c694b0a5f8d3 ] This patch corrects the SPDX License Identifier style in header files related to

Re: [PATCH AUTOSEL 4.19 07/27] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Sasha Levin
On Tue, Aug 20, 2019 at 06:47:53AM -0700, Joe Perches wrote: On Tue, 2019-08-20 at 09:41 -0400, Sasha Levin wrote: From: Nishad Kamdar [ Upstream commit fac7b714c514fcc41e1d6450c694b0a5f8d3 ] This patch corrects the SPDX License Identifier style in header files related to Drivers for

Re: [PATCH AUTOSEL 5.2 09/44] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Greg Kroah-Hartman
On Tue, Aug 20, 2019 at 09:39:53AM -0400, Sasha Levin wrote: > From: Nishad Kamdar > > [ Upstream commit fac7b714c514fcc41e1d6450c694b0a5f8d3 ] > > This patch corrects the SPDX License Identifier style > in header files related to Drivers for Intel(R) Trace Hub > contr

Re: [PATCH AUTOSEL 4.19 07/27] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Joe Perches
On Tue, 2019-08-20 at 09:41 -0400, Sasha Levin wrote: > From: Nishad Kamdar > > [ Upstream commit fac7b714c514fcc41e1d6450c694b0a5f8d3 ] > > This patch corrects the SPDX License Identifier style > in header files related to Drivers for Intel(R) Trace Hub > controller.

[PATCH AUTOSEL 5.2 09/44] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Sasha Levin
From: Nishad Kamdar [ Upstream commit fac7b714c514fcc41e1d6450c694b0a5f8d3 ] This patch corrects the SPDX License Identifier style in header files related to Drivers for Intel(R) Trace Hub controller. For C header files Documentation/process/license-rules.rst mandates C-like comments

[PATCH AUTOSEL 4.19 07/27] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Sasha Levin
From: Nishad Kamdar [ Upstream commit fac7b714c514fcc41e1d6450c694b0a5f8d3 ] This patch corrects the SPDX License Identifier style in header files related to Drivers for Intel(R) Trace Hub controller. For C header files Documentation/process/license-rules.rst mandates C-like comments

[GIT PULL 2/4] intel_th: Use the correct style for SPDX License Identifier

2019-08-20 Thread Alexander Shishkin
From: Nishad Kamdar This patch corrects the SPDX License Identifier style in header files related to Drivers for Intel(R) Trace Hub controller. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes

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

2019-08-14 Thread Wolfram Sang
On Sat, Aug 03, 2019 at 07:43:35PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file related to STM32 Driver for I2C hardware > bus support. > For C header files Documentation/process/license-rules.rst > mandates C-like comment

  1   2   3   4   5   6   >