Re: [Batch 5 - patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114

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

 



Reviewed-by: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx>

On Thu, May 23, 2019 at 4:29 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Based on 1 normalized pattern(s):
>
>   this program is free software you can redistribute it and or modify
>   it under the terms of the gnu general public license as published by
>   the free software foundation either version 2 of the license or at
>   your option any later version this program is distributed in the
>   hope that it will be useful but without any warranty without even
>   the implied warranty of merchantability or fitness for a particular
>   purpose see the gnu general public license for more details you
>   should have received a copy of the gnu general public license along
>   with this program
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-or-later
>
> has been chosen to replace the boilerplate/reference in 8 file(s).
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch5&id=52fb56503c9a
> ---
>  arch/powerpc/include/asm/hmi.h     |   14 +-------------
>  arch/powerpc/kvm/book3s_hv_hmi.c   |   14 +-------------
>  drivers/gpu/drm/bridge/sii9234.c   |   15 +--------------
>  drivers/hwmon/ibmpowernv.c         |   14 +-------------
>  drivers/i2c/busses/i2c-opal.c      |   14 +-------------
>  drivers/net/ethernet/ibm/ibmvnic.c |   13 +------------
>  drivers/net/ethernet/ibm/ibmvnic.h |   13 +------------
>  drivers/rtc/rtc-opal.c             |   14 +-------------
>  8 files changed, 8 insertions(+), 103 deletions(-)
>
> --- a/arch/powerpc/include/asm/hmi.h
> +++ b/arch/powerpc/include/asm/hmi.h
> @@ -1,19 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Hypervisor Maintenance Interrupt header file.
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program.
> - *
>   * Copyright 2015 IBM Corporation
>   * Author: Mahesh Salgaonkar <mahesh@xxxxxxxxxxxxxxxxxx>
>   */
> --- a/arch/powerpc/kvm/book3s_hv_hmi.c
> +++ b/arch/powerpc/kvm/book3s_hv_hmi.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Hypervisor Maintenance Interrupt (HMI) handling.
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program.
> - *
>   * Copyright 2015 IBM Corporation
>   * Author: Mahesh Salgaonkar <mahesh@xxxxxxxxxxxxxxxxxx>
>   */
> --- a/drivers/gpu/drm/bridge/sii9234.c
> +++ b/drivers/gpu/drm/bridge/sii9234.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (C) 2017 Samsung Electronics
>   *
> @@ -10,20 +11,6 @@
>   *    Erik Gilling <konkers@xxxxxxxxxxx>
>   *    Shankar Bandal <shankar.b@xxxxxxxxxxx>
>   *    Dharam Kumar <dharam.kr@xxxxxxxxxxx>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program
> - *
>   */
>  #include <drm/bridge/mhl.h>
>  #include <drm/drm_crtc.h>
> --- a/drivers/hwmon/ibmpowernv.c
> +++ b/drivers/hwmon/ibmpowernv.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * IBM PowerNV platform sensors for temperature/fan/voltage/power
>   * Copyright (C) 2014 IBM
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program.
>   */
>
>  #define DRVNAME                "ibmpowernv"
> --- a/drivers/i2c/busses/i2c-opal.c
> +++ b/drivers/i2c/busses/i2c-opal.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * IBM OPAL I2C driver
>   * Copyright (C) 2014 IBM
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program.
>   */
>
>  #include <linux/device.h>
> --- a/drivers/net/ethernet/ibm/ibmvnic.c
> +++ b/drivers/net/ethernet/ibm/ibmvnic.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /**************************************************************************/
>  /*                                                                        */
>  /*  IBM System i and System p Virtual NIC Device Driver                   */
> @@ -6,18 +7,6 @@
>  /*  Thomas Falcon (tlfalcon@xxxxxxxxxxxxxxxxxx)                           */
>  /*  John Allen (jallen@xxxxxxxxxxxxxxxxxx)                                */
>  /*                                                                        */
> -/*  This program is free software; you can redistribute it and/or modify  */
> -/*  it under the terms of the GNU General Public License as published by  */
> -/*  the Free Software Foundation; either version 2 of the License, or     */
> -/*  (at your option) any later version.                                   */
> -/*                                                                        */
> -/*  This program is distributed in the hope that it will be useful,       */
> -/*  but WITHOUT ANY WARRANTY; without even the implied warranty of        */
> -/*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         */
> -/*  GNU General Public License for more details.                          */
> -/*                                                                        */
> -/*  You should have received a copy of the GNU General Public License     */
> -/*  along with this program.                                              */
>  /*                                                                        */
>  /* This module contains the implementation of a virtual ethernet device   */
>  /* for use with IBM i/p Series LPAR Linux. It utilizes the logical LAN    */
> --- a/drivers/net/ethernet/ibm/ibmvnic.h
> +++ b/drivers/net/ethernet/ibm/ibmvnic.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /**************************************************************************/
>  /*                                                                        */
>  /*  IBM System i and System p Virtual NIC Device Driver                   */
> @@ -6,18 +7,6 @@
>  /*  Thomas Falcon (tlfalcon@xxxxxxxxxxxxxxxxxx)                           */
>  /*  John Allen (jallen@xxxxxxxxxxxxxxxxxx)                                */
>  /*                                                                        */
> -/*  This program is free software; you can redistribute it and/or modify  */
> -/*  it under the terms of the GNU General Public License as published by  */
> -/*  the Free Software Foundation; either version 2 of the License, or     */
> -/*  (at your option) any later version.                                   */
> -/*                                                                        */
> -/*  This program is distributed in the hope that it will be useful,       */
> -/*  but WITHOUT ANY WARRANTY; without even the implied warranty of        */
> -/*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         */
> -/*  GNU General Public License for more details.                          */
> -/*                                                                        */
> -/*  You should have received a copy of the GNU General Public License     */
> -/*  along with this program.                                              */
>  /*                                                                        */
>  /* This module contains the implementation of a virtual ethernet device   */
>  /* for use with IBM i/pSeries LPAR Linux.  It utilizes the logical LAN    */
> --- a/drivers/rtc/rtc-opal.c
> +++ b/drivers/rtc/rtc-opal.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * IBM OPAL RTC driver
>   * Copyright (C) 2014 IBM
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program.
>   */
>
>  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
>
>



[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