Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp551918img; Mon, 18 Mar 2019 08:58:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqxrbJENdlND+3yT2R7mYmbyXSAn+7/rY/F63I8xZ5JigYYVxaZbJx9FWBmG2267ofUMrAM8 X-Received: by 2002:a62:41cc:: with SMTP id g73mr19407331pfd.145.1552924718246; Mon, 18 Mar 2019 08:58:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552924718; cv=none; d=google.com; s=arc-20160816; b=amXUEMkCmBLuswNlJ4zcDOSyDnVh5BnKzL1cK+1W9WGCijqrzDzroVPtzMtwccuX2Y gTLPm41I6MAjxNM4SHAd2kp4BE+WhLFn0ep1mtoLz62AMVBsfi/YQRJpnFv0zKmQWRpl tUj1Y0cH24p/y3Iml8u60vKWW7V1jEePNGUmGaLeJdoAw2csB+qcdv+iCvodow9XKcBd z60Thtp3R1SnnUbI8uvCcjtGqSAtJ4nOquhiaEX6gfDvuZh5D7MwMug4VZ0LwVzghxP3 oFN6TNzfYZxmIU7AinwAQ+vR9geBe5Vjz60o4dXWBvLGDITTeJfqn3ApTw+6oFXWy7PQ tzUg== 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=sJUEjbu3EkD2V54jE3SaDGlk5t8IBaWC1qprP35afbQ=; b=Kff/c77RheFL5NTPqVeeSkh7M5E0D0HGSjDj7XwQSZJ5E7HDkTIAUCwqyja4oCPHN0 8GNRay9FI7yNUXfmomsyp1kyBeZibHyWgGV0jKMlLJrXJWtJDMSXUJ7AuJLaJv2jVVzh dnEHNWRTo4Fx18BJ1yBOM0UQ9E4V6YgNyLvruXDMq0A5Bel8v0qGN7OU5tQiaeg+9HtJ yI3fiej9piTr/ubiQNGX/rldULgoxEstQMmvsPyO6mOz9P/JBdHjCNyAyJytDMvz4Uqs X0/kQsRATRZngTPB08qb5IkaGcKZAjmIuYZjK0msgaJ1e4n+NFatR4arEpiWWHI4JGYm 9Sjw== 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 f40si9921071plb.339.2019.03.18.08.58.22; Mon, 18 Mar 2019 08:58:38 -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 S1727767AbfCRP5q (ORCPT + 99 others); Mon, 18 Mar 2019 11:57:46 -0400 Received: from sauhun.de ([88.99.104.3]:36994 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727620AbfCRP5m (ORCPT ); Mon, 18 Mar 2019 11:57:42 -0400 Received: from localhost (p54B330C6.dip0.t-ipconnect.de [84.179.48.198]) by pokefinder.org (Postfix) with ESMTPSA id 4F1F84A1348; Mon, 18 Mar 2019 16:57:40 +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 , Alessandro Zummo , Alexandre Belloni , linux-rtc@vger.kernel.org Subject: [PATCH 4/4] rtc: da9063: convert header to SPDX Date: Mon, 18 Mar 2019 16:57:27 +0100 Message-Id: <20190318155728.28365-5-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/rtc/rtc-da9063.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/rtc/rtc-da9063.c b/drivers/rtc/rtc-da9063.c index b4e054c64bad..73b38d207d7e 100644 --- a/drivers/rtc/rtc-da9063.c +++ b/drivers/rtc/rtc-da9063.c @@ -1,15 +1,7 @@ -/* rtc-da9063.c - Real time clock device driver for DA9063 +// SPDX-License-Identifier: GPL-2.0+ +/* + * Real time clock device driver for DA9063 * Copyright (C) 2013-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