From 71d97c92e55953bd29b0e4f1dc186916a93ce509 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 8 Dec 2014 13:16:37 -0500 Subject: sparc64: put each copyright on one line --- c/src/lib/libbsp/sparc64/niagara/include/bsp.h | 10 ++++------ c/src/lib/libbsp/sparc64/shared/asm/asm.S | 3 +-- c/src/lib/libbsp/sparc64/shared/clock/ckinit.c | 5 ++--- c/src/lib/libbsp/sparc64/shared/startup/setvec.c | 3 +-- c/src/lib/libbsp/sparc64/usiii/include/bsp.h | 11 ++++------- c/src/lib/libcpu/sparc64/shared/score/cpu.c | 5 ++--- c/src/lib/libcpu/sparc64/shared/score/interrupt.S | 9 ++++----- c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.S | 2 -- cpukit/score/cpu/sparc64/context.S | 9 ++++----- cpukit/score/cpu/sparc64/cpu.c | 5 ++--- cpukit/score/cpu/sparc64/rtems/score/cpu.h | 5 ++--- cpukit/score/cpu/sparc64/rtems/score/sparc64.h | 5 ++--- cpukit/score/cpu/sparc64/rtems/score/types.h | 3 +-- 13 files changed, 29 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 7e5c5ee939..7705675a97 100644 --- a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h +++ b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h @@ -2,18 +2,16 @@ * * This include file contains all SPARC64 simulator definitions. * - * COPYRIGHT (c) 1989-1998. - * On-Line Applications Research Corporation (OAR). - * COPYRIGHT (c) 1995. - * European Space Agency. + * 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. + * Niagara modifications of respective RTEMS file: + * COPYRIGHT (c) 2010. Eugen Leontie. */ #ifndef _BSP_H diff --git a/c/src/lib/libbsp/sparc64/shared/asm/asm.S b/c/src/lib/libbsp/sparc64/shared/asm/asm.S index 86c1dc9ad3..41a5c38afb 100644 --- a/c/src/lib/libbsp/sparc64/shared/asm/asm.S +++ b/c/src/lib/libbsp/sparc64/shared/asm/asm.S @@ -1,6 +1,5 @@ /* - * 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/libbsp/sparc64/shared/clock/ckinit.c b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c index dede6d810e..018087c388 100644 --- a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c +++ b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c @@ -6,10 +6,9 @@ */ /* - * COPYRIGHT (c) 1989-1999. - * On-Line Applications Research Corporation (OAR). + * COPYRIGHT (c) 1989-1999. On-Line Applications Research Corporation (OAR). * - * Modifications 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/libbsp/sparc64/shared/startup/setvec.c b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c index d8899e8eb4..25e89d66f2 100644 --- a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c +++ b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c @@ -13,8 +13,7 @@ * RETURNS: * address of previous interrupt handler * - * COPYRIGHT (c) 1989-1998. - * On-Line Applications Research Corporation (OAR). + * COPYRIGHT (c) 1989-1998. 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 diff --git a/c/src/lib/libbsp/sparc64/usiii/include/bsp.h b/c/src/lib/libbsp/sparc64/usiii/include/bsp.h index 59f90a5bef..0fe13e3f3d 100644 --- a/c/src/lib/libbsp/sparc64/usiii/include/bsp.h +++ b/c/src/lib/libbsp/sparc64/usiii/include/bsp.h @@ -2,10 +2,8 @@ * * This include file contains all SPARC64 simulator definitions. * - * COPYRIGHT (c) 1989-1998. - * On-Line Applications Research Corporation (OAR). - * COPYRIGHT (c) 1995. - * European Space Agency. + * 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 @@ -13,9 +11,8 @@ * * Ported to sun4u version of SPARC64 * sun4u modifications of respective RTEMS file: - * COPYRIGHT (c) 2010. - * Eugen Leontie - * Gedare Bloom + * COPYRIGHT (c) 2010. Eugen Leontie + * COPYRIGHT (c) 2010. Gedare Bloom */ #ifndef _BSP_H 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 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. * diff --git a/cpukit/score/cpu/sparc64/context.S b/cpukit/score/cpu/sparc64/context.S index 1509637681..d9674369c9 100644 --- a/cpukit/score/cpu/sparc64/context.S +++ b/cpukit/score/cpu/sparc64/context.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 UltraSPARC T1 Niagara implementation of the SPARC-v9. * Niagara modifications of respective RTEMS file: - * COPYRIGHT (c) 2010. Gedare Bloom. + * COPYRIGHT (c) 2010. Gedare Bloom. */ #include diff --git a/cpukit/score/cpu/sparc64/cpu.c b/cpukit/score/cpu/sparc64/cpu.c index 599011bf15..1834b349bf 100644 --- a/cpukit/score/cpu/sparc64/cpu.c +++ b/cpukit/score/cpu/sparc64/cpu.c @@ -5,12 +5,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/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h index dd5040a6ac..ff58fc97d7 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h @@ -10,12 +10,11 @@ /* * * - * COPYRIGHT (c) 1989-2006. - * On-Line Applications Research Corporation (OAR). + * COPYRIGHT (c) 1989-2006. On-Line Applications Research Corporation (OAR). * * This file is based on the SPARC cpu.h file. Modifications are made * to support the SPARC64 processor. - * 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/cpukit/score/cpu/sparc64/rtems/score/sparc64.h b/cpukit/score/cpu/sparc64/rtems/score/sparc64.h index 52a43c6c5f..d20c2ff509 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/sparc64.h +++ b/cpukit/score/cpu/sparc64/rtems/score/sparc64.h @@ -9,12 +9,11 @@ */ /* - * COPYRIGHT (c) 1989-1999. - * On-Line Applications Research Corporation (OAR). + * COPYRIGHT (c) 1989-1999. On-Line Applications Research Corporation (OAR). * * This file is based on the SPARC sparc.h file. Modifications are made * to support the SPARC64 processor. - * 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/cpukit/score/cpu/sparc64/rtems/score/types.h b/cpukit/score/cpu/sparc64/rtems/score/types.h index 6263b5651b..8f2c7e37a6 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/types.h +++ b/cpukit/score/cpu/sparc64/rtems/score/types.h @@ -8,8 +8,7 @@ */ /* - * COPYRIGHT (c) 1989-1999. - * On-Line Applications Research Corporation (OAR). + * COPYRIGHT (c) 1989-1999. 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 -- cgit v1.2.3