mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-16 21:33:13 +00:00
dmaengine: sh: convert to SPDX identifiers
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>
This commit is contained in:
parent
651022382c
commit
9be92baa47
2 changed files with 3 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
#
|
#
|
||||||
# DMA engine configuration for sh
|
# DMA engine configuration for sh
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* Dmaengine driver base library for DMA controllers, found on SH-based SoCs
|
* Dmaengine driver base library for DMA controllers, found on SH-based SoCs
|
||||||
*
|
*
|
||||||
* extracted from shdma.c and headers
|
* extracted from shdma.c and headers
|
||||||
|
@ -7,10 +8,6 @@
|
||||||
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
||||||
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
||||||
* Copyright (C) 2007 Freescale Semiconductor, 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
|
#ifndef SHDMA_BASE_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue