export,module: add SPDX GPL-2.0 license identifier to headers with no license
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 18 Oct 2019 04:50:53 +0000 (13:50 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Nov 2019 03:36:53 +0000 (11:36 +0800)
commitbf49d9dd6fef688733e2ddbd55f7bcb57df194e4
treecaa0cefe08be1e6d062ce62fc7e5187f75c5a226
parent31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c
export,module: add SPDX GPL-2.0 license identifier to headers with no license

Commit b24413180f56 ("License cleanup: add SPDX GPL-2.0 license
identifier to files with no license") took care of a lot of files
without any license information.

These headers were not processed by the tool perhaps because they
contain "GPL" in the code.

I do not see any license boilerplate in them, so they fall back to
GPL version 2 only, which is the project default.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Link: https://lore.kernel.org/r/20191018045053.8424-1-yamada.masahiro@socionext.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/asm-generic/export.h
include/linux/export.h
include/linux/license.h
include/linux/module.h