Received: by 10.223.185.116 with SMTP id b49csp68145wrg; Tue, 20 Feb 2018 16:05:28 -0800 (PST) X-Google-Smtp-Source: AH8x224KWa+MafTFXJSTLkTmqWGBLdIBlPgwob1dk7G4fMCxlBoVP0vwo9Xq7b2nuVxxvrYYFaux X-Received: by 10.99.113.90 with SMTP id b26mr1107424pgn.10.1519171528708; Tue, 20 Feb 2018 16:05:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519171528; cv=none; d=google.com; s=arc-20160816; b=BFto7TLYnN5WNiTqU0sNPC8mZEb9pwC8cQFQx8an8j07DQ0w79FGzlvSl/P3FbF27L lGoiU+ROOjLIUxDuKEGArbjbu9V8hi3VKp6iXHNWerc3Kbs/yanVtk2k/xsFsklSQJlO mK5FuJCdL97SoWsmTMO2XmKOvF3P51favvInt+uC/1Z1R7J6FM1OmLpaleLsCGDHKeZv z97XHAXYsEmrZHVrmHr9r1aXeKARCHQ+xbRmIkj6ApmtZd4pa8C0TdjM0zG15Q0kyQ3z kgoPO2Qn/XYGXHjJuxWsBOn6i5Odh1BdTrD/jhUxNPjl7LjCepofwgSVzdKLDyr3OSJK jl3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=fDcVd3S6dSkKcj9a/8MqWpduZeCIlMCG9tnKY+B6vvk=; b=G5PKvREEa8TB7/OP/GOSnjTHdutM+6pDixS8YdCg4Ujq9EnYXK2CLSUmB+uUakiwHq twG8qKeZ3JthQTPZqMfM9CWshHfyNhEE3u2gAWgok15ldRHY7GWcHn3BNP8tJ+B1LvhD hk4z3K741ZMfXcsyD6PgEwdClJexkz3fUwljlAcjk+P8858Y0DOeHAhSSr/YM0M0tGWH jA6goL995uOQZFmVz6f9u/0ZDCak6ViYNvYiGWTZJ5h0rjuMm8IVb+OVJDInxOjUbt8K lw/tuBN0gAEeqXDlddM9teq63Am2FVgf0hGujFOqb+1VycfUn19Cp+mu3K/ehHSTxQJL y7hQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e7-v6si1380540plk.133.2018.02.20.16.05.12; Tue, 20 Feb 2018 16:05:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751854AbeBUAED (ORCPT + 99 others); Tue, 20 Feb 2018 19:04:03 -0500 Received: from mga04.intel.com ([192.55.52.120]:15028 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751761AbeBUAEA (ORCPT ); Tue, 20 Feb 2018 19:04:00 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2018 16:03:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,542,1511856000"; d="scan'208";a="19064722" Received: from glacier.sc.intel.com ([10.3.62.55]) by fmsmga007.fm.intel.com with ESMTP; 20 Feb 2018 16:03:59 -0800 From: Rajmohan Mani To: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org Cc: Lee Jones , Linus Walleij , "Rafael J. Wysocki" , Len Brown , Andy Shevchenko , Mika Westerberg , Rajmohan Mani Subject: [PATCH 1/3] mfd: Update to SPDX license identifier Date: Tue, 20 Feb 2018 15:54:07 -0800 Message-Id: <1519170849-28802-2-git-send-email-rajmohan.mani@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1519170849-28802-1-git-send-email-rajmohan.mani@intel.com> References: <1519170849-28802-1-git-send-email-rajmohan.mani@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove the GPL v2 license boilerplate and update with the SPDX license identifier. Signed-off-by: Rajmohan Mani --- drivers/mfd/tps68470.c | 10 +--------- include/linux/mfd/tps68470.h | 17 +++-------------- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/drivers/mfd/tps68470.c b/drivers/mfd/tps68470.c index 189efae..a5981a7 100644 --- a/drivers/mfd/tps68470.c +++ b/drivers/mfd/tps68470.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * TPS68470 chip Parent driver * @@ -8,15 +9,6 @@ * Tianshu Qiu * Jian Xu Zheng * Yuning Pu - * - * 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 diff --git a/include/linux/mfd/tps68470.h b/include/linux/mfd/tps68470.h index 44f9d9f..ffe8112 100644 --- a/include/linux/mfd/tps68470.h +++ b/include/linux/mfd/tps68470.h @@ -1,17 +1,6 @@ -/* - * Copyright (c) 2017 Intel Corporation - * - * 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. - */ +/* SPDX-License-Identifier: GPL-2.0 */ +/* Copyright (C) 2017 Intel Corporation */ +/* Functions to access TPS68470 power management chip. */ #ifndef __LINUX_MFD_TPS68470_H #define __LINUX_MFD_TPS68470_H -- 1.9.1