mfd: 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: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Rajmohan Mani
2018-02-20 15:54:07 -08:00
committed by Lee Jones
parent efc9b2048c
commit 37c089d1fa
2 changed files with 4 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* TPS68470 chip Parent driver * TPS68470 chip Parent driver
* *
@@ -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/acpi.h> #include <linux/acpi.h>

View File

@@ -1,17 +1,6 @@
/* /* SPDX-License-Identifier: GPL-2.0 */
* Copyright (c) 2017 Intel Corporation /* Copyright (C) 2017 Intel Corporation */
* /* Functions to access TPS68470 power management chip. */
* Functions to access TPS68470 power management chip.
*
* 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.
*/
#ifndef __LINUX_MFD_TPS68470_H #ifndef __LINUX_MFD_TPS68470_H
#define __LINUX_MFD_TPS68470_H #define __LINUX_MFD_TPS68470_H