diff options
author | Alan Tull <atull@kernel.org> | 2018-05-16 19:49:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 12:23:56 -0400 |
commit | 473f01f7e4b9fc53d44c446ad22b39070c65393f (patch) | |
tree | edaaa9171a4cd9e81313e9544ffa9bb0b1144559 /include/linux/fpga/fpga-region.h | |
parent | 9f368977b4589e2fe0b9d3a4cbaf11ff6a58ecf5 (diff) |
fpga: use SPDX
Replace GPLv2 boilerplate with SPDX in FPGA code that came from me or
from Altera.
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fpga/fpga-region.h')
-rw-r--r-- | include/linux/fpga/fpga-region.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-region.h b/include/linux/fpga/fpga-region.h index f2e215bd1330..d7071cddd727 100644 --- a/include/linux/fpga/fpga-region.h +++ b/include/linux/fpga/fpga-region.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
2 | |||
1 | #ifndef _FPGA_REGION_H | 3 | #ifndef _FPGA_REGION_H |
2 | #define _FPGA_REGION_H | 4 | #define _FPGA_REGION_H |
3 | 5 | ||