.. | .. |
---|
1 | | -/* |
---|
2 | | - * linux/sound/soc/codecs/tlv320aic32x4-spi.c |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 |
---|
3 | 2 | * |
---|
4 | | - * Copyright 2011 NW Digital Radio |
---|
| 3 | + * Copyright 2011-2019 NW Digital Radio |
---|
5 | 4 | * |
---|
6 | | - * Author: Jeremy McDermond <nh6z@nh6z.net> |
---|
| 5 | + * Author: Annaliese McDermond <nh6z@nh6z.net> |
---|
7 | 6 | * |
---|
8 | 7 | * Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27. |
---|
9 | 8 | * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License as published by |
---|
12 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
13 | | - * (at your option) any later version. |
---|
14 | | - * |
---|
15 | | - * This program is distributed in the hope that it will be useful, |
---|
16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | | - * GNU General Public License for more details. |
---|
19 | 9 | */ |
---|
20 | 10 | |
---|
21 | 11 | #include <linux/spi/spi.h> |
---|
.. | .. |
---|
74 | 64 | module_spi_driver(aic32x4_spi_driver); |
---|
75 | 65 | |
---|
76 | 66 | MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver SPI"); |
---|
77 | | -MODULE_AUTHOR("Jeremy McDermond <nh6z@nh6z.net>"); |
---|
| 67 | +MODULE_AUTHOR("Annaliese McDermond <nh6z@nh6z.net>"); |
---|
78 | 68 | MODULE_LICENSE("GPL"); |
---|