summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2014-12-08 13:16:37 -0500
committerGedare Bloom <gedare@rtems.org>2014-12-08 13:16:37 -0500
commit71d97c92e55953bd29b0e4f1dc186916a93ce509 (patch)
treec04c583b1e0defd06b9f663de8d4fa459be7abfb /c/src/lib/libcpu
parentlibtests/complex: Avoid multiple definitions (diff)
downloadrtems-71d97c92e55953bd29b0e4f1dc186916a93ce509.tar.bz2
sparc64: put each copyright on one line
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/sparc64/shared/score/cpu.c5
-rw-r--r--c/src/lib/libcpu/sparc64/shared/score/interrupt.S9
-rw-r--r--c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S2
3 files changed, 6 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/sparc64/shared/score/cpu.c b/c/src/lib/libcpu/sparc64/shared/score/cpu.c
index a7b1f87a8b..ca5ea9f09f 100644
--- a/c/src/lib/libcpu/sparc64/shared/score/cpu.c
+++ b/c/src/lib/libcpu/sparc64/shared/score/cpu.c
@@ -3,12 +3,11 @@
*/
/*
- * COPYRIGHT (c) 1989-2007.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) 1989-2007. On-Line Applications Research Corporation (OAR).
*
* This file is based on the SPARC cpu.c file. Modifications are made to
* provide support for the SPARC-v9.
- * 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
diff --git a/c/src/lib/libcpu/sparc64/shared/score/interrupt.S b/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
index 0a015543fb..7face481e8 100644
--- a/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
+++ b/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
@@ -4,8 +4,7 @@
* in an specific CPU port of RTEMS. These algorithms must be implemented
* in assembly language.
*
- * COPYRIGHT (c) 1989-2007.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) 1989-2007. On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -15,12 +14,12 @@
* Research Corporation (OAR) under contract to the European Space
* Agency (ESA).
*
- * ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
- * European Space Agency.
+ * ERC32 modifications of respective RTEMS file:
+ * COPYRIGHT (c) 1995. European Space Agency.
*
* Ported to Niagara and UltraSPARC III (US3) implementations of the SPARC-v9.
* Niagara and US3 modifications of respective RTEMS file:
- * COPYRIGHT (c) 2010. Gedare Bloom.
+ * COPYRIGHT (c) 2010. Gedare Bloom.
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S b/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S
index e753bdfb22..e15fdc887b 100644
--- a/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S
+++ b/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S
@@ -8,8 +8,6 @@
* + SYS_irqdis (disable interrupts)
* + SYS_irqset (set interrupt level)
*
- * COPYRIGHT:
- *
* COPYRIGHT (c) 1995. European Space Agency.
* COPYRIGHT (c) 2010. Gedare Bloom.
*