Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp515223img; Wed, 20 Mar 2019 05:33:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqwiifYHlq/nJA/iNusX3wdJsnqQ1GTOMkefRhX8adUjkaZs7UQGw7D9tFOCIf16utRX4eMx X-Received: by 2002:a17:902:5a2:: with SMTP id f31mr8074419plf.119.1553085231601; Wed, 20 Mar 2019 05:33:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553085231; cv=none; d=google.com; s=arc-20160816; b=bRAjejsJ5A6yoSjkCcdiYBKzplHxaXr4/t6lTWB89Ovx8ISbdzWaAWc98aZgxYHGM4 +loICW2/FOiYHRC0dnvBVroa7fP53Sp+DxUqskxvHfFCL6C1cL5AqyLeIJPd2DMZzUuE EYmdL5RztFQk2ZbYrLdAc+xL2pfciJufAJeBQ6Z1mJUsGGJ+DMorSULEWSdi10Kn/gsu aDULnk/r9Yvvj4n4oZ456O4IlFDjsqppZ/X3uj+vuWsB99WhShycZEmFZS5VvdUoHWya N6S2gH2LSA+T6c+maHCzMxz+RjwpQNHTFE2YmqoqgIXiTIDSPc0BEmLzfMNk+QZqgbE9 AoYQ== 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=wBuX628r6IWzgL7AIt1A2qFQNG4y9QSZgwTBY6Zf1yI=; b=Ni3smOJfImwEATSUQbtIQuGkXPwm3BLkcFYTjEoGoylHIvIyrguz/715SrJxIdkdyA g9auqzNBrln/tBzAxJmab+7ws2ThFmZCw/dfroj8NBq20cdun6TCEfnlLt9urucQNq/E aZyJP308SEt7/16fNGOZtgpXHpNcaDJitWy4aPXX9Hs/AuT3STICyUR+KAL8WA/4jVCh 8K6Ogg7SJ817MNNGJGFKe/HTNcSP/bkLiepRDg3/A4/6SzAct7OGSsA25aphJckwqqlj q0lkAbuL9qYEKC2vZ2OvJ+F9uvkmPjYebS7pvK6pmjr09EMfd9N+25MBRcvggAjivMI6 7QJg== 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 a4si1771459plp.431.2019.03.20.05.33.36; Wed, 20 Mar 2019 05:33:51 -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 S1727731AbfCTMcz (ORCPT + 99 others); Wed, 20 Mar 2019 08:32:55 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:44465 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727524AbfCTMcy (ORCPT ); Wed, 20 Mar 2019 08:32:54 -0400 X-Originating-IP: 182.72.246.220 Received: from localhost (unknown [182.72.246.220]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id F28991BF206; Wed, 20 Mar 2019 12:32:51 +0000 (UTC) From: Alexandre Belloni To: linux-rtc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH 3/7] rtc: xgene: convert to SPDX identifier Date: Wed, 20 Mar 2019 13:32:29 +0100 Message-Id: <20190320123233.13519-3-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190320123233.13519-1-alexandre.belloni@bootlin.com> References: <20190320123233.13519-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-xgene.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/drivers/rtc/rtc-xgene.c b/drivers/rtc/rtc-xgene.c index e360f8917556..ba9121d02f02 100644 --- a/drivers/rtc/rtc-xgene.c +++ b/drivers/rtc/rtc-xgene.c @@ -1,23 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * APM X-Gene SoC Real Time Clock Driver * * Copyright (c) 2014, Applied Micro Circuits Corporation * Author: Rameshwar Prasad Sahu * Loc Ho - * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * */ #include -- 2.20.1