From patchwork Tue Jun 6 09:05:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J, KEERTHY" X-Patchwork-Id: 9768313 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0090660352 for ; Tue, 6 Jun 2017 09:06:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EB1BB26785 for ; Tue, 6 Jun 2017 09:06:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DFB352843F; Tue, 6 Jun 2017 09:06:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 739B926785 for ; Tue, 6 Jun 2017 09:06:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751246AbdFFJFy (ORCPT ); Tue, 6 Jun 2017 05:05:54 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:56695 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751474AbdFFJFr (ORCPT ); Tue, 6 Jun 2017 05:05:47 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v5695OoX022894; Tue, 6 Jun 2017 04:05:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1496739924; bh=+zT3mqRq9SJnq/R2N+lpFlW8iJH1lRTonHVnpIwtMFg=; h=From:To:CC:Subject:Date; b=xVLpGJtxSI1z/youaW2yL5gLXLGdSn+DBvU5IK588i2jGf9SQlVDVbkBEGOtDA0V0 bPJLCsF8boFUowJXwmyMpgS+q5jx3QcvRQ/etcUhTGc2wQ/B9HUIL3tCuj59d3b7kB QSh9B0ZWosiJhq7Ykx3if/O04dHGdOiMHZakvzN0= Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v5695Ja5015950; Tue, 6 Jun 2017 04:05:19 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Tue, 6 Jun 2017 04:05:19 -0500 Received: from ula0393675.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v5695HI3019512; Tue, 6 Jun 2017 04:05:18 -0500 From: Keerthy To: CC: , , Subject: [PATCH] regulator: lp87565: Fix the GPL header Date: Tue, 6 Jun 2017 14:35:02 +0530 Message-ID: <1496739902-9393-1-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix the GPL header to reflect GPL v2 Signed-off-by: Keerthy --- drivers/regulator/lp87565-regulator.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/regulator/lp87565-regulator.c b/drivers/regulator/lp87565-regulator.c index 71e7622..6d92c3f 100644 --- a/drivers/regulator/lp87565-regulator.c +++ b/drivers/regulator/lp87565-regulator.c @@ -5,8 +5,7 @@ * * 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; either version 2 of the License, or (at your - * option) any later version. + * Free Software Foundation version 2. */ #include