diff options
author | Alan Tull <atull@kernel.org> | 2018-05-16 18:49:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 18:23:56 +0200 |
commit | 473f01f7e4b9fc53d44c446ad22b39070c65393f (patch) | |
tree | edaaa9171a4cd9e81313e9544ffa9bb0b1144559 /include/linux/fpga/fpga-region.h | |
parent | 9f368977b4589e2fe0b9d3a4cbaf11ff6a58ecf5 (diff) | |
download | linux-stable-473f01f7e4b9fc53d44c446ad22b39070c65393f.tar.gz linux-stable-473f01f7e4b9fc53d44c446ad22b39070c65393f.tar.bz2 linux-stable-473f01f7e4b9fc53d44c446ad22b39070c65393f.zip |
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 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + #ifndef _FPGA_REGION_H #define _FPGA_REGION_H |