diff options
-rw-r--r-- | sound/soc/fsl/fsl_dsp.h | 7 | ||||
-rw-r--r-- | sound/soc/fsl/fsl_dsp_proxy.c | 5 | ||||
-rw-r--r-- | sound/soc/fsl/fsl_dsp_proxy.h | 5 |
3 files changed, 4 insertions, 13 deletions
diff --git a/sound/soc/fsl/fsl_dsp.h b/sound/soc/fsl/fsl_dsp.h index 589cb9ce020c..454177700049 100644 --- a/sound/soc/fsl/fsl_dsp.h +++ b/sound/soc/fsl/fsl_dsp.h @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT)*/ /* - * Freescale DSP driver - * + * Copyright (C) 2017 Cadence Design Systems, Inc. * Copyright 2018 NXP * - * 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. */ #include <uapi/linux/mxc_dsp.h> diff --git a/sound/soc/fsl/fsl_dsp_proxy.c b/sound/soc/fsl/fsl_dsp_proxy.c index c507defff467..5bce99547207 100644 --- a/sound/soc/fsl/fsl_dsp_proxy.c +++ b/sound/soc/fsl/fsl_dsp_proxy.c @@ -1,9 +1,6 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /******************************************************************************* * - * 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 (C) 2017 Cadence Design Systems, Inc. * Copyright 2018 NXP * diff --git a/sound/soc/fsl/fsl_dsp_proxy.h b/sound/soc/fsl/fsl_dsp_proxy.h index 4c3ec9b17e37..0942b8d85a6e 100644 --- a/sound/soc/fsl/fsl_dsp_proxy.h +++ b/sound/soc/fsl/fsl_dsp_proxy.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT)*/ /******************************************************************************* * - * 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 (c) 2017 Cadence Design Systems, Inc. * Copyright 2018 NXP * |