Skip to content

Commit

Permalink
watchdog: stm32: Fix copyright
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Benjamin-Gaignard authored and Wim Van Sebroeck committed Dec 28, 2017
1 parent bf02097 commit 49620a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/watchdog/stm32_iwdg.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 49620a2

Please sign in to comment.