diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2019-06-06 13:53:44 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-06-10 13:14:33 +0530 |
commit | f4a9fe97ea5a08c13a842637abf9b2d6b4edf35d (patch) | |
tree | 45f9e5713392d3737121043a3348e5e883fa0297 /drivers/dma/dma-axi-dmac.c | |
parent | 28635f6cd78e7fb4e632e0e43ca7e3e81a8c7b58 (diff) | |
download | linux-f4a9fe97ea5a08c13a842637abf9b2d6b4edf35d.tar.bz2 |
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/dma-axi-dmac.c')
-rw-r--r-- | drivers/dma/dma-axi-dmac.c | 5 |
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> |