kconfig: convert to SPDX License Identifier
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 18 Dec 2018 12:13:35 +0000 (21:13 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:32:24 +0000 (22:32 +0100)
commit18b696a20bbca64a93dfecae0fdff3fb0dc85166
tree4d30930ba4e3a521bdda0d880e2fdb568702a2fb
parenta399a82909831a941901bb311a335e0a5d5384e0
kconfig: convert to SPDX License Identifier

All files in lxdialog/ are licensed under GPL-2.0+, and the rest are
under GPL-2.0. I added GPL-2.0 tags to test scripts in tests/.

Documentation/process/license-rules.rst does not suggest anything
about the flex/bison files. Because flex does not accept the C++
comment style at the very top of a file, I used the C style for
zconf.l, and so for zconf.y for consistency.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/conf.c
config/confdata.c
config/expr.c
config/expr.h
config/lkc.h
config/menu.c
config/symbol.c
config/util.c
config/zconf.l
config/zconf.y