Skip to content

Commit 9d0c49f

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
rtc: tps6586x: 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-9-nobuhiro1.iwamatsu@toshiba.co.jp
1 parent 3f01916 commit 9d0c49f

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

drivers/rtc/rtc-tps6586x.c

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

2310
#include <linux/device.h>

0 commit comments

Comments
 (0)