Skip to content

Commit

Permalink
pwm: stm32: Adopt SPDX identifier
Browse files Browse the repository at this point in the history
Add SPDX identifier to make it easier to determine the license of the
file.

Signed-off-by: Benjamin Gaignard <[email protected]>
Acked-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
Benjamin-Gaignard authored and thierryreding committed Mar 27, 2018
1 parent 7928b2c commit d7a131d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/pwm/pwm-stm32-lp.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/*
* STM32 Low-Power Timer PWM driver
*
* Copyright (C) STMicroelectronics 2017
*
* Author: Gerald Baeza <[email protected]>
*
* License terms: GNU General Public License (GPL), version 2
*
* Inspired by Gerald Baeza's pwm-stm32 driver
*/

Expand Down
3 changes: 1 addition & 2 deletions drivers/pwm/pwm-stm32.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) STMicroelectronics 2016
*
* Author: Gerald Baeza <[email protected]>
*
* License terms: GNU General Public License (GPL), version 2
*
* Inspired by timer-stm32.c from Maxime Coquelin
* pwm-atmel.c from Bo Shen
*/
Expand Down

0 comments on commit d7a131d

Please sign in to comment.