
22 Jun
2019
22 Jun
'19
6:08 p.m.
On Tue, Jun 18, 2019 at 12:25:51PM +0900, Masahiro Yamada wrote:
Misspelling of SPDX-License-Identifier is rather fatal than other general typos, so must be fixed.
This file spells SPDX-Licence-Identifier. ^
I also moved it to the very top of the file with // comment style.
Detected by grepping the source tree:
$ git grep --not -e SPDX-License-Identifier --and -e SPDX- board/armltd/vexpress64/pcie.c: * SPDX-Licence-Identifier: GPL-2.0+
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com Acked-by: Liviu Dudau liviu.dudau@foss.arm.com
Applied to u-boot/master, thanks!
--
Tom