Skip to content

Commit

Permalink
mfd: stm32: Adopt SPDX identifier
Browse files Browse the repository at this point in the history
Add SPDX identifier

Signed-off-by: Benjamin Gaignard <[email protected]>
Acked-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
  • Loading branch information
Benjamin-Gaignard authored and Lee Jones committed Jan 8, 2018
1 parent 2bb3253 commit fa93f5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
6 changes: 1 addition & 5 deletions drivers/mfd/stm32-lptimer.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
// SPDX-License-Identifier: GPL-2.0
/*
* STM32 Low-Power Timer parent driver.
*
* Copyright (C) STMicroelectronics 2017
*
* Author: Fabrice Gasnier <[email protected]>
*
* Inspired by Benjamin Gaignard's stm32-timers driver
*
* License terms: GNU General Public License (GPL), version 2
*/

#include <linux/mfd/stm32-lptimer.h>
Expand Down
4 changes: 1 addition & 3 deletions drivers/mfd/stm32-timers.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) STMicroelectronics 2016
*
* Author: Benjamin Gaignard <[email protected]>
*
* License terms: GNU General Public License (GPL), version 2
*/

#include <linux/mfd/stm32-timers.h>
Expand Down
6 changes: 1 addition & 5 deletions include/linux/mfd/stm32-lptimer.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* STM32 Low-Power Timer parent driver.
*
* Copyright (C) STMicroelectronics 2017
*
* Author: Fabrice Gasnier <[email protected]>
*
* Inspired by Benjamin Gaignard's stm32-timers driver
*
* License terms: GNU General Public License (GPL), version 2
*/

#ifndef _LINUX_STM32_LPTIMER_H_
Expand Down
4 changes: 1 addition & 3 deletions include/linux/mfd/stm32-timers.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) STMicroelectronics 2016
*
* Author: Benjamin Gaignard <[email protected]>
*
* License terms: GNU General Public License (GPL), version 2
*/

#ifndef _LINUX_STM32_GPTIMER_H_
Expand Down

0 comments on commit fa93f5b

Please sign in to comment.