ASoC: fsl-dma: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Andra Danciu 2019-04-05 14:49:54 +03:00 committed by Mark Brown
parent ecf4630f1b
commit e073564fe6
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
2 changed files with 12 additions and 19 deletions

View File

@ -1,18 +1,14 @@
/* // SPDX-License-Identifier: GPL-2.0
* Freescale DMA ALSA SoC PCM driver //
* // Freescale DMA ALSA SoC PCM driver
* Author: Timur Tabi <timur@freescale.com> //
* // Author: Timur Tabi <timur@freescale.com>
* Copyright 2007-2010 Freescale Semiconductor, Inc. //
* // Copyright 2007-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 // This driver implements ASoC support for the Elo DMA controller, which is
* kind, whether express or implied. // the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
* // the PCM driver is what handles the DMA buffer.
* This driver implements ASoC support for the Elo DMA controller, which is
* the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
* the PCM driver is what handles the DMA buffer.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>

View File

@ -1,9 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC * mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC
*
* 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 _MPC8610_PCM_H #ifndef _MPC8610_PCM_H