diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-24 15:48:33 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-24 18:59:07 +0300 |
commit | 6b24e03ecf1ce188071d142115233b10ed8767b2 (patch) | |
tree | ba8c0d5b2ae99c7e111757b86b87df06079f4623 /sound/soc/fsl/imx-sgtl5000.c | |
parent | ad47191a72ca0a95327e8bb16155e5e216f1d97d (diff) | |
download | linux-6b24e03ecf1ce188071d142115233b10ed8767b2.tar.xz |
ASoC: imx-sgtl5000: 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/imx-sgtl5000.c')
-rw-r--r-- | sound/soc/fsl/imx-sgtl5000.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c index b99e0b5e00e9..c29200cf755a 100644 --- a/sound/soc/fsl/imx-sgtl5000.c +++ b/sound/soc/fsl/imx-sgtl5000.c @@ -1,14 +1,7 @@ -/* - * Copyright 2012 Freescale Semiconductor, Inc. - * Copyright 2012 Linaro Ltd. - * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 or later at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html - */ +// SPDX-License-Identifier: GPL-2.0+ +// +// Copyright 2012 Freescale Semiconductor, Inc. +// Copyright 2012 Linaro Ltd. #include <linux/module.h> #include <linux/of.h> |