diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-01 15:20:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-03 04:28:43 +0300 |
commit | 0eb6048f7a978f446367550974f3d1cb4b47262c (patch) | |
tree | 8aac1af842ac1aea61088e2bda0ddbb3c9fcb0c9 /sound/soc/fsl/fsl_ssi.h | |
parent | 783ec5e99ab9d8839957b15b5836e8bb795d74b6 (diff) | |
download | linux-0eb6048f7a978f446367550974f3d1cb4b47262c.tar.xz |
ASoC: fsl_ssi: 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/fsl/fsl_ssi.h')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/fsl/fsl_ssi.h b/sound/soc/fsl/fsl_ssi.h index 18f8dd5209d5..0bdda608d414 100644 --- a/sound/soc/fsl/fsl_ssi.h +++ b/sound/soc/fsl/fsl_ssi.h @@ -1,12 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * fsl_ssi.h - ALSA SSI interface for the Freescale MPC8610 and i.MX SoC * * Author: Timur Tabi <timur@freescale.com> * - * Copyright 2007-2008 Freescale Semiconductor, Inc. This file is licensed - * under the terms of the GNU General Public License version 2. This - * program is licensed "as is" without any warranty of any kind, whether - * express or implied. + * Copyright 2007-2008 Freescale Semiconductor, Inc. */ #ifndef _MPC8610_I2S_H |