diff options
author | 2018-05-16 18:49:58 -0500 | |
---|---|---|
committer | 2018-05-25 18:23:56 +0200 | |
commit | 473f01f7e4b9fc53d44c446ad22b39070c65393f (patch) | |
tree | edaaa9171a4cd9e81313e9544ffa9bb0b1144559 /include/linux/fpga/fpga-region.h | |
parent | fpga: region: change api, add fpga_region_create/free (diff) | |
download | linux-dev-473f01f7e4b9fc53d44c446ad22b39070c65393f.tar.xz linux-dev-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 |