[rtems commit] sparc64: fix copyright notices.
Gedare Bloom
gedare at rtems.org
Mon Feb 23 20:44:09 UTC 2015
Module: rtems
Branch: master
Commit: 9d090fb70ad46cae75ab4f55cac0176ebb9d7110
Changeset: http://git.rtems.org/rtems/commit/?id=9d090fb70ad46cae75ab4f55cac0176ebb9d7110
Author: Gedare Bloom <gedare at rtems.org>
Date: Mon Feb 23 15:42:59 2015 -0500
sparc64: fix copyright notices.
The sparc64 port had some incorrect copyright notices affixed to
source code files.
---
c/src/lib/libbsp/sparc64/niagara/include/bsp.h | 5 -----
c/src/lib/libbsp/sparc64/niagara/start/bspinit.S | 16 +++++++++-------
c/src/lib/libbsp/sparc64/shared/clock/ckinit.c | 2 --
c/src/lib/libbsp/sparc64/shared/startup/setvec.c | 1 +
c/src/lib/libbsp/sparc64/usiii/include/bsp.h | 5 -----
c/src/lib/libbsp/sparc64/usiii/start/bspinit.S | 1 -
c/src/lib/libcpu/sparc64/shared/score/interrupt.S | 12 +-----------
.../lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S | 6 +++---
cpukit/score/cpu/sparc64/context.S | 13 +------------
9 files changed, 15 insertions(+), 46 deletions(-)
diff --git a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
index 7705675..f28e769 100644
--- a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
+++ b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
@@ -3,15 +3,10 @@
* This include file contains all SPARC64 simulator definitions.
*
* COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR).
- * COPYRIGHT (c) 1995. European Space Agency.
*
* 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 Simics Niagara version of SPARC64
- * Niagara modifications of respective RTEMS file:
- * COPYRIGHT (c) 2010. Eugen Leontie.
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
index eb86fac..70ddd0f 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>
diff --git a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
index 018087c..a3f9450 100644
--- a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
@@ -6,8 +6,6 @@
*/
/*
- * COPYRIGHT (c) 1989-1999. On-Line Applications Research Corporation (OAR).
- *
* Copyright (c) 2010 Gedare Bloom.
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
index 25e89d6..12c7713 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
@@ -14,6 +14,7 @@
* address of previous interrupt handler
*
* COPYRIGHT (c) 1989-1998. 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
diff --git a/c/src/lib/libbsp/sparc64/usiii/include/bsp.h b/c/src/lib/libbsp/sparc64/usiii/include/bsp.h
index 0fe13e3..733d2c8 100644
--- a/c/src/lib/libbsp/sparc64/usiii/include/bsp.h
+++ b/c/src/lib/libbsp/sparc64/usiii/include/bsp.h
@@ -3,16 +3,11 @@
* This include file contains all SPARC64 simulator definitions.
*
* COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR).
- * COPYRIGHT (c) 1995. European Space Agency.
*
* 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 sun4u version of SPARC64
- * sun4u modifications of respective RTEMS file:
- * COPYRIGHT (c) 2010. Eugen Leontie
- * COPYRIGHT (c) 2010. Gedare Bloom
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S b/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
index a4ea51b..8da1d95 100644
--- a/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
+++ b/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
@@ -5,7 +5,6 @@
*/
/*
- *
* COPYRIGHT (c) 2010 Gedare Bloom.
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libcpu/sparc64/shared/score/interrupt.S b/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
index 7face48..5aee91a 100644
--- a/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
+++ b/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
@@ -5,21 +5,11 @@
* 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 Niagara and UltraSPARC III (US3) implementations of the SPARC-v9.
- * Niagara and US3 modifications of respective RTEMS file:
- * 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 e15fdc8..ffd6e85 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>
diff --git a/cpukit/score/cpu/sparc64/context.S b/cpukit/score/cpu/sparc64/context.S
index d967436..8bd0219 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>
More information about the vc
mailing list