From: rajmohan.mani@intel.com Date: Tue, 20 Feb 2018 23:54:09 +0000 (-0800) Subject: ACPI / PMIC: Replace license boilerplate with SPDX license identifier X-Git-Tag: v4.17-rc1~160^2~2^4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66444f460e68d641a63f0787627bac6c1ee340b5;p=thirdparty%2Flinux.git ACPI / PMIC: Replace license boilerplate with SPDX license identifier Remove the GPL v2 license boilerplate and update with the SPDX license identifier. Signed-off-by: Rajmohan Mani Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/pmic/tps68470_pmic.c b/drivers/acpi/pmic/tps68470_pmic.c index 7f3c567e81686..a083de507009e 100644 --- a/drivers/acpi/pmic/tps68470_pmic.c +++ b/drivers/acpi/pmic/tps68470_pmic.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * TI TPS68470 PMIC operation region driver * @@ -5,15 +6,6 @@ * * Author: Rajmohan Mani * - * 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 */