[alsa-devel] [PATCH 2/8] ASoC: hac: convert to SPDX identifiers

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Tue Jun 12 03:11:51 CEST 2018


From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>

Tidyup incoherence between MODULE_LICENSE and header license, too

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
 sound/soc/sh/hac.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sound/soc/sh/hac.c b/sound/soc/sh/hac.c
index 624aaf569fef..60406df02249 100644
--- a/sound/soc/sh/hac.c
+++ b/sound/soc/sh/hac.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Hitachi Audio Controller (AC97) support for SH7760/SH7780
  *
  * Copyright (c) 2007 Manuel Lauss <mano at roarinelk.homelinux.net>
- *  licensed under the terms outlined in the file COPYING at the root
- *  of the linux kernel sources.
  *
  * dont forget to set IPSEL/OMSEL register bits (in your board code) to
  * enable HAC output pins!
@@ -343,6 +342,6 @@ static struct platform_driver hac_pcm_driver = {
 
 module_platform_driver(hac_pcm_driver);
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("SuperH onchip HAC (AC97) audio driver");
 MODULE_AUTHOR("Manuel Lauss <mano at roarinelk.homelinux.net>");
-- 
2.17.1



More information about the Alsa-devel mailing list