.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * MAX9768 AMP driver |
---|
3 | 4 | * |
---|
4 | 5 | * 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. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | #include <linux/init.h> |
---|
.. | .. |
---|
223 | 220 | }; |
---|
224 | 221 | module_i2c_driver(max9768_i2c_driver); |
---|
225 | 222 | |
---|
226 | | -MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>"); |
---|
| 223 | +MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>"); |
---|
227 | 224 | MODULE_DESCRIPTION("ASoC MAX9768 amplifier driver"); |
---|
228 | 225 | MODULE_LICENSE("GPL v2"); |
---|