ASoC: nau8822: convert to SPDX identifiers

This patch updates license to SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: David Lin <CTLIN0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
David Lin 2018-11-15 17:14:47 +08:00 committed by Mark Brown
parent 46dce40426
commit ba34f25371
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
2 changed files with 16 additions and 21 deletions

View File

@ -1,18 +1,14 @@
/* // SPDX-License-Identifier: GPL-2.0
* nau8822.c -- NAU8822 ALSA Soc Audio Codec driver //
* // nau8822.c -- NAU8822 ALSA Soc Audio driver
* Copyright 2017 Nuvoton Technology Corp. //
* // Copyright 2017 Nuvoton Technology Crop.
* Author: David Lin <ctlin0@nuvoton.com> //
* Co-author: John Hsu <kchsu0@nuvoton.com> // Author: David Lin <ctlin0@nuvoton.com>
* Co-author: Seven Li <wtli@nuvoton.com> // Co-author: John Hsu <kchsu0@nuvoton.com>
* // Co-author: Seven Li <wtli@nuvoton.com>
* Based on WM8974.c //
* // Based on WM8974.c
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>

View File

@ -1,13 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* nau8822.h -- NAU8822 Soc Audio Codec driver * nau8822.h -- NAU8822 ALSA SoC Audio driver
*
* Copyright 2017 Nuvoton Technology Crop.
* *
* Author: David Lin <ctlin0@nuvoton.com> * Author: David Lin <ctlin0@nuvoton.com>
* Co-author: John Hsu <kchsu0@nuvoton.com> * Co-author: John Hsu <kchsu@nuvoton.com>
* Co-author: Seven Li <wtli@nuvoton.com> * Co-author: Seven Li <wtli@nuvoton.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef __NAU8822_H__ #ifndef __NAU8822_H__