dmaengine: sh: convert to SPDX identifiers
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 8 Nov 2018 06:32:44 +0000 (06:32 +0000)
committerVinod Koul <vkoul@kernel.org>
Sun, 11 Nov 2018 09:14:53 +0000 (14:44 +0530)
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sh/Kconfig
include/linux/shdma-base.h

index 6e0685f1a83814f4484e65d1ae0467b0ffdbed14..1c4675425a1eeb1547298c7d7e3d57a78b6af760 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # DMA engine configuration for sh
 #
index d927647e6350324fc9eb7f76a2180fd23aefd4a1..6dfd05ef5c2d9f0d5b6b496909ab25a12e639c5e 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* SPDX-License-Identifier: GPL-2.0
+ *
  * Dmaengine driver base library for DMA controllers, found on SH-based SoCs
  *
  * extracted from shdma.c and headers
@@ -7,10 +8,6 @@
  * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
  * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
- *
- * This is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
  */
 
 #ifndef SHDMA_BASE_H