summaryrefslogtreecommitdiff
path: root/board/pandora
diff options
context:
space:
mode:
Diffstat (limited to 'board/pandora')
-rw-r--r--board/pandora/Makefile4
-rw-r--r--board/pandora/pandora.c3
-rw-r--r--board/pandora/pandora.h3
3 files changed, 3 insertions, 7 deletions
diff --git a/board/pandora/Makefile b/board/pandora/Makefile
index 918b65691d..c05c8fb854 100644
--- a/board/pandora/Makefile
+++ b/board/pandora/Makefile
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2000, 2001, 2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y := pandora.o
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index 3502bbf5a9..4f91dc3bee 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2008
* Grazvydas Ignotas <notasas@gmail.com>
@@ -10,8 +11,6 @@
*
* (C) Copyright 2004-2008
* Texas Instruments, <www.ti.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <twl4030.h>
diff --git a/board/pandora/pandora.h b/board/pandora/pandora.h
index 268b92998f..9c4c5d1cd7 100644
--- a/board/pandora/pandora.h
+++ b/board/pandora/pandora.h
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2008
* Grazvydas Ignotas <notasas@gmail.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _PANDORA_H_
#define _PANDORA_H_