Skip to content

Commit 67561a8

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
rtc: ds1374: 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-3-nobuhiro1.iwamatsu@toshiba.co.jp
1 parent 299e726 commit 67561a8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

drivers/rtc/rtc-ds1374.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* RTC client/driver for the Maxim/Dallas DS1374 Real-Time Clock over I2C
34
*
@@ -6,11 +7,7 @@
67
*
78
* Copyright (C) 2014 Rose Technology
89
* Copyright (C) 2006-2007 Freescale Semiconductor
9-
*
10-
* 2005 (c) MontaVista Software, Inc. This file is licensed under
11-
* the terms of the GNU General Public License version 2. This program
12-
* is licensed "as is" without any warranty of any kind, whether express
13-
* or implied.
10+
* Copyright (c) 2005 MontaVista Software, Inc.
1411
*/
1512
/*
1613
* It would be more efficient to use i2c msgs/i2c_transfer directly but, as

0 commit comments

Comments
 (0)