summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorAlexandru Ardelean2019-06-06 12:53:44 +0200
committerVinod Koul2019-06-10 09:44:33 +0200
commitf4a9fe97ea5a08c13a842637abf9b2d6b4edf35d (patch)
tree45f9e5713392d3737121043a3348e5e883fa0297 /drivers/dma
parentMAINTAINERS: Add Synopsys eDMA IP driver maintainer (diff)
downloadkernel-qcow2-linux-f4a9fe97ea5a08c13a842637abf9b2d6b4edf35d.tar.gz
kernel-qcow2-linux-f4a9fe97ea5a08c13a842637abf9b2d6b4edf35d.tar.xz
kernel-qcow2-linux-f4a9fe97ea5a08c13a842637abf9b2d6b4edf35d.zip
dmaengine: axi-dmac: update license header
The change replaces the old license information in the comment header with the new SPDX license specifier. As well as bumping the year range from 2013-2015 to 2013-2019. The latter also reflects recent changes that were added to the driver. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/dma-axi-dmac.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/dma/dma-axi-dmac.c b/drivers/dma/dma-axi-dmac.c
index d5e29bbc3d43..9e6b8940e8d2 100644
--- a/drivers/dma/dma-axi-dmac.c
+++ b/drivers/dma/dma-axi-dmac.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Driver for the Analog Devices AXI-DMAC core
*
- * Copyright 2013-2015 Analog Devices Inc.
+ * Copyright 2013-2019 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de>
- *
- * Licensed under the GPL-2.
*/
#include <linux/clk.h>