Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4680504yba; Tue, 30 Apr 2019 02:33:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqy83cuVsFSeX0C8yv2Cna5IWkeiZD5LQ9j493/5hMiMwfW/osTpH0bA25/KqOhQ7Zjv9IM/ X-Received: by 2002:aa7:8092:: with SMTP id v18mr68122477pff.35.1556616819835; Tue, 30 Apr 2019 02:33:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556616819; cv=none; d=google.com; s=arc-20160816; b=QjJxeVuOUKXIO65Due77da68gj7xy/kDqce97pDZyi9vWdYKt2jAsI9JUI+/LPK34M zI9kCdQoaSzzdjX8X6EgTVKpcAmThV4JPPxYE5svRD5ixpxZk4jL5Pk5m//vIz7+q8Qr UbDlc/bw0AipZ7C/9Grde5D8kYN+2v8uH8I3ZGr7QFEZ7hB6bXPalh+8RwP1p/hWTU1j 1ChNCvNicm5esrHNZxRWdE4eVukBGiDBMCHhG65A0VtjpfVgecglnSWArUHkfYsnR01z FjhDvRDeHmF0YFUzSoBcxGGaaONPfqUj8fK7GS3kbrxVn25lyZCORVX2SJ7DGJVib4Xn L4cA== 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=GKRtkkAVvomb85D0Zy2S/Fx+ZtHqKHA1KJG2BNj1VsA=; b=jgDcxdQAevKm64sD0lbmzJ2NyKdjIZS+t632NqQbbxx0/GUlUZX8o6ybA3RdylxKIE 7RIOcL+NuprhllbadByp9M8kTRN2P4SeLQu9I0+3UDDaMDTHxGKV8EznHMaADCD/5XgG Pdd5w0Dlli9WmoQuJABU/bWZZVHySa3kn6BYUI5MsEF4YI7k1Mf0nJOQ/FRYq0lv/4C4 b3ol5UVYfv/XoNE7hRd057+ozyUxs6ZyNXOn198Q4+iq0UXoSjPDhbJH8Nfz0/oziOYP napZuNGCjwLHWrTEtWwBO0SFGv5jkH/0Vgdx3xsR6YKAl2Z3Vz+rZ6cgwylHuUspJV42 p2PQ== 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 3si38823055plo.300.2019.04.30.02.33.24; Tue, 30 Apr 2019 02:33:39 -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 S1726983AbfD3JcW (ORCPT + 99 others); Tue, 30 Apr 2019 05:32:22 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50917 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726885AbfD3JcV (ORCPT ); Tue, 30 Apr 2019 05:32:21 -0400 X-Originating-IP: 109.213.14.175 Received: from localhost (alyon-652-1-31-175.w109-213.abo.wanadoo.fr [109.213.14.175]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id DB0AA60021; Tue, 30 Apr 2019 09:32:18 +0000 (UTC) From: Alexandre Belloni To: linux-rtc@vger.kernel.org Cc: Baruch Siach , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH 4/4] rtc: digicolor: convert to SPDX identifier Date: Tue, 30 Apr 2019 11:32:12 +0200 Message-Id: <20190430093212.28425-4-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190430093212.28425-1-alexandre.belloni@bootlin.com> References: <20190430093212.28425-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-digicolor.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-digicolor.c b/drivers/rtc/rtc-digicolor.c index ed2fc1adafd5..0aecc3f8e721 100644 --- a/drivers/rtc/rtc-digicolor.c +++ b/drivers/rtc/rtc-digicolor.c @@ -1,14 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Real Time Clock driver for Conexant Digicolor * * Copyright (C) 2015 Paradox Innovation Ltd. * * Author: Baruch Siach - * - * 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. */ #include -- 2.20.1