Hi Lubomir On 6/11/19 9:29 AM, Lubomir Rintel wrote: > The original license text had a typo ("publishhed") which would be > likely to confuse automated licensing auditing tools. Let's just switch > to SPDX instead of fixing the wording. > > Signed-off-by: Lubomir Rintel <lkundrak@xxxxx> > --- > arch/arm/boot/dts/stih407-family.dtsi | 5 +---- > arch/arm/boot/dts/stih407-pinctrl.dtsi | 5 +---- > arch/arm/boot/dts/stih407.dtsi | 5 +---- > arch/arm/boot/dts/stih410-pinctrl.dtsi | 5 +---- > arch/arm/boot/dts/stih410.dtsi | 5 +---- > arch/arm/boot/dts/stih418.dtsi | 5 +---- > 6 files changed, 6 insertions(+), 24 deletions(-) > > diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi > index 9e29a4499938..2ff2542bf335 100644 > --- a/arch/arm/boot/dts/stih407-family.dtsi > +++ b/arch/arm/boot/dts/stih407-family.dtsi > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2014 STMicroelectronics Limited. > * Author: Giuseppe Cavallaro <peppe.cavallaro@xxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * publishhed by the Free Software Foundation. > */ > #include "stih407-pinctrl.dtsi" > #include <dt-bindings/mfd/st-lpc.h> > diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi > index e393519fb84c..db174019626f 100644 > --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi > +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2014 STMicroelectronics Limited. > * Author: Giuseppe Cavallaro <peppe.cavallaro@xxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * publishhed by the Free Software Foundation. > */ > #include "st-pincfg.h" > #include <dt-bindings/interrupt-controller/arm-gic.h> > diff --git a/arch/arm/boot/dts/stih407.dtsi b/arch/arm/boot/dts/stih407.dtsi > index 5b7951ffc350..242ac72e4d4a 100644 > --- a/arch/arm/boot/dts/stih407.dtsi > +++ b/arch/arm/boot/dts/stih407.dtsi > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2015 STMicroelectronics Limited. > * Author: Gabriel Fernandez <gabriel.fernandez@xxxxxxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * publishhed by the Free Software Foundation. > */ > #include "stih407-clock.dtsi" > #include "stih407-family.dtsi" > diff --git a/arch/arm/boot/dts/stih410-pinctrl.dtsi b/arch/arm/boot/dts/stih410-pinctrl.dtsi > index 5ae1fd66c0b8..8532ae3f61e8 100644 > --- a/arch/arm/boot/dts/stih410-pinctrl.dtsi > +++ b/arch/arm/boot/dts/stih410-pinctrl.dtsi > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2014 STMicroelectronics Limited. > * Author: Peter Griffin <peter.griffin@xxxxxxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * publishhed by the Free Software Foundation. > */ > #include "st-pincfg.h" > / { > diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi > index 888548ea9b5c..23b494a13c47 100644 > --- a/arch/arm/boot/dts/stih410.dtsi > +++ b/arch/arm/boot/dts/stih410.dtsi > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2014 STMicroelectronics Limited. > * Author: Peter Griffin <peter.griffin@xxxxxxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * publishhed by the Free Software Foundation. > */ > #include "stih410-clock.dtsi" > #include "stih407-family.dtsi" > diff --git a/arch/arm/boot/dts/stih418.dtsi b/arch/arm/boot/dts/stih418.dtsi > index 0efb3cd6a86e..f3f0a0e0f23c 100644 > --- a/arch/arm/boot/dts/stih418.dtsi > +++ b/arch/arm/boot/dts/stih418.dtsi > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2014 STMicroelectronics Limited. > * Author: Peter Griffin <peter.griffin@xxxxxxxxxx> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * publishhed by the Free Software Foundation. > */ > #include "stih418-clock.dtsi" > #include "stih407-family.dtsi" Acked-by: Patrice Chotard <patrice.chotard@xxxxxx> Thanks