]> Git Repo - linux.git/commitdiff
pwm: stm32: Adopt SPDX identifier
authorBenjamin Gaignard <[email protected]>
Tue, 5 Dec 2017 14:57:21 +0000 (15:57 +0100)
committerThierry Reding <[email protected]>
Tue, 27 Mar 2018 21:22:31 +0000 (23:22 +0200)
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]>
drivers/pwm/pwm-stm32-lp.c
drivers/pwm/pwm-stm32.c

index 1ac9e438414291a3330edfd5ad5e05370703d4b5..cbd271e80c3c2a33fa9a22db27ccddd94694567b 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * STM32 Low-Power Timer PWM driver
  *
@@ -5,8 +6,6 @@
  *
  * Author: Gerald Baeza <[email protected]>
  *
- * License terms: GNU General Public License (GPL), version 2
- *
  * Inspired by Gerald Baeza's pwm-stm32 driver
  */
 
index 6139512aab7b8953c708279ee9a61580d9adcbc3..be56d7af89c91929e24808f9a7cae86aa0d2393d 100644 (file)
@@ -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
  */
This page took 0.039912 seconds and 4 git commands to generate.