From patchwork Wed Jul 7 07:58:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 1501617 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-rtc-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4GKXSl5W6Gz9t1r for ; Wed, 7 Jul 2021 18:21:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230162AbhGGIYG (ORCPT ); Wed, 7 Jul 2021 04:24:06 -0400 Received: from mo-csw-fb1516.securemx.jp ([210.130.202.172]:46180 "EHLO mo-csw-fb.securemx.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229975AbhGGIYF (ORCPT ); Wed, 7 Jul 2021 04:24:05 -0400 Received: by mo-csw-fb.securemx.jp (mx-mo-csw-fb1516) id 1677wSTF025461; Wed, 7 Jul 2021 16:58:30 +0900 Received: by mo-csw.securemx.jp (mx-mo-csw1516) id 1677wFSO015388; Wed, 7 Jul 2021 16:58:15 +0900 X-Iguazu-Qid: 34tMccFKQO16uWB7wu X-Iguazu-QSIG: v=2; s=0; t=1625644694; q=34tMccFKQO16uWB7wu; m=DfZ+GdhwbLDOE5Eml61vyD7CaGGjO8E6Ib5XRasSeFE= Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1513) id 1677wEoC040806 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 7 Jul 2021 16:58:14 +0900 Received: from enc02.toshiba.co.jp (enc02.toshiba.co.jp [61.202.160.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by imx12-a.toshiba.co.jp (Postfix) with ESMTPS id EE56B1000FE; Wed, 7 Jul 2021 16:58:13 +0900 (JST) Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id 1677wDH6003657; Wed, 7 Jul 2021 16:58:13 +0900 From: Nobuhiro Iwamatsu To: Alessandro Zummo , Alexandre Belloni Cc: linux-rtc@vger.kernel.org, Nobuhiro Iwamatsu Subject: [PATCH 08/10] rtc: tps6586x: convert to SPDX identifier Date: Wed, 7 Jul 2021 16:58:02 +0900 X-TSB-HOP: ON Message-Id: <20210707075804.337458-9-nobuhiro1.iwamatsu@toshiba.co.jp> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210707075804.337458-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20210707075804.337458-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Nobuhiro Iwamatsu --- drivers/rtc/rtc-tps6586x.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/drivers/rtc/rtc-tps6586x.c b/drivers/rtc/rtc-tps6586x.c index a980337c3065..52093e7ba22d 100644 --- a/drivers/rtc/rtc-tps6586x.c +++ b/drivers/rtc/rtc-tps6586x.c @@ -1,23 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * rtc-tps6586x.c: RTC driver for TI PMIC TPS6586X * * Copyright (c) 2012, NVIDIA Corporation. * * Author: Laxman Dewangan - * - * 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 version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, - * whether express or implied; 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, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307, USA */ #include