summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.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/libcpu/sparc64/shared/syscall/sparc64-syscall.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 '')
-rw-r--r--c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S6
1 files changed, 3 insertions, 3 deletions
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 e15fdc887b..ffd6e8538d 100644
--- a/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S
+++ b/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S
@@ -8,11 +8,11 @@
* + SYS_irqdis (disable interrupts)
* + SYS_irqset (set interrupt level)
*
- * COPYRIGHT (c) 1995. European Space Agency.
* COPYRIGHT (c) 2010. Gedare Bloom.
*
- * This terms of the RTEMS license apply to this file.
- *
+ * 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.
*/
#include <rtems/asm.h>