Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp551869img; Mon, 18 Mar 2019 08:58:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqy5tRX9bo/qfUoBVwZU34YwwWusbtss27QAEJQPP4jM/c3bpa7gkQNehHlJyOU1n8uZ0qR3 X-Received: by 2002:a63:42c4:: with SMTP id p187mr17279986pga.219.1552924713126; Mon, 18 Mar 2019 08:58:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552924713; cv=none; d=google.com; s=arc-20160816; b=p3/wN8unc+vZM9pd/XxFciXS8r+9UJQyXgHtE4+0A1FG0z4mn5eszjJOfSvGY06OeB gSOOck0+VZj2jBS5kLiD/mcrql1+t7RkJKobvKbkcM+h44d2JDLA1a2n9vnUTsx7j+hm Cseyvx87vLE91FsboJYrljK5FCT8Fu8KIhVia3AvFixLZUfm4W8ZlQBkzR7e0OPt+stK 9qFY7TBIMoHgiUkNfQ7XmgqbjJHKCQD3Rr7hboVF/+1IhGxkRp0pDW4dUljlAwMjDNrg IjAVzr2xDHJf1khaeD2xelGcBmIk2iSDlIQTA7O1zxfuj8uIykM5caXvjM9nbt2tzz4E 9UMw== 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; bh=zOUN4wf1uy2/VPgSeFvW/Y72xLTdvqbnec2TC6NaV0M=; b=C8pniey7hotp6MCjB+q/b0YHnVtatoGzaNSepOBhhAmLDFcxKcKhGRuO33yBQEC/aW funOiYRgRvlXAbt2eF+rpqe3clcToHw10OqNV1dXGxQsPbeqvwMlZM0tPhOZOkiq2mis nkOB9CJJmPaTxjcnobJykzLVpCaqYX+jrBKJsXhnbGvNMq38x0HRpclKnnYkitESPyMS zgl/DrEroe2Fp6sOBGHGMftmYGi/mjbtE+FhPoeE8R6WvUSulVe7V3L7PqH/qM4tNaab Nfow32nvGAoOiQ7j7uFXDrvp0kiVmt2VaNQoYr/pKwW8/AZS/JwHE8UIGhuQe4WrPYYJ PhiQ== 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 k74si9748175pfb.32.2019.03.18.08.58.18; Mon, 18 Mar 2019 08:58:33 -0700 (PDT) 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 S1727674AbfCRP5m (ORCPT + 99 others); Mon, 18 Mar 2019 11:57:42 -0400 Received: from sauhun.de ([88.99.104.3]:36980 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726765AbfCRP5l (ORCPT ); Mon, 18 Mar 2019 11:57:41 -0400 Received: from localhost (p54B330C6.dip0.t-ipconnect.de [84.179.48.198]) by pokefinder.org (Postfix) with ESMTPSA id A046E2C2817; Mon, 18 Mar 2019 16:57:39 +0100 (CET) From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Lee Jones , Mark Brown , Support Opensource , Wolfram Sang , Dmitry Torokhov , linux-input@vger.kernel.org Subject: [PATCH 3/4] input: da9063_onkey: convert header to SPDX Date: Mon, 18 Mar 2019 16:57:26 +0100 Message-Id: <20190318155728.28365-4-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190318155728.28365-1-wsa+renesas@sang-engineering.com> References: <20190318155728.28365-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Covnert the header of the source file to SPDX. Signed-off-by: Wolfram Sang --- drivers/input/misc/da9063_onkey.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/input/misc/da9063_onkey.c b/drivers/input/misc/da9063_onkey.c index 3e9c353d82ef..7b8ae905a6fb 100644 --- a/drivers/input/misc/da9063_onkey.c +++ b/drivers/input/misc/da9063_onkey.c @@ -1,16 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * OnKey device driver for DA9063, DA9062 and DA9061 PMICs * Copyright (C) 2015 Dialog Semiconductor Ltd. - * - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include -- 2.11.0