Re: [Batch 9 patch 13/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reviewed-by: Steve Winslow <swinslow@xxxxxxxxx>

On Tue, May 28, 2019 at 1:16 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> From: Thomas Gleixner tglx@xxxxxxxxxxxxx
>
> Based on 1 normalized pattern(s):
>
>   licensed under gplv2 only
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-only
>
> has been chosen to replace the boilerplate/reference in 10 file(s).
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> ---
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch9&id=e9bc14493f81
> ---
>  arch/arm/boot/dts/animeo_ip.dts     |    3 +--
>  arch/arm/boot/dts/at91rm9200ek.dts  |    3 +--
>  arch/arm/boot/dts/at91sam9261.dtsi  |    3 +--
>  arch/arm/boot/dts/at91sam9261ek.dts |    3 +--
>  arch/arm/boot/dts/at91sam9263.dtsi  |    3 +--
>  arch/arm/boot/dts/at91sam9263ek.dts |    3 +--
>  arch/arm/boot/dts/at91sam9rlek.dts  |    3 +--
>  arch/arm/boot/dts/mpa1600.dts       |    3 +--
>  arch/arm/boot/dts/tny_a9263.dts     |    3 +--
>  arch/arm/boot/dts/usb_a9263.dts     |    3 +--
>  10 files changed, 10 insertions(+), 20 deletions(-)
>
> --- a/arch/arm/boot/dts/animeo_ip.dts
> +++ b/arch/arm/boot/dts/animeo_ip.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * animeo_ip.dts - Device Tree file for Somfy Animeo IP Boards
>   *
>   *  Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only.
>   */
>
>  /dts-v1/;
> --- a/arch/arm/boot/dts/at91rm9200ek.dts
> +++ b/arch/arm/boot/dts/at91rm9200ek.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * at91rm9200ek.dts - Device Tree file for Atmel AT91RM9200 evaluation kit
>   *
>   *  Copyright (C) 2012 Joachim Eastwood <manabian@xxxxxxxxx>
> - *
> - * Licensed under GPLv2 only
>   */
>  /dts-v1/;
>  #include "at91rm9200.dtsi"
> --- a/arch/arm/boot/dts/at91sam9261.dtsi
> +++ b/arch/arm/boot/dts/at91sam9261.dtsi
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * at91sam9261.dtsi - Device Tree Include file for AT91SAM9261 SoC
>   *
>   *  Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@xxxxxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only.
>   */
>
>  #include <dt-bindings/pinctrl/at91.h>
> --- a/arch/arm/boot/dts/at91sam9261ek.dts
> +++ b/arch/arm/boot/dts/at91sam9261ek.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * at91sam9261ek.dts - Device Tree file for Atmel at91sam9261 reference board
>   *
>   *  Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@xxxxxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only.
>   */
>  /dts-v1/;
>  #include "at91sam9261.dtsi"
> --- a/arch/arm/boot/dts/at91sam9263.dtsi
> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * at91sam9263.dtsi - Device Tree Include file for AT91SAM9263 family SoC
>   *
>   *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only.
>   */
>
>  #include <dt-bindings/pinctrl/at91.h>
> --- a/arch/arm/boot/dts/at91sam9263ek.dts
> +++ b/arch/arm/boot/dts/at91sam9263ek.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * at91sam9263ek.dts - Device Tree file for Atmel at91sam9263 reference board
>   *
>   *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only
>   */
>  /dts-v1/;
>  #include "at91sam9263.dtsi"
> --- a/arch/arm/boot/dts/at91sam9rlek.dts
> +++ b/arch/arm/boot/dts/at91sam9rlek.dts
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * at91sam9rlek.dts - Device Tree file for Atmel at91sam9rl reference board
>   *
>   *  Copyright (C) 2014 Microchip
>   *  Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only
>   */
>  /dts-v1/;
>  #include "at91sam9rl.dtsi"
> --- a/arch/arm/boot/dts/mpa1600.dts
> +++ b/arch/arm/boot/dts/mpa1600.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * mpa1600.dts - Device Tree file for Phontech MPA 1600
>   *
>   *  Copyright (C) 2013 Joachim Eastwood <manabian@xxxxxxxxx>
> - *
> - * Licensed under GPLv2 only
>   */
>  /dts-v1/;
>  #include "at91rm9200.dtsi"
> --- a/arch/arm/boot/dts/tny_a9263.dts
> +++ b/arch/arm/boot/dts/tny_a9263.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * usb_a9263.dts - Device Tree file for Caloa USB A9293 board
>   *
>   *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only
>   */
>  /dts-v1/;
>  #include "at91sam9263.dtsi"
> --- a/arch/arm/boot/dts/usb_a9263.dts
> +++ b/arch/arm/boot/dts/usb_a9263.dts
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * usb_a9263.dts - Device Tree file for Caloa USB A9293 board
>   *
>   *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
> - *
> - * Licensed under GPLv2 only
>   */
>  /dts-v1/;
>  #include "at91sam9263.dtsi"
>
>


-- 
Steve Winslow
Director of Strategic Programs
The Linux Foundation
swinslow@xxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux