diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-02 13:31:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-03 12:10:15 +0300 |
commit | 99b75a4e3275e85814db0fa2f49274bd3d5359d3 (patch) | |
tree | 20322c12a2b333956480f43b576082c9ed1515cb /drivers/staging/pi433 | |
parent | dc88057f36eee13cfc0c7a4a45f91e85a83e6ea0 (diff) | |
download | linux-99b75a4e3275e85814db0fa2f49274bd3d5359d3.tar.xz |
staging: add missing SPDX lines to Kconfig files
There are a few remaining drivers/staging/*/Kconfig files that do not
have SPDX identifiers in them. Add the correct GPL-2.0 identifier to
them to make scanning tools happy.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433')
-rw-r--r-- | drivers/staging/pi433/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/pi433/Kconfig b/drivers/staging/pi433/Kconfig index c7340129dd4c..8acde0814206 100644 --- a/drivers/staging/pi433/Kconfig +++ b/drivers/staging/pi433/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 config PI433 tristate "Pi433 - a 433MHz radio module for Raspberry Pi" depends on SPI |