summaryrefslogtreecommitdiff
path: root/board/technexion/twister
diff options
context:
space:
mode:
Diffstat (limited to 'board/technexion/twister')
-rw-r--r--board/technexion/twister/Makefile4
-rw-r--r--board/technexion/twister/twister.c3
-rw-r--r--board/technexion/twister/twister.h3
3 files changed, 3 insertions, 7 deletions
diff --git a/board/technexion/twister/Makefile b/board/technexion/twister/Makefile
index 2a910211fd..3408dc04b2 100644
--- a/board/technexion/twister/Makefile
+++ b/board/technexion/twister/Makefile
@@ -1,9 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2011 Ilya Yanok, Emcraft Systems
#
# Based on ti/evm/Makefile
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y := twister.o
diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c
index 8c38f14cde..1166886e1d 100644
--- a/board/technexion/twister/twister.c
+++ b/board/technexion/twister/twister.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2011
* Stefano Babic, DENX Software Engineering, sbabic@denx.de.
*
* Copyright (C) 2009 TechNexion Ltd.
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
diff --git a/board/technexion/twister/twister.h b/board/technexion/twister/twister.h
index e286bd4522..a56187db8a 100644
--- a/board/technexion/twister/twister.h
+++ b/board/technexion/twister/twister.h
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2011
* Stefano Babic, DENX Software Engineering, sbabic@denx.de.
*
* Copyright (C) 2010 TechNexion Ltd.
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _TAM3517_H_