Commit 2fcdf5fd authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: abx80x: convert to SPDX identifier

Use SPDX-License-Identifier instead of a verbose license text.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 9e98c678
// SPDX-License-Identifier: GPL-2.0
/* /*
* A driver for the I2C members of the Abracon AB x8xx RTC family, * A driver for the I2C members of the Abracon AB x8xx RTC family,
* and compatible: AB 1805 and AB 0805 * and compatible: AB 1805 and AB 0805
...@@ -7,10 +8,6 @@ ...@@ -7,10 +8,6 @@
* Author: Philippe De Muyter <phdm@macqel.be> * Author: Philippe De Muyter <phdm@macqel.be>
* Author: Alexandre Belloni <alexandre.belloni@bootlin.com> * Author: Alexandre Belloni <alexandre.belloni@bootlin.com>
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/ */
#include <linux/bcd.h> #include <linux/bcd.h>
......
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