vexpress64: fix a typo of SPDX-License-Identifier
authorMasahiro Yamada <[email protected]>
Tue, 18 Jun 2019 03:25:51 +0000 (12:25 +0900)
committerTom Rini <[email protected]>
Fri, 21 Jun 2019 14:07:11 +0000 (10:07 -0400)
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 <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
board/armltd/vexpress64/pcie.c

index 0608a5a88b941cdd362e9f231250a981aebab357..21156a4ca94f7d1520a171bf10cfaf0e22fa36f4 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) ARM Ltd 2015
  *
  * Author: Liviu Dudau <[email protected]>
- *
- * SPDX-Licence-Identifier:    GPL-2.0+
  */
 
 #include <common.h>