summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-02-23 15:42:59 -0500
committerGedare Bloom <gedare@rtems.org>2015-02-23 15:42:59 -0500
commit9d090fb70ad46cae75ab4f55cac0176ebb9d7110 (patch)
tree3c9bba6d1cbbff7aae1e5b2369d87572a851e08b /c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
parentrpc: misaligned pointer dereference in clnt_udp.c line 363 (diff)
downloadrtems-9d090fb70ad46cae75ab4f55cac0176ebb9d7110.tar.bz2
sparc64: fix copyright notices.
The sparc64 port had some incorrect copyright notices affixed to source code files.
Diffstat (limited to 'c/src/lib/libbsp/sparc64/niagara/start/bspinit.S')
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/start/bspinit.S16
1 files changed, 9 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
index eb86faccd8..70ddd0ff6e 100644
--- a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
+++ b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
@@ -1,16 +1,18 @@
/*
* bspinit.S
*
- * BSP specific initialization for Sparc64 RTEMS -- sun4v BSP
+ * COPYRIGHT (c) 2010 Gedare Bloom.
*
- * COPYRIGHT (c) 2010 Gedare Bloom.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+/*
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- *
- * This code defines start code specific to the sun4v BSP
+ * BSP specific initialization for Sparc64 RTEMS -- sun4v BSP
*
+ * This code defines start code specific to the sun4v BSP
*/
#include <rtems/asm.h>