From a0953e2a808fc3dbdacdfb959f121d24d7ddf4c2 Mon Sep 17 00:00:00 2001 From: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Date: Wed, 21 Nov 2018 11:20:33 +0200 Subject: [PATCH] MLKU-24-10 sound: asoc: change License comment to SPDX format Change source and header License comment to SPDX format. Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> --- sound/soc/fsl/fsl_micfil.c | 12 ++---------- sound/soc/fsl/fsl_micfil.h | 10 +++------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c index fe821a9445186d..e84f030f93ee55 100644 --- a/sound/soc/fsl/fsl_micfil.c +++ b/sound/soc/fsl/fsl_micfil.c @@ -1,13 +1,5 @@ -/* - * Copyright 2018 NXP - * - * 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 2018 NXP #include <linux/atomic.h> #include <linux/clk.h> diff --git a/sound/soc/fsl/fsl_micfil.h b/sound/soc/fsl/fsl_micfil.h index c4a98bd72e7ae8..792187b717f01e 100644 --- a/sound/soc/fsl/fsl_micfil.h +++ b/sound/soc/fsl/fsl_micfil.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* - * fsl_micfil.h - PDM Microphone Interface for the NXP i.MX SoC - * - * Copyright (C) 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. + * PDM Microphone Interface for the NXP i.MX SoC + * Copyright 2018 NXP */ #ifndef _FSL_MICFIL_H -- GitLab