summaryrefslogtreecommitdiff
path: root/board/warp
diff options
context:
space:
mode:
Diffstat (limited to 'board/warp')
-rw-r--r--board/warp/Makefile4
-rw-r--r--board/warp/imximage.cfg3
-rw-r--r--board/warp/warp.c3
3 files changed, 3 insertions, 7 deletions
diff --git a/board/warp/Makefile b/board/warp/Makefile
index c555f87397..3a2373d7bf 100644
--- a/board/warp/Makefile
+++ b/board/warp/Makefile
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2014 O.S. Systems Software LTDA.
# Copyright (C) 2014 Kynetics LLC.
# Copyright (C) 2014 Revolution Robotics, Inc.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y := warp.o
diff --git a/board/warp/imximage.cfg b/board/warp/imximage.cfg
index 84209681d9..4fb5a84205 100644
--- a/board/warp/imximage.cfg
+++ b/board/warp/imximage.cfg
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2013 Freescale Semiconductor, Inc.
*
- * SPDX-License-Identifier: GPL-2.0+
- *
* Refer doc/README.imximage for more details about how-to configure
* and create imximage boot image
*
diff --git a/board/warp/warp.c b/board/warp/warp.c
index 52319b3024..f346b9269a 100644
--- a/board/warp/warp.c
+++ b/board/warp/warp.c
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2014, 2015 O.S. Systems Software LTDA.
* Copyright (C) 2014 Kynetics LLC.
* Copyright (C) 2014 Revolution Robotics, Inc.
*
* Author: Otavio Salvador <otavio@ossystems.com.br>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/arch/clock.h>