hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/rtc/rtc-rx4581.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* drivers/rtc/rtc-rx4581.c
23 *
34 * written by Torben Hohn <torbenh@linutronix.de>
....@@ -7,10 +8,6 @@
78 *
89 * Copyright (C) 2006 8D Technologies inc.
910 * Copyright (C) 2004 Compulab Ltd.
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 as
13
- * published by the Free Software Foundation.
1411 *
1512 * Driver for MAX6902 spi RTC
1613 *
....@@ -22,13 +19,8 @@
2219 * Author: Martyn Welch <martyn.welch@ge.com>
2320 * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
2421 *
25
- * This program is free software; you can redistribute it and/or modify
26
- * it under the terms of the GNU General Public License version 2 as
27
- * published by the Free Software Foundation.
28
- *
2922 * Based on: rtc-pcf8563.c (An I2C driver for the Philips PCF8563 RTC)
3023 * Copyright 2005-06 Tower Technologies
31
- *
3224 */
3325
3426 #include <linux/module.h>