diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-20 13:08:05 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-24 11:27:12 -0400 |
commit | ea2305f6a84e87b9398e043297f7982c462abf9f (patch) | |
tree | 38c11e90c8e6c2c70ff61f5b5615695223f784ab /include/linux/dma | |
parent | 59899843fc869c29ea920171b9e832522c89c866 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40
Based on 1 normalized pattern(s):
this is free software you can redistribute it and or modify it under
the terms of the gnu general public license as published by the free
software foundation either version 2 of the license or at your
option any later version
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 14 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520170857.915677517@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/dma')
-rw-r--r-- | include/linux/dma/xilinx_dma.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/dma/xilinx_dma.h b/include/linux/dma/xilinx_dma.h index 5b6e61e4b3aa..0dde1a46ab75 100644 --- a/include/linux/dma/xilinx_dma.h +++ b/include/linux/dma/xilinx_dma.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Xilinx DMA Engine drivers support header file | 3 | * Xilinx DMA Engine drivers support header file |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Xilinx, Inc. All rights reserved. | 5 | * Copyright (C) 2010-2014 Xilinx, Inc. All rights reserved. |
5 | * | ||
6 | * This is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __DMA_XILINX_DMA_H | 8 | #ifndef __DMA_XILINX_DMA_H |