hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/rtc/rtc-twl.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * rtc-twl.c -- TWL Real Time Clock interface
34 *
....@@ -11,11 +12,6 @@
1112 * Copyright (C) 2003 MontaVista Software, Inc.
1213 * Author: George G. Davis <gdavis@mvista.com> or <source@mvista.com>
1314 * Copyright (C) 2006 David Brownell
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
1915 */
2016
2117 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt