hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/regulator/userspace-consumer.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * userspace-consumer.c
34 *
....@@ -8,12 +9,6 @@
89 * Based of virtual consumer driver:
910 * Copyright 2008 Wolfson Microelectronics PLC.
1011 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
11
- *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License as
14
- * published by the Free Software Foundation; either version 2 of the
15
- * License, or (at your option) any later version.
16
- *
1712 */
1813
1914 #include <linux/err.h>