diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2017-12-05 09:57:21 -0500 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2018-03-27 17:22:31 -0400 |
commit | d7a131d3a4a20e7f03de30e85ae082dd68b4e11c (patch) | |
tree | 2fc815315becb440a91e9b4fb5bdc0836a18723c /drivers/pwm/pwm-stm32-lp.c | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
pwm: stm32: Adopt SPDX identifier
Add SPDX identifier to make it easier to determine the license of the
file.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/pwm-stm32-lp.c')
-rw-r--r-- | drivers/pwm/pwm-stm32-lp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c index 1ac9e4384142..cbd271e80c3c 100644 --- a/drivers/pwm/pwm-stm32-lp.c +++ b/drivers/pwm/pwm-stm32-lp.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * STM32 Low-Power Timer PWM driver | 3 | * STM32 Low-Power Timer PWM driver |
3 | * | 4 | * |
@@ -5,8 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Gerald Baeza <gerald.baeza@st.com> | 7 | * Author: Gerald Baeza <gerald.baeza@st.com> |
7 | * | 8 | * |
8 | * License terms: GNU General Public License (GPL), version 2 | ||
9 | * | ||
10 | * Inspired by Gerald Baeza's pwm-stm32 driver | 9 | * Inspired by Gerald Baeza's pwm-stm32 driver |
11 | */ | 10 | */ |
12 | 11 | ||