Skip to content

Commit 9734a1a

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
rtc: spear: convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210707075804.337458-11-nobuhiro1.iwamatsu@toshiba.co.jp
1 parent 9d0c49f commit 9734a1a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

drivers/rtc/rtc-spear.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* drivers/rtc/rtc-spear.c
34
*
45
* Copyright (C) 2010 ST Microelectronics
56
* Rajeev Kumar<rajeev-dlh.kumar@st.com>
6-
*
7-
* This file is licensed under the terms of the GNU General Public
8-
* License version 2. This program is licensed "as is" without any
9-
* warranty of any kind, whether express or implied.
107
*/
118

129
#include <linux/bcd.h>

0 commit comments

Comments
 (0)