Commit ad47191a authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: fsl_utils: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2ba28053
/** // SPDX-License-Identifier: GPL-2.0
* Freescale ALSA SoC Machine driver utility //
* // Freescale ALSA SoC Machine driver utility
* Author: Timur Tabi <timur@freescale.com> //
* // Author: Timur Tabi <timur@freescale.com>
* Copyright 2010 Freescale Semiconductor, Inc. //
* // Copyright 2010 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.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/of_address.h> #include <linux/of_address.h>
......
/** /* SPDX-License-Identifier: GPL-2.0 */
/*
* Freescale ALSA SoC Machine driver utility * Freescale ALSA SoC Machine driver utility
* *
* Author: Timur Tabi <timur@freescale.com> * Author: Timur Tabi <timur@freescale.com>
* *
* Copyright 2010 Freescale Semiconductor, Inc. * Copyright 2010 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.
*/ */
#ifndef _FSL_UTILS_H #ifndef _FSL_UTILS_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment