Skip to content

Commit cd13635

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
rtc: max6900: 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-4-nobuhiro1.iwamatsu@toshiba.co.jp
1 parent 67561a8 commit cd13635

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

drivers/rtc/rtc-max6900.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* rtc class driver for the Maxim MAX6900 chip
34
*
5+
* Copyright (c) 2007 MontaVista, Software, Inc.
6+
*
47
* Author: Dale Farnsworth <dale@farnsworth.org>
58
*
69
* based on previously existing rtc class drivers
7-
*
8-
* 2007 (c) MontaVista, Software, Inc. This file is licensed under
9-
* the terms of the GNU General Public License version 2. This program
10-
* is licensed "as is" without any warranty of any kind, whether express
11-
* or implied.
1210
*/
1311

1412
#include <linux/module.h>

0 commit comments

Comments
 (0)