hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/hwmon/max1111.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * max1111.c - +2.7V, Low-Power, Multichannel, Serial 8-bit ADCs
34 *
....@@ -7,10 +8,6 @@
78 *
89 * Copyright (C) 2008 Marvell International Ltd.
910 * Eric Miao <eric.miao@marvell.com>
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
- * publishhed by the Free Software Foundation.
1411 */
1512
1613 #include <linux/module.h>