Commit 3c1d663b authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: sgtl5000: 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 51e78694
/* // SPDX-License-Identifier: GPL-2.0
* sgtl5000.c -- SGTL5000 ALSA SoC Audio driver //
* // sgtl5000.c -- SGTL5000 ALSA SoC Audio driver
* Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. //
* // 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.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* sgtl5000.h - SGTL5000 audio codec interface * sgtl5000.h - SGTL5000 audio codec interface
* *
* Copyright 2010-2011 Freescale Semiconductor, Inc. * Copyright 2010-2011 Freescale Semiconductor, Inc.
*
* 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 _SGTL5000_H #ifndef _SGTL5000_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