]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI / PMIC: Replace license boilerplate with SPDX license identifier
authorrajmohan.mani@intel.com <rajmohan.mani@intel.com>
Tue, 20 Feb 2018 23:54:09 +0000 (15:54 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Feb 2018 22:14:58 +0000 (23:14 +0100)
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: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pmic/tps68470_pmic.c

index 7f3c567e816861d3be111ad6c8c21d40e52770c6..a083de507009e6dcf22ab4726c555260d62319f4 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * TI TPS68470 PMIC operation region driver
  *
@@ -5,15 +6,6 @@
  *
  * Author: Rajmohan Mani <rajmohan.mani@intel.com>
  *
- * 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.
- *
- * 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.
- *
  * Based on drivers/acpi/pmic/intel_pmic* drivers
  */