linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Winslow <swinslow@linuxfoundation.org>
To: linux-spdx@vger.kernel.org
Subject: Re: [Batch 9 patch 20/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
Date: Tue, 28 May 2019 22:45:42 -0400	[thread overview]
Message-ID: <CAL8Xim62KYqZmsREDdRQNnkSxOTZ+B48C9sLgfMKLsA35jHN2w@mail.gmail.com> (raw)
In-Reply-To: <20190528170027.724130665@linutronix.de>

Reviewed-by: Steve Winslow <swinslow@gmail.com>

On Tue, May 28, 2019 at 1:16 PM Thomas Gleixner <tglx@linutronix.de> wrote:
>
> From: Thomas Gleixner tglx@linutronix.de
>
> 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@linutronix.de>
>
> ---
> 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@free-electrons.com>
>   *
>   * 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@free-electrons.com>
>   *
>   * 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@free-electrons.com>
>   *
>   * 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@csie.org>
>   *
>   * 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@free-electrons.com>
> - *
>   */
>
>  #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@stericsson.com> 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@stericsson.com>
>   *         Hongbo Zhang <hongbo.zhang@linaro.org>
> - * 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@stericsson.com>
>   *         Hongbo Zhang <hongbo.zhang@linaro.org>
> - * 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@stericsson.com>
>   *         Hongbo Zhang <hongbo.zhang@linaro.com>
>   */
> --- 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@stericsson.com> 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@stericsson.com>
> --- 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@stericsson.com>
>   * Author: Rabin Vincent <rabin.vincent@stericsson.com>
>   * Author: Mattias Wallin <mattias.wallin@stericsson.com>
> --- 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@stericsson.com> 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@stericsson.com>
>   * Author: Daniel Willerud <daniel.willerud@stericsson.com>
>   * Author: Johan Palsson <johan.palsson@stericsson.com>
> --- 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@stericsson.com>
>   * Author: Sundar Iyer <sundar.iyer@stericsson.com>
>   * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com>
>   *
>   * 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@stericsson.com>
>   * Author: Sundar Iyer <sundar.iyer@stericsson.com>
>   *
> - * 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@free-electrons.com>
>   *
>   * 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@stericsson.com>
>   *     Karl Komierowski <karl.komierowski@stericsson.com>
> --- 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@stericsson.com>
>   *     Karl Komierowski <karl.komierowski@stericsson.com>
> --- 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@stericsson.com>
>   *     Karl Komierowski <karl.komierowski@stericsson.com>
> --- 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@stericsson.com>
>   *     Karl Komierowski <karl.komierowski@stericsson.com>
> --- 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@stericsson.com>
>   *
>   * 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@stericsson.com> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
>   *          Daniel Willerud <daniel.willerud@stericsson.com> 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@stericsson.com> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@stericsson.com> 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@stericsson.com> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@stericsson.com> 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@stericsson.com> for ST-Ericsson,
>   *        Jonas Aaberg <jonas.aberg@stericsson.com> 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@linaro.org> for ST-Ericsson
>   * Author: Jonas Aaberg <jonas.aberg@stericsson.com> 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@stericsson.com>
> --- 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@stericsson.com>
>   */
>  #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@stericsson.com>
>   *
>   * 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@stericsson.com>
>   *
>   * 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@gmail.com>
> --- 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@gmail.com>
> --- 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@linaro.com>
> - * 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@stericsson.com> for ST-Ericsson
>   *          Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
>   *          Daniel Willerud <daniel.willerud@stericsson.com> 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@stericsson.com> for ST-Ericsson
>   *
>   * Interface to power domain regulators on DB8500
>
>


-- 
Steve Winslow
Director of Strategic Programs
The Linux Foundation
swinslow@linuxfoundation.org

  parent reply	other threads:[~2019-05-29  2:45 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 16:57 [Batch 9 patch 00/23] Batch 9 of random GPL notices/references Thomas Gleixner
2019-05-28 16:57 ` [Batch 9 patch 01/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 Thomas Gleixner
2019-05-28 18:18   ` Zavras, Alexios
2019-05-28 20:07   ` Allison Randal
2019-05-29  2:17   ` Steve Winslow
2019-05-28 16:57 ` [Batch 9 patch 02/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 Thomas Gleixner
2019-05-28 18:20   ` Zavras, Alexios
2019-05-28 20:08   ` Allison Randal
2019-05-29  2:18   ` Steve Winslow
2019-05-29 15:30   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 03/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 Thomas Gleixner
2019-05-28 18:23   ` Zavras, Alexios
2019-05-28 20:18   ` Allison Randal
2019-05-28 20:58     ` Thomas Gleixner
2019-05-29  2:19   ` Steve Winslow
2019-05-29 15:32   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 04/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179 Thomas Gleixner
2019-05-28 18:25   ` Zavras, Alexios
2019-05-28 20:31   ` Allison Randal
2019-05-29  2:20   ` Steve Winslow
2019-05-29 15:33   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 05/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180 Thomas Gleixner
2019-05-28 18:01   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-28 18:31   ` Zavras, Alexios
2019-05-28 20:48   ` Allison Randal
2019-05-29  2:20   ` Steve Winslow
2019-05-29 15:34   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 06/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 181 Thomas Gleixner
2019-05-28 18:33   ` Zavras, Alexios
2019-05-28 20:50   ` Allison Randal
2019-05-29  2:23     ` Steve Winslow
2019-05-28 16:57 ` [Batch 9 patch 07/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182 Thomas Gleixner
2019-05-28 18:36   ` Zavras, Alexios
2019-05-28 20:51   ` Allison Randal
2019-05-29  2:24   ` Steve Winslow
2019-05-29 15:35   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 08/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 183 Thomas Gleixner
2019-05-28 18:38   ` Zavras, Alexios
2019-05-28 20:52   ` Allison Randal
2019-05-29  2:25   ` Steve Winslow
2019-05-29 15:37   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 09/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 184 Thomas Gleixner
2019-05-28 18:43   ` Zavras, Alexios
2019-05-28 21:04   ` Allison Randal
2019-05-29  2:35     ` Steve Winslow
2019-05-29 15:37   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 10/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 185 Thomas Gleixner
2019-05-28 18:47   ` Zavras, Alexios
2019-05-29  2:36   ` Steve Winslow
2019-05-29 15:38   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 11/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
2019-05-28 18:52   ` Zavras, Alexios
2019-05-28 21:06   ` Allison Randal
2019-05-28 16:57 ` [Batch 9 patch 12/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 Thomas Gleixner
2019-05-28 18:54   ` Zavras, Alexios
2019-05-28 21:08   ` Allison Randal
2019-05-29  2:38   ` Steve Winslow
2019-05-29 15:39   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 13/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 Thomas Gleixner
2019-05-28 18:55   ` Zavras, Alexios
2019-05-28 21:09   ` Allison Randal
2019-05-29  2:38   ` Steve Winslow
2019-05-29 15:40   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 14/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 Thomas Gleixner
2019-05-28 18:56   ` Zavras, Alexios
2019-05-28 21:09   ` Allison Randal
2019-05-29  2:39   ` Steve Winslow
2019-05-29 15:41   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 15/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 192 Thomas Gleixner
2019-05-28 19:02   ` Zavras, Alexios
2019-05-28 21:00   ` Thomas Gleixner
2019-05-29  2:41     ` Steve Winslow
2019-05-28 16:57 ` [Batch 9 patch 16/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 Thomas Gleixner
2019-05-28 19:05   ` Zavras, Alexios
2019-05-28 21:43   ` Allison Randal
2019-05-29  2:42   ` Steve Winslow
2019-05-29 15:42   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 17/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 Thomas Gleixner
2019-05-28 19:07   ` Zavras, Alexios
2019-05-28 21:44   ` Allison Randal
2019-05-29  2:43   ` Steve Winslow
2019-05-29 17:26   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 18/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195 Thomas Gleixner
2019-05-28 19:08   ` Zavras, Alexios
2019-05-28 21:45   ` Allison Randal
2019-05-29  2:43   ` Steve Winslow
2019-05-29 17:27   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 19/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 196 Thomas Gleixner
2019-05-28 19:09   ` Zavras, Alexios
2019-05-28 21:02   ` Thomas Gleixner
2019-05-28 16:57 ` [Batch 9 patch 20/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197 Thomas Gleixner
2019-05-28 19:10   ` Zavras, Alexios
2019-05-28 21:46   ` Allison Randal
2019-05-29  2:45   ` Steve Winslow [this message]
2019-05-29 17:29   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 21/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 198 Thomas Gleixner
2019-05-28 19:12   ` Zavras, Alexios
2019-05-28 21:47   ` Allison Randal
2019-05-29  2:46   ` Steve Winslow
2019-05-29 17:29   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 22/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 199 Thomas Gleixner
2019-05-28 19:13   ` Zavras, Alexios
2019-05-28 21:47   ` Allison Randal
2019-05-29  2:46   ` Steve Winslow
2019-05-29 17:30   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 23/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 200 Thomas Gleixner
2019-05-28 19:14   ` Zavras, Alexios
2019-05-28 21:49   ` Allison Randal
2019-05-29  2:47   ` Steve Winslow
2019-05-29 17:31   ` Richard Fontana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAL8Xim62KYqZmsREDdRQNnkSxOTZ+B48C9sLgfMKLsA35jHN2w@mail.gmail.com \
    --to=swinslow@linuxfoundation.org \
    --cc=linux-spdx@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).