From: Fabio Estevam Date: Fri, 6 Jul 2018 22:47:17 +0000 (-0300) Subject: pwm: imx: Switch to SPDX identifier X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a99290c5868a6450c299708ba0c7993affa911ed;p=openwrt%2Fstaging%2Fblogic.git pwm: imx: Switch to SPDX identifier Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c index 08cbe8120588..1d5242c9cde0 100644 --- a/drivers/pwm/pwm-imx.c +++ b/drivers/pwm/pwm-imx.c @@ -1,10 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * simple driver for PWM (Pulse Width Modulator) controller * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * Derived from pxa PWM driver by eric miao */