watchdog: stm32: Fix copyright
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/49620a283eed91cd2fcd87af4f5381e8f03285aa Commit: 49620a283eed91cd2fcd87af4f5381e8f03285aa Parent: bf0209747e97fa5e75da8ab52ccb99faad96659c Refname: refs/heads/master Author: Benjamin Gaignard <[email protected]> AuthorDate: Thu Nov 30 09:48:04 2017 +0100 Committer: Wim Van Sebroeck <[email protected]> CommitDate: Thu Dec 28 20:45:51 2017 +0100 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]> --- 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 <[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> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html