Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: tps68470: Update to SPDX license identifier

Remove the GPL v2 license boilerplate and update with
the SPDX license identifier.

Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Rajmohan Mani and committed by
Linus Walleij
ca34b4f0 424529fb

+1 -9
+1 -9
drivers/gpio/gpio-tps68470.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * GPIO driver for TPS68470 PMIC 3 4 * ··· 9 8 * Tianshu Qiu <tian.shu.qiu@intel.com> 10 9 * Jian Xu Zheng <jian.xu.zheng@intel.com> 11 10 * Yuning Pu <yuning.pu@intel.com> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation version 2. 16 - * 17 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 18 - * kind, whether express or implied; without even the implied warranty 19 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 11 */ 22 12 23 13 #include <linux/gpio/driver.h>