aboutsummaryrefslogtreecommitdiff
path: root/board/pb1x00
diff options
context:
space:
mode:
Diffstat (limited to 'board/pb1x00')
-rw-r--r--board/pb1x00/Makefile4
-rw-r--r--board/pb1x00/flash.c3
-rw-r--r--board/pb1x00/pb1x00.c3
3 files changed, 3 insertions, 7 deletions
diff --git a/board/pb1x00/Makefile b/board/pb1x00/Makefile
index 647eb85..5ef9b7f 100644
--- a/board/pb1x00/Makefile
+++ b/board/pb1x00/Makefile
@@ -1,9 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y = pb1x00.o flash.o
obj-y += lowlevel_init.o
diff --git a/board/pb1x00/flash.c b/board/pb1x00/flash.c
index 8935365..c7daf5a 100644
--- a/board/pb1x00/flash.c
+++ b/board/pb1x00/flash.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
diff --git a/board/pb1x00/pb1x00.c b/board/pb1x00/pb1x00.c
index 1c0540a..f3e61100 100644
--- a/board/pb1x00/pb1x00.c
+++ b/board/pb1x00/pb1x00.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2003
* Thomas.Lange@corelatus.se
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>