diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-09-20 11:01:42 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-01 12:09:36 +0100 |
commit | fd5d3907197c60464672c8a32edeea66e01f6222 (patch) | |
tree | d60ec7cba89402fb82841c5f084b16c4c866866b | |
parent | 6cfb1cd60394c2d88c6868d147cf6882a9ca3b6c (diff) | |
download | linux-fd5d3907197c60464672c8a32edeea66e01f6222.tar.bz2 |
ASoC: soc-component.h: remove GPL explanation from header
soc-component.h already has SPDX License, thus, GPL explanation
is not needed. This patch removes it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/8736grafp5.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/sound/soc-component.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 5d80b2eef525..1a832695f69c 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -3,10 +3,6 @@ * soc-component.h * * Copyright (c) 2019 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> - * - * 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 __SOC_COMPONENT_H #define __SOC_COMPONENT_H |