diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-02 02:24:04 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-02 05:55:27 -0400 |
commit | 7730bb13c7472620b585783f248b2dccd09d1819 (patch) | |
tree | d36de33fadc6e49f88441f0d8437bb53ae4af788 | |
parent | 9e14035c7fac144f31a822f0034fe5ed79c9ef8a (diff) |
ASoC: soc-acpi: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/sound/soc-acpi-intel-match.h | 14 | ||||
-rw-r--r-- | include/sound/soc-acpi.h | 13 | ||||
-rw-r--r-- | sound/soc/soc-acpi.c | 20 |
3 files changed, 9 insertions, 38 deletions
diff --git a/include/sound/soc-acpi-intel-match.h b/include/sound/soc-acpi-intel-match.h index 917ddd0f2762..bb1d24b703fb 100644 --- a/include/sound/soc-acpi-intel-match.h +++ b/include/sound/soc-acpi-intel-match.h | |||
@@ -1,16 +1,6 @@ | |||
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 | |
2 | /* | ||
3 | * Copyright (C) 2017, Intel Corporation. All rights reserved. | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License version | ||
7 | * 2 as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | 2 | * |
3 | * Copyright (C) 2017, Intel Corporation. All rights reserved. | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H | 6 | #ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H |
diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h index 082224275f52..e45b2330d16a 100644 --- a/include/sound/soc-acpi.h +++ b/include/sound/soc-acpi.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* | 1 | /* SPDX-License-Identifier: GPL-2.0 |
2 | * Copyright (C) 2013-15, Intel Corporation. All rights reserved. | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License version | ||
6 | * 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | 2 | * |
3 | * Copyright (C) 2013-15, Intel Corporation. All rights reserved. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_SND_SOC_ACPI_H | 6 | #ifndef __LINUX_SND_SOC_ACPI_H |
diff --git a/sound/soc/soc-acpi.c b/sound/soc/soc-acpi.c index 3d7e1ff79139..b8e72b52db30 100644 --- a/sound/soc/soc-acpi.c +++ b/sound/soc/soc-acpi.c | |||
@@ -1,18 +1,8 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * soc-apci.c - support for ACPI enumeration. | 2 | // |
3 | * | 3 | // soc-apci.c - support for ACPI enumeration. |
4 | * Copyright (c) 2013-15, Intel Corporation. | 4 | // |
5 | * | 5 | // Copyright (c) 2013-15, Intel Corporation. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | */ | ||
16 | 6 | ||
17 | #include <sound/soc-acpi.h> | 7 | #include <sound/soc-acpi.h> |
18 | 8 | ||