firmware: arm_scmi: Use the correct style for SPDX License Identifier
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 23 Jul 2019 13:00:09 +0000 (14:00 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 12 Aug 2019 11:22:58 +0000 (12:22 +0100)
commit4752544a447b52b9949eb648a3b7719357853f91
treef6602acc4ec063943f544e1a25f1dabcc153b946
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
firmware: arm_scmi: Use the correct style for SPDX License Identifier

Fix to correct the SPDX License Identifier style in header file related
to firmware frivers for ARM SCMI message protocol.

For C header files Documentation/process/license-rules.rst mandates
C-like comments(opposed to C source files where C++ style should be
used).

While at it, change GPL-2.0 to GPL-2.0-only similar to the ones in
psci.h and scpi_protocol.h

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
include/linux/scmi_protocol.h