]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: rt1308: Convert headers to SPDX
authorShuming Fan <shumingf@realtek.com>
Tue, 23 Jul 2019 10:12:47 +0000 (18:12 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 23 Jul 2019 11:25:57 +0000 (12:25 +0100)
Convert include and source files to SPDX.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://lore.kernel.org/r/20190723101247.19741-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1308.c
sound/soc/codecs/rt1308.h

index cf3d72f997054cb49ef048a5a1616bf4eef5e284..6f2ee6809dbbd7ffa8547c667dfb6590ff94f5ea 100755 (executable)
@@ -1,13 +1,10 @@
-/*
- * rt1308.c  --  RT1308 ALSA SoC amplifier component driver
- *
- * Copyright 2019 Realtek Semiconductor Corp.
- * Author: Derek Fang <derek.fang@realtek.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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// rt1308.c  --  RT1308 ALSA SoC amplifier component driver
+//
+// Copyright 2019 Realtek Semiconductor Corp.
+// Author: Derek Fang <derek.fang@realtek.com>
+//
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
index c330aae1d5274d30c7990a277cc92bc0b95ed29e..ff7c423e879e42430ff3d0f7d2a3dcc100fc9826 100755 (executable)
@@ -1,12 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
- * RT1308.h  --  RT1308 ALSA SoC amplifier component driver
+ * rt1308.h  --  RT1308 ALSA SoC amplifier component driver
  *
  * Copyright 2019 Realtek Semiconductor Corp.
  * Author: Derek Fang <derek.fang@realtek.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 _RT1308_H_