hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mfd/viperboard.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Nano River Technologies viperboard driver
34 *
....@@ -9,12 +10,6 @@
910 * (C) 2012 by Lemonage GmbH
1011 * Author: Lars Poeschel <poeschel@lemonage.de>
1112 * All rights reserved.
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License as published by the
15
- * Free Software Foundation; either version 2 of the License, or (at your
16
- * option) any later version.
17
- *
1813 */
1914
2015 #include <linux/kernel.h>