diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-04-23 02:02:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-23 13:39:52 +0200 |
commit | 3c1d663beb0b453b21509a8883185c743963bbe7 (patch) | |
tree | 7e3938f10e9eafda84d95c8428f86347aba00a77 /sound/soc/codecs/sgtl5000.c | |
parent | ASoC: sgtl5000: Fix the spelling of 'exceed' (diff) | |
download | linux-3c1d663beb0b453b21509a8883185c743963bbe7.tar.xz linux-3c1d663beb0b453b21509a8883185c743963bbe7.zip |
ASoC: sgtl5000: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/sgtl5000.c')
-rw-r--r-- | sound/soc/codecs/sgtl5000.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index ce0d0d7df5f5..60764f6201b1 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c @@ -1,12 +1,8 @@ -/* - * sgtl5000.c -- SGTL5000 ALSA SoC Audio driver - * - * Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// sgtl5000.c -- SGTL5000 ALSA SoC Audio driver +// +// Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. #include <linux/module.h> #include <linux/moduleparam.h> |