summaryrefslogtreecommitdiff
path: root/board/lego
diff options
context:
space:
mode:
Diffstat (limited to 'board/lego')
-rw-r--r--board/lego/ev3/Makefile4
-rw-r--r--board/lego/ev3/legoev3.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/board/lego/ev3/Makefile b/board/lego/ev3/Makefile
index f3e717ab66..11b52ca1da 100644
--- a/board/lego/ev3/Makefile
+++ b/board/lego/ev3/Makefile
@@ -1,10 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2000, 2001, 2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y += legoev3.o
diff --git a/board/lego/ev3/legoev3.c b/board/lego/ev3/legoev3.c
index 26534394ab..5e70363588 100644
--- a/board/lego/ev3/legoev3.c
+++ b/board/lego/ev3/legoev3.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016 David Lechner <david@lechnology.com>
*
@@ -9,8 +10,6 @@
*
* Copyright (C) 2009 Nick Thompson, GE Fanuc, Ltd. <nick.thompson@gefanuc.com>
* Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>