]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dmaengine: axi-dmac: update license header
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 6 Jun 2019 10:53:44 +0000 (13:53 +0300)
committerVinod Koul <vkoul@kernel.org>
Mon, 10 Jun 2019 07:44:33 +0000 (13:14 +0530)
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>
drivers/dma/dma-axi-dmac.c

index d5e29bbc3d4348f652824ff2e94a43376fc646e4..9e6b8940e8d28283f05bfcf1a02627212d00dc3b 100644 (file)
@@ -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>