Re: [PATCH v2] watchdog: stm32: Fix copyright

From: Guenter Roeck
Date: Thu Nov 30 2017 - 13:38:16 EST


On Thu, Nov 30, 2017 at 09:48:04AM +0100, Benjamin Gaignard wrote:
> Uniformize STMicroelectronics copyrights header
> Add SPDX identifier
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> Acked-by: Alexandre TORGUE <alexandre.torgue@xxxxxx>
> CC: Yannick Fertre <yannick.fertre@xxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

> ---
> drivers/watchdog/stm32_iwdg.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/watchdog/stm32_iwdg.c b/drivers/watchdog/stm32_iwdg.c
> index be64a8699de3..c97ad5619cb0 100644
> --- a/drivers/watchdog/stm32_iwdg.c
> +++ b/drivers/watchdog/stm32_iwdg.c
> @@ -1,12 +1,12 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Driver for STM32 Independent Watchdog
> *
> - * Copyright (C) Yannick Fertre 2017
> - * Author: Yannick Fertre <yannick.fertre@xxxxxx>
> + * Copyright (C) STMicroelectronics 2017
> + * Author: Yannick Fertre <yannick.fertre@xxxxxx> for STMicroelectronics.
> *
> * This driver is based on tegra_wdt.c
> *
> - * License terms: GNU General Public License (GPL), version 2
> */
>
> #include <linux/clk.h>
> --
> 2.15.0
>