All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
To: Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-rtc@vger.kernel.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Subject: [PATCH 10/10] rtc: spear: convert to SPDX identifier
Date: Wed,  7 Jul 2021 16:58:04 +0900	[thread overview]
Message-ID: <20210707075804.337458-11-nobuhiro1.iwamatsu@toshiba.co.jp> (raw)
In-Reply-To: <20210707075804.337458-1-nobuhiro1.iwamatsu@toshiba.co.jp>

Use SPDX-License-Identifier instead of a verbose license text.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 drivers/rtc/rtc-spear.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/rtc/rtc-spear.c b/drivers/rtc/rtc-spear.c
index ee721e53c155..b4a520056b1a 100644
--- a/drivers/rtc/rtc-spear.c
+++ b/drivers/rtc/rtc-spear.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * drivers/rtc/rtc-spear.c
  *
  * Copyright (C) 2010 ST Microelectronics
  * Rajeev Kumar<rajeev-dlh.kumar@st.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 #include <linux/bcd.h>
-- 
2.32.0


  parent reply	other threads:[~2021-07-07  8:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07  7:57 [PATCH 00/10] Update SPDX identifier Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 01/10] rtc: au1xxx: convert to " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 02/10] rtc: ds1374: " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 03/10] rtc: max6900: " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 04/10] rtc: palmas: " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 05/10] rtc: sc27xx: Fix format of " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 06/10] rtc: rtd119x: " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 07/10] rtc: tps80031: convert to " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 08/10] rtc: tps6586x: " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 09/10] rtc: starfire: " Nobuhiro Iwamatsu
2021-07-09 23:51   ` Alexandre Belloni
2021-07-07  7:58 ` Nobuhiro Iwamatsu [this message]
2021-07-09 23:58 ` [PATCH 00/10] Update " Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210707075804.337458-11-nobuhiro1.iwamatsu@toshiba.co.jp \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-rtc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.