Commit ca34b4f0 authored by Rajmohan Mani's avatar Rajmohan Mani Committed by Linus Walleij

gpio: tps68470: Update to SPDX license identifier

Remove the GPL v2 license boilerplate and update with
the SPDX license identifier.
Signed-off-by: default avatarRajmohan Mani <rajmohan.mani@intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 424529fb
// SPDX-License-Identifier: GPL-2.0
/* /*
* GPIO driver for TPS68470 PMIC * GPIO driver for TPS68470 PMIC
* *
...@@ -8,15 +9,6 @@ ...@@ -8,15 +9,6 @@
* Tianshu Qiu <tian.shu.qiu@intel.com> * Tianshu Qiu <tian.shu.qiu@intel.com>
* Jian Xu Zheng <jian.xu.zheng@intel.com> * Jian Xu Zheng <jian.xu.zheng@intel.com>
* Yuning Pu <yuning.pu@intel.com> * Yuning Pu <yuning.pu@intel.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#include <linux/gpio/driver.h> #include <linux/gpio/driver.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment