Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: simple-card: convert to SPDX identifiers

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
d573454d c1d9b419

+9 -15
+2 -5
include/sound/simple_card.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * ASoC simple sound card support 3 4 * 4 5 * Copyright (C) 2012 Renesas Solutions Corp. 5 6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #ifndef __SIMPLE_CARD_H
+7 -10
sound/soc/generic/simple-card.c
··· 1 - /* 2 - * ASoC simple sound card support 3 - * 4 - * Copyright (C) 2012 Renesas Solutions Corp. 5 - * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // ASoC simple sound card support 4 + // 5 + // Copyright (C) 2012 Renesas Solutions Corp. 6 + // Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 7 + 11 8 #include <linux/clk.h> 12 9 #include <linux/device.h> 13 10 #include <linux/module.h>