aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Gaignard <[email protected]>2017-11-30 09:48:04 +0100
committerWim Van Sebroeck <[email protected]>2017-12-28 20:45:51 +0100
commit49620a283eed91cd2fcd87af4f5381e8f03285aa (patch)
tree42a6ebeb370913eb8b480fa0b519537dc0e6916e
parentbf0209747e97fa5e75da8ab52ccb99faad96659c (diff)
watchdog: stm32: Fix copyright
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]>
-rw-r--r--drivers/watchdog/stm32_iwdg.c6
1 files 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 <[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>