summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64
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 /cpukit/score/cpu/sparc64
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 'cpukit/score/cpu/sparc64')
-rw-r--r--cpukit/score/cpu/sparc64/context.S13
1 files changed, 1 insertions, 12 deletions
diff --git a/cpukit/score/cpu/sparc64/context.S b/cpukit/score/cpu/sparc64/context.S
index d9674369c9..8bd0219321 100644
--- a/cpukit/score/cpu/sparc64/context.S
+++ b/cpukit/score/cpu/sparc64/context.S
@@ -4,22 +4,11 @@
* 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) 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.
- *
- * Ported to ERC32 implementation of the SPARC by On-Line Applications
- * Research Corporation (OAR) under contract to the European Space
- * Agency (ESA).
- *
- * ERC32 modifications of respective RTEMS file:
- * COPYRIGHT (c) 1995. European Space Agency.
- *
- * Ported to UltraSPARC T1 Niagara implementation of the SPARC-v9.
- * Niagara modifications of respective RTEMS file:
- * COPYRIGHT (c) 2010. Gedare Bloom.
*/
#include <rtems/asm.h>