hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/sound/soc/codecs/max9768.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * MAX9768 AMP driver
34 *
45 * Copyright (C) 2011, 2012 by Wolfram Sang, Pengutronix e.K.
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the
8
- * Free Software Foundation; version 2 of the License.
96 */
107
118 #include <linux/init.h>
....@@ -223,6 +220,6 @@
223220 };
224221 module_i2c_driver(max9768_i2c_driver);
225222
226
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
223
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
227224 MODULE_DESCRIPTION("ASoC MAX9768 amplifier driver");
228225 MODULE_LICENSE("GPL v2");