Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp386824yba; Thu, 18 Apr 2019 03:03:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqzyIORYscdNp+5qHzr/wrqurrQyConI0MlAA56i26WbLVf1oC1D5B3UaQzQDfT7HToVWJhj X-Received: by 2002:a65:648c:: with SMTP id e12mr88566952pgv.346.1555581783556; Thu, 18 Apr 2019 03:03:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555581783; cv=none; d=google.com; s=arc-20160816; b=Cnhd88Crkvd/JuYFBeYMZ+II2nVM/a3nr3fpmo1y84mVi+dbDVkqh5y3ldK2tjuhnU czvjufNdeMfoJhbDoDJPsqVP0kDn58I8timoU3LsTaK8p+5OEmpFexQ1Bb2vMvF/YP0P rPu2eTL9DlVxKHIPgVxgsuNlZOQ3mjrRUuCUDwb/E5xdB5XzDW5zR5ItmR8QooBrAu7r Wcf98RwlzBG87xfqcIxe7fyJMkqx5Qdh9dDxD3CM8BMP4WmJUIbhZrYvCvPGzGpKoy1j W3tn36+7ZFSlbsKKHphGyxHft3AbAvvjQSXTWmHQmHLcDT2oDW03BWSA7paiVro7olC+ /P9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=1LW9ILpCiM+qUHAh5nDbO9QEtR1vLCUrxuertfZ8dC8=; b=OlxjLSpn1d+pr9jHcY8qSIDWcC8FfUyHgyJU+/AFqFW4n/d7yzgBG2joWH+BD8YWuj wm5mZJphL6lkbTd0o10THeQwq2k63E5+otI4f/qQlgKdPh5g1bTxjtS4my0jwgPM+U4u hPoD8vgskKQTkKQbwjdetiBeOdSCuPmyk3zyjlN+R/Shp2x1zDRPWe7i4HZXyo/ZHjCN Jy0pCPn6fdYE8s0UQBZavuAlRCQYE4lnuZZsQXI9PXc0o78FezV3wH9P3/J0GWUxX9p6 DoPgfKvl3vhDjBXBmRhiSSfIAXPGKhz42HbnVxqeNaEn195/+hYS+SnBJmcA54RaK0h0 k6Og== 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 t24si1377107pgu.597.2019.04.18.03.02.43; Thu, 18 Apr 2019 03:03:03 -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 S2388714AbfDRKBP (ORCPT + 99 others); Thu, 18 Apr 2019 06:01:15 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:35857 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388693AbfDRKBJ (ORCPT ); Thu, 18 Apr 2019 06:01:09 -0400 X-Originating-IP: 109.212.207.226 Received: from localhost (alyon-652-1-176-226.w109-212.abo.wanadoo.fr [109.212.207.226]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 1FD6CFF819; Thu, 18 Apr 2019 10:01:06 +0000 (UTC) From: Alexandre Belloni To: linux-rtc@vger.kernel.org Cc: Paul Cercueil , Mathieu Malaterre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH 7/7] rtc: jz4740: convert to SPDX identifier Date: Thu, 18 Apr 2019 12:00:45 +0200 Message-Id: <20190418100045.29288-7-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190418100045.29288-1-alexandre.belloni@bootlin.com> References: <20190418100045.29288-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-jz4740.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/rtc/rtc-jz4740.c b/drivers/rtc/rtc-jz4740.c index c9e16d857fa8..0e95282df525 100644 --- a/drivers/rtc/rtc-jz4740.c +++ b/drivers/rtc/rtc-jz4740.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2009-2010, Lars-Peter Clausen * Copyright (C) 2010, Paul Cercueil * JZ4740 SoC RTC driver - * - * 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. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 675 Mass Ave, Cambridge, MA 02139, USA. - * */ #include -- 2.20.1