]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
pwm: imx: Switch to SPDX identifier
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 6 Jul 2018 22:47:17 +0000 (19:47 -0300)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 9 Jul 2018 16:59:14 +0000 (18:59 +0200)
Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-imx.c

index 08cbe8120588f89c31952b256689a230abf97845..1d5242c9cde084a29a393154158ef9629cdd7499 100644 (file)
@@ -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 <eric.miao@marvell.com>
  */