watchdog: stm32: Fix copyright
authorBenjamin Gaignard <[email protected]>
Thu, 30 Nov 2017 08:48:04 +0000 (09:48 +0100)
committerWim Van Sebroeck <[email protected]>
Thu, 28 Dec 2017 19:45:51 +0000 (20:45 +0100)
Uniformize STMicroelectronics copyrights header
Add SPDX identifier

Signed-off-by: Benjamin Gaignard <[email protected]>
Acked-by: Alexandre TORGUE <[email protected]>
CC: Yannick Fertre <[email protected]>
Acked-by: Yannick Fertre <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/stm32_iwdg.c

index be64a8699de3d07d8638db4a7aa207304583ed98..c97ad5619cb007d18e26f87eeae9d1035e5dfbdd 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Driver for STM32 Independent Watchdog
  *
- * Copyright (C) Yannick Fertre 2017
- * Author: Yannick Fertre <[email protected]>
+ * Copyright (C) STMicroelectronics 2017
+ * Author: Yannick Fertre <[email protected]> for STMicroelectronics.
  *
  * This driver is based on tegra_wdt.c
  *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>