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

[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):
>
>   license terms gnu general public license v2
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-only
>
> has been chosen to replace the boilerplate/reference in 37 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=a4469cbb310d
> ---
>  drivers/clk/sunxi/clk-sun6i-apb0-gates.c         |    3 +--
>  drivers/clk/sunxi/clk-sun6i-apb0.c               |    3 +--
>  drivers/clk/sunxi/clk-sun6i-ar100.c              |    3 +--
>  drivers/clk/sunxi/clk-sun8i-apb0.c               |    4 +---
>  drivers/clocksource/clksrc-dbx500-prcmu.c        |    2 +-
>  drivers/hwmon/ab8500.c                           |    2 +-
>  drivers/hwmon/abx500.c                           |    2 +-
>  drivers/hwmon/abx500.h                           |    2 +-
>  drivers/input/misc/ab8500-ponkey.c               |    2 +-
>  drivers/leds/leds-lm3530.c                       |    3 +--
>  drivers/mfd/ab8500-core.c                        |    2 +-
>  drivers/mfd/ab8500-debugfs.c                     |    2 +-
>  drivers/mfd/ab8500-gpadc.c                       |    2 +-
>  drivers/mfd/db8500-prcmu.c                       |    3 +--
>  drivers/mfd/dbx500-prcmu-regs.h                  |    3 +--
>  drivers/mfd/sun6i-prcm.c                         |    3 +--
>  drivers/power/supply/ab8500_btemp.c              |    2 +-
>  drivers/power/supply/ab8500_charger.c            |    2 +-
>  drivers/power/supply/ab8500_fg.c                 |    2 +-
>  drivers/power/supply/abx500_chargalg.c           |    2 +-
>  drivers/regulator/ab8500-ext.c                   |    3 +--
>  drivers/regulator/ab8500.c                       |    3 +--
>  drivers/regulator/db8500-prcmu.c                 |    2 +-
>  drivers/regulator/dbx500-prcmu.c                 |    2 +-
>  drivers/regulator/dbx500-prcmu.h                 |    4 +---
>  drivers/watchdog/ux500_wdt.c                     |    3 +--
>  include/linux/led-lm3530.h                       |    3 +--
>  include/linux/mfd/abx500/ab8500.h                |    2 +-
>  include/linux/mfd/db8500-prcmu.h                 |    2 +-
>  include/linux/mfd/dbx500-prcmu.h                 |    3 +--
>  include/linux/platform_data/keypad-nomadik-ske.h |    2 +-
>  include/linux/platform_data/leds-lm355x.h        |    3 +--
>  include/linux/platform_data/leds-lm3642.h        |    3 +--
>  include/linux/platform_data/ux500_wdt.h          |    3 +--
>  include/linux/power/ab8500.h                     |    2 +-
>  include/linux/regulator/ab8500.h                 |    3 +--
>  include/linux/regulator/db8500-prcmu.h           |    3 +--
>  37 files changed, 37 insertions(+), 58 deletions(-)
>
> --- a/drivers/clk/sunxi/clk-sun6i-apb0-gates.c
> +++ b/drivers/clk/sunxi/clk-sun6i-apb0-gates.c
> @@ -1,11 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2014 Free Electrons
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>
>   *
>   * Allwinner A31 APB0 clock gates driver
> - *
>   */
>
>  #include <linux/clk-provider.h>
> --- a/drivers/clk/sunxi/clk-sun6i-apb0.c
> +++ b/drivers/clk/sunxi/clk-sun6i-apb0.c
> @@ -1,11 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2014 Free Electrons
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>
>   *
>   * Allwinner A31 APB0 clock driver
> - *
>   */
>
>  #include <linux/clk-provider.h>
> --- a/drivers/clk/sunxi/clk-sun6i-ar100.c
> +++ b/drivers/clk/sunxi/clk-sun6i-ar100.c
> @@ -1,11 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2014 Free Electrons
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>
>   *
>   * Allwinner A31 AR100 clock driver
> - *
>   */
>
>  #include <linux/bitops.h>
> --- a/drivers/clk/sunxi/clk-sun8i-apb0.c
> +++ b/drivers/clk/sunxi/clk-sun8i-apb0.c
> @@ -1,17 +1,15 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2014 Chen-Yu Tsai
>   * Author: Chen-Yu Tsai <wens@xxxxxxxx>
>   *
>   * Allwinner A23 APB0 clock driver
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Based on clk-sun6i-apb0.c
>   * Allwinner A31 APB0 clock driver
>   *
>   * Copyright (C) 2014 Free Electrons
>   * Author: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>
> - *
>   */
>
>  #include <linux/clk-provider.h>
> --- a/drivers/clocksource/clksrc-dbx500-prcmu.c
> +++ b/drivers/clocksource/clksrc-dbx500-prcmu.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2011
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Mattias Wallin <mattias.wallin@xxxxxxxxxxxxxx> for ST-Ericsson
>   * Author: Sundar Iyer for ST-Ericsson
>   * sched_clock implementation is based on:
> --- a/drivers/hwmon/ab8500.c
> +++ b/drivers/hwmon/ab8500.c
> @@ -1,8 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson 2010 - 2013
>   * Author: Martin Persson <martin.persson@xxxxxxxxxxxxxx>
>   *         Hongbo Zhang <hongbo.zhang@xxxxxxxxxx>
> - * License Terms: GNU General Public License v2
>   *
>   * When the AB8500 thermal warning temperature is reached (threshold cannot
>   * be changed by SW), an interrupt is set, and if no further action is taken
> --- a/drivers/hwmon/abx500.c
> +++ b/drivers/hwmon/abx500.c
> @@ -1,8 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson 2010 - 2013
>   * Author: Martin Persson <martin.persson@xxxxxxxxxxxxxx>
>   *         Hongbo Zhang <hongbo.zhang@xxxxxxxxxx>
> - * License Terms: GNU General Public License v2
>   *
>   * ABX500 does not provide auto ADC, so to monitor the required temperatures,
>   * a periodic work is used. It is more important to not wake up the CPU than
> --- a/drivers/hwmon/abx500.h
> +++ b/drivers/hwmon/abx500.h
> @@ -1,6 +1,6 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson 2010 - 2013
> - * License terms: GNU General Public License v2
>   * Author: Martin Persson <martin.persson@xxxxxxxxxxxxxx>
>   *         Hongbo Zhang <hongbo.zhang@xxxxxxxxxx>
>   */
> --- a/drivers/input/misc/ab8500-ponkey.c
> +++ b/drivers/input/misc/ab8500-ponkey.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx> for ST-Ericsson
>   *
>   * AB8500 Power-On Key handler
> --- a/drivers/leds/leds-lm3530.c
> +++ b/drivers/leds/leds-lm3530.c
> @@ -1,9 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2011 ST-Ericsson SA.
>   * Copyright (C) 2009 Motorola, Inc.
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Simple driver for National Semiconductor LM3530 Backlight driver chip
>   *
>   * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@xxxxxxxxxxxxxx>
> --- a/drivers/mfd/ab8500-core.c
> +++ b/drivers/mfd/ab8500-core.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Srinidhi Kasagar <srinidhi.kasagar@xxxxxxxxxxxxxx>
>   * Author: Rabin Vincent <rabin.vincent@xxxxxxxxxxxxxx>
>   * Author: Mattias Wallin <mattias.wallin@xxxxxxxxxxxxxx>
> --- a/drivers/mfd/ab8500-debugfs.c
> +++ b/drivers/mfd/ab8500-debugfs.c
> @@ -1,8 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
>   * Author: Mattias Wallin <mattias.wallin@xxxxxxxxxxxxxx> for ST-Ericsson.
> - * License Terms: GNU General Public License v2
>   */
>  /*
>   * AB8500 register access
> --- a/drivers/mfd/ab8500-gpadc.c
> +++ b/drivers/mfd/ab8500-gpadc.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Arun R Murthy <arun.murthy@xxxxxxxxxxxxxx>
>   * Author: Daniel Willerud <daniel.willerud@xxxxxxxxxxxxxx>
>   * Author: Johan Palsson <johan.palsson@xxxxxxxxxxxxxx>
> --- a/drivers/mfd/db8500-prcmu.c
> +++ b/drivers/mfd/db8500-prcmu.c
> @@ -1,16 +1,15 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * DB8500 PRCM Unit driver
>   *
>   * Copyright (C) STMicroelectronics 2009
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Kumar Sanghvi <kumar.sanghvi@xxxxxxxxxxxxxx>
>   * Author: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx>
>   * Author: Mattias Nilsson <mattias.i.nilsson@xxxxxxxxxxxxxx>
>   *
>   * U8500 PRCM Unit interface driver
> - *
>   */
>  #include <linux/init.h>
>  #include <linux/export.h>
> --- a/drivers/mfd/dbx500-prcmu-regs.h
> +++ b/drivers/mfd/dbx500-prcmu-regs.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) STMicroelectronics 2009
>   * Copyright (C) ST-Ericsson SA 2010
> @@ -5,8 +6,6 @@
>   * Author: Kumar Sanghvi <kumar.sanghvi@xxxxxxxxxxxxxx>
>   * Author: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx>
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * PRCM Unit registers
>   */
>
> --- a/drivers/mfd/sun6i-prcm.c
> +++ b/drivers/mfd/sun6i-prcm.c
> @@ -1,11 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2014 Free Electrons
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>
>   *
>   * Allwinner PRCM (Power/Reset/Clock Management) driver
> - *
>   */
>
>  #include <linux/mfd/core.h>
> --- a/drivers/power/supply/ab8500_btemp.c
> +++ b/drivers/power/supply/ab8500_btemp.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2012
>   *
>   * Battery temperature driver for AB8500
>   *
> - * License Terms: GNU General Public License v2
>   * Author:
>   *     Johan Palsson <johan.palsson@xxxxxxxxxxxxxx>
>   *     Karl Komierowski <karl.komierowski@xxxxxxxxxxxxxx>
> --- a/drivers/power/supply/ab8500_charger.c
> +++ b/drivers/power/supply/ab8500_charger.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2012
>   *
>   * Charger driver for AB8500
>   *
> - * License Terms: GNU General Public License v2
>   * Author:
>   *     Johan Palsson <johan.palsson@xxxxxxxxxxxxxx>
>   *     Karl Komierowski <karl.komierowski@xxxxxxxxxxxxxx>
> --- a/drivers/power/supply/ab8500_fg.c
> +++ b/drivers/power/supply/ab8500_fg.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson AB 2012
>   *
> @@ -8,7 +9,6 @@
>   * battery management is not used and the supported code is available in this
>   * driver.
>   *
> - * License Terms: GNU General Public License v2
>   * Author:
>   *     Johan Palsson <johan.palsson@xxxxxxxxxxxxxx>
>   *     Karl Komierowski <karl.komierowski@xxxxxxxxxxxxxx>
> --- a/drivers/power/supply/abx500_chargalg.c
> +++ b/drivers/power/supply/abx500_chargalg.c
> @@ -1,10 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2012
>   * Copyright (c) 2012 Sony Mobile Communications AB
>   *
>   * Charging algorithm driver for abx500 variants
>   *
> - * License Terms: GNU General Public License v2
>   * Authors:
>   *     Johan Palsson <johan.palsson@xxxxxxxxxxxxxx>
>   *     Karl Komierowski <karl.komierowski@xxxxxxxxxxxxxx>
> --- a/drivers/regulator/ab8500-ext.c
> +++ b/drivers/regulator/ab8500-ext.c
> @@ -1,8 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Authors: Bengt Jonsson <bengt.g.jonsson@xxxxxxxxxxxxxx>
>   *
>   * This file is based on drivers/regulator/ab8500.c
> --- a/drivers/regulator/ab8500.c
> +++ b/drivers/regulator/ab8500.c
> @@ -1,8 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Authors: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@xxxxxxxxxxxxxx> for ST-Ericsson
>   *          Daniel Willerud <daniel.willerud@xxxxxxxxxxxxxx> for ST-Ericsson
> --- a/drivers/regulator/db8500-prcmu.c
> +++ b/drivers/regulator/db8500-prcmu.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Authors: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@xxxxxxxxxxxxxx> for ST-Ericsson
>   *
> --- a/drivers/regulator/dbx500-prcmu.c
> +++ b/drivers/regulator/dbx500-prcmu.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Authors: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@xxxxxxxxxxxxxx> for ST-Ericsson
>   *
> --- a/drivers/regulator/dbx500-prcmu.h
> +++ b/drivers/regulator/dbx500-prcmu.h
> @@ -1,11 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
>   * Author: Bengt Jonsson <bengt.jonsson@xxxxxxxxxxxxxx> for ST-Ericsson,
>   *        Jonas Aaberg <jonas.aberg@xxxxxxxxxxxxxx> for ST-Ericsson
> - *
> - * License Terms: GNU General Public License v2
> - *
>   */
>
>  #ifndef DBX500_REGULATOR_H
> --- a/drivers/watchdog/ux500_wdt.c
> +++ b/drivers/watchdog/ux500_wdt.c
> @@ -1,8 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) ST-Ericsson SA 2011-2013
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Author: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> for ST-Ericsson
>   * Author: Jonas Aaberg <jonas.aberg@xxxxxxxxxxxxxx> for ST-Ericsson
>   */
> --- a/include/linux/led-lm3530.h
> +++ b/include/linux/led-lm3530.h
> @@ -1,9 +1,8 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) 2011 ST-Ericsson SA.
>   * Copyright (C) 2009 Motorola, Inc.
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Simple driver for National Semiconductor LM35330 Backlight driver chip
>   *
>   * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@xxxxxxxxxxxxxx>
> --- a/include/linux/mfd/abx500/ab8500.h
> +++ b/include/linux/mfd/abx500/ab8500.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Srinidhi Kasagar <srinidhi.kasagar@xxxxxxxxxxxxxx>
>   */
>  #ifndef MFD_AB8500_H
> --- a/include/linux/mfd/db8500-prcmu.h
> +++ b/include/linux/mfd/db8500-prcmu.h
> @@ -1,8 +1,8 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) STMicroelectronics 2009
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Kumar Sanghvi <kumar.sanghvi@xxxxxxxxxxxxxx>
>   *
>   * PRCMU f/w APIs
> --- a/include/linux/mfd/dbx500-prcmu.h
> +++ b/include/linux/mfd/dbx500-prcmu.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST Ericsson SA 2011
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * STE Ux500 PRCMU API
>   */
>  #ifndef __MACH_PRCMU_H
> --- a/include/linux/platform_data/keypad-nomadik-ske.h
> +++ b/include/linux/platform_data/keypad-nomadik-ske.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
>   * Author: Naveen Kumar Gaddipati <naveen.gaddipati@xxxxxxxxxxxxxx>
>   *
>   * ux500 Scroll key and Keypad Encoder (SKE) header
> --- a/include/linux/platform_data/leds-lm355x.h
> +++ b/include/linux/platform_data/leds-lm355x.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) 2012 Texas Instruments
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Simple driver for Texas Instruments LM355x LED driver chip
>   *
>   * Author: G.Shark Jeong <gshark.jeong@xxxxxxxxx>
> --- a/include/linux/platform_data/leds-lm3642.h
> +++ b/include/linux/platform_data/leds-lm3642.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>  * Copyright (C) 2012 Texas Instruments
>  *
> -* License Terms: GNU General Public License v2
> -*
>  * Simple driver for Texas Instruments LM3642 LED driver chip
>  *
>  * Author: G.Shark Jeong <gshark.jeong@xxxxxxxxx>
> --- a/include/linux/platform_data/ux500_wdt.h
> +++ b/include/linux/platform_data/ux500_wdt.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST Ericsson SA 2011
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * STE Ux500 Watchdog platform data
>   */
>  #ifndef __UX500_WDT_H
> --- a/include/linux/power/ab8500.h
> +++ b/include/linux/power/ab8500.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson 2013
>   * Author: Hongbo Zhang <hongbo.zhang@xxxxxxxxxx>
> - * License terms: GNU General Public License v2
>   */
>
>  #ifndef PWR_AB8500_H
> --- a/include/linux/regulator/ab8500.h
> +++ b/include/linux/regulator/ab8500.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Authors: Sundar Iyer <sundar.iyer@xxxxxxxxxxxxxx> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@xxxxxxxxxxxxxx> for ST-Ericsson
>   *          Daniel Willerud <daniel.willerud@xxxxxxxxxxxxxx> for ST-Ericsson
> --- a/include/linux/regulator/db8500-prcmu.h
> +++ b/include/linux/regulator/db8500-prcmu.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (C) ST-Ericsson SA 2010
>   *
> - * License Terms: GNU General Public License v2
> - *
>   * Author: Bengt Jonsson <bengt.g.jonsson@xxxxxxxxxxxxxx> for ST-Ericsson
>   *
>   * Interface to power domain regulators on DB8500
>
>


-- 
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