Skip to content

Commit 3f01916

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
rtc: tps80031: 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-8-nobuhiro1.iwamatsu@toshiba.co.jp
1 parent 41a2ed5 commit 3f01916

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

drivers/rtc/rtc-tps80031.c

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* rtc-tps80031.c -- TI TPS80031/TPS80032 RTC driver
34
*
@@ -7,20 +8,6 @@
78
* Copyright (c) 2012, NVIDIA Corporation.
89
*
910
* Author: Laxman Dewangan <ldewangan@nvidia.com>
10-
*
11-
* This program is free software; you can redistribute it and/or
12-
* modify it under the terms of the GNU General Public License as
13-
* published by the Free Software Foundation version 2.
14-
*
15-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any kind,
16-
* whether express or implied; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18-
* General Public License for more details.
19-
*
20-
* You should have received a copy of the GNU General Public License
21-
* along with this program; if not, write to the Free Software
22-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
23-
* 02111-1307, USA
2411
*/
2512

2613
#include <linux/bcd.h>

0 commit comments

Comments
 (0)