Commit 67561a8e authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Alexandre Belloni

rtc: ds1374: convert to SPDX identifier

Use SPDX-License-Identifier instead of a verbose license text.
Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210707075804.337458-3-nobuhiro1.iwamatsu@toshiba.co.jp
parent 299e726f
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* RTC client/driver for the Maxim/Dallas DS1374 Real-Time Clock over I2C * RTC client/driver for the Maxim/Dallas DS1374 Real-Time Clock over I2C
* *
...@@ -6,11 +7,7 @@ ...@@ -6,11 +7,7 @@
* *
* Copyright (C) 2014 Rose Technology * Copyright (C) 2014 Rose Technology
* Copyright (C) 2006-2007 Freescale Semiconductor * Copyright (C) 2006-2007 Freescale Semiconductor
* * Copyright (c) 2005 MontaVista Software, Inc.
* 2005 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/ */
/* /*
* It would be more efficient to use i2c msgs/i2c_transfer directly but, as * It would be more efficient to use i2c msgs/i2c_transfer directly but, as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment