From 08311cc3a95a4b8abf98477c46d7a9f18d360bdb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Nov 1999 17:51:34 +0000 Subject: Updated copyright notice. --- cpukit/score/cpu/a29k/cpu.c | 3 +-- cpukit/score/cpu/a29k/cpu_asm.S | 3 +-- cpukit/score/cpu/a29k/rtems/score/a29k.h | 2 +- cpukit/score/cpu/a29k/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/a29k/rtems/score/cpu_asm.h | 2 +- cpukit/score/cpu/a29k/rtems/score/types.h | 3 +-- cpukit/score/cpu/i386/cpu.c | 3 +-- cpukit/score/cpu/i386/cpu_asm.S | 3 +-- cpukit/score/cpu/i386/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/i386/rtems/score/i386.h | 3 +-- cpukit/score/cpu/i386/rtems/score/types.h | 3 +-- cpukit/score/cpu/i960/cpu.c | 3 +-- cpukit/score/cpu/i960/cpu_asm.S | 3 +-- cpukit/score/cpu/i960/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/i960/rtems/score/i960.h | 3 +-- cpukit/score/cpu/i960/rtems/score/types.h | 3 +-- cpukit/score/cpu/m68k/cpu.c | 3 +-- cpukit/score/cpu/m68k/cpu_asm.S | 3 +-- cpukit/score/cpu/m68k/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/m68k/rtems/score/m68k.h | 3 +-- cpukit/score/cpu/m68k/rtems/score/types.h | 3 +-- cpukit/score/cpu/mips/cpu.c | 3 +-- cpukit/score/cpu/mips/cpu_asm.S | 3 +-- cpukit/score/cpu/mips/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/mips/rtems/score/mips.h | 2 +- cpukit/score/cpu/mips/rtems/score/types.h | 3 +-- cpukit/score/cpu/mips64orion/cpu.c | 3 +-- cpukit/score/cpu/mips64orion/cpu_asm.S | 3 +-- cpukit/score/cpu/mips64orion/cpu_asm.h | 2 +- cpukit/score/cpu/mips64orion/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h | 2 +- cpukit/score/cpu/mips64orion/rtems/score/types.h | 3 +-- cpukit/score/cpu/no_cpu/cpu.c | 3 +-- cpukit/score/cpu/no_cpu/cpu_asm.c | 3 +-- cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h | 2 +- cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h | 2 +- cpukit/score/cpu/no_cpu/rtems/score/types.h | 3 +-- cpukit/score/cpu/sparc/cpu.c | 3 +-- cpukit/score/cpu/sparc/cpu_asm.S | 3 +-- cpukit/score/cpu/sparc/rtems/score/cpu.h | 3 +-- cpukit/score/cpu/sparc/rtems/score/sparc.h | 3 +-- cpukit/score/cpu/sparc/rtems/score/types.h | 3 +-- cpukit/score/cpu/unix/rtems/score/types.h | 3 +-- cpukit/score/cpu/unix/rtems/score/unix.h | 3 +-- 45 files changed, 45 insertions(+), 83 deletions(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/a29k/cpu.c b/cpukit/score/cpu/a29k/cpu.c index 111533a2ae..0485714062 100644 --- a/cpukit/score/cpu/a29k/cpu.c +++ b/cpukit/score/cpu/a29k/cpu.c @@ -18,9 +18,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/a29k/cpu_asm.S b/cpukit/score/cpu/a29k/cpu_asm.S index a3ed2c59c3..bfa7444f35 100644 --- a/cpukit/score/cpu/a29k/cpu_asm.S +++ b/cpukit/score/cpu/a29k/cpu_asm.S @@ -22,9 +22,8 @@ ; * ; * NOTE: This is supposed to be a .S or .s file NOT a C file. ; * -; * COPYRIGHT (c) 1989-1998. +; * COPYRIGHT (c) 1989-1999. ; * On-Line Applications Research Corporation (OAR). -; * Copyright assigned to U.S. Government, 1994. ; * ; * 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/a29k/rtems/score/a29k.h b/cpukit/score/cpu/a29k/rtems/score/a29k.h index c22a70d437..7dd9030609 100644 --- a/cpukit/score/cpu/a29k/rtems/score/a29k.h +++ b/cpukit/score/cpu/a29k/rtems/score/a29k.h @@ -1,6 +1,6 @@ /* a29k.h * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h index 1235e991c8..c65c628979 100644 --- a/cpukit/score/cpu/a29k/rtems/score/cpu.h +++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h @@ -20,9 +20,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.c: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/a29k/rtems/score/cpu_asm.h b/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h index 65eaf29737..d2c09fa103 100644 --- a/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h +++ b/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h @@ -5,7 +5,7 @@ * if it is implemented as a ".S" file (preprocessed by cpp) instead * of a ".s" file (preprocessed by gm4 or gasp). * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/a29k/rtems/score/types.h b/cpukit/score/cpu/a29k/rtems/score/types.h index 943a922695..130fd30dd4 100644 --- a/cpukit/score/cpu/a29k/rtems/score/types.h +++ b/cpukit/score/cpu/a29k/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions pertaining to the Intel * no_cpu processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index cabc285ce9..7ee7e6814c 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/cpu.c @@ -2,9 +2,8 @@ * Intel i386 Dependent Source * * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S index 906407836b..85316e357a 100644 --- a/cpukit/score/cpu/i386/cpu_asm.S +++ b/cpukit/score/cpu/i386/cpu_asm.S @@ -3,9 +3,8 @@ * This file contains all assembly code for the Intel i386 implementation * of RTEMS. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h index 68fdea703d..ab256cfa57 100644 --- a/cpukit/score/cpu/i386/rtems/score/cpu.h +++ b/cpukit/score/cpu/i386/rtems/score/cpu.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the Intel * i386 processor. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h index 0eb936a6f7..4ddf0c5eab 100644 --- a/cpukit/score/cpu/i386/rtems/score/i386.h +++ b/cpukit/score/cpu/i386/rtems/score/i386.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the Intel * i386 processor. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h index 7d2a8a1f4f..1b9091f501 100644 --- a/cpukit/score/cpu/i386/rtems/score/types.h +++ b/cpukit/score/cpu/i386/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions pertaining to the Intel * i386 processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i960/cpu.c b/cpukit/score/cpu/i960/cpu.c index b1f29ff1bf..a66cd4eda7 100644 --- a/cpukit/score/cpu/i960/cpu.c +++ b/cpukit/score/cpu/i960/cpu.c @@ -2,9 +2,8 @@ * Intel i960CA Dependent Source * * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i960/cpu_asm.S b/cpukit/score/cpu/i960/cpu_asm.S index ee6e053259..e990b7a799 100644 --- a/cpukit/score/cpu/i960/cpu_asm.S +++ b/cpukit/score/cpu/i960/cpu_asm.S @@ -3,9 +3,8 @@ * This file contains all assembly code for the i960CA implementation * of RTEMS. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i960/rtems/score/cpu.h b/cpukit/score/cpu/i960/rtems/score/cpu.h index 45a7fb85d6..ef7c3ad968 100644 --- a/cpukit/score/cpu/i960/rtems/score/cpu.h +++ b/cpukit/score/cpu/i960/rtems/score/cpu.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the Intel * i960 processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i960/rtems/score/i960.h b/cpukit/score/cpu/i960/rtems/score/i960.h index 3719d96496..ae9a073aff 100644 --- a/cpukit/score/cpu/i960/rtems/score/i960.h +++ b/cpukit/score/cpu/i960/rtems/score/i960.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the Intel * i960 processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/i960/rtems/score/types.h b/cpukit/score/cpu/i960/rtems/score/types.h index dff4c95f83..81deddaa1f 100644 --- a/cpukit/score/cpu/i960/rtems/score/types.h +++ b/cpukit/score/cpu/i960/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions pertaining to the Intel * i960 processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c index e714933350..f1ffe31fe0 100644 --- a/cpukit/score/cpu/m68k/cpu.c +++ b/cpukit/score/cpu/m68k/cpu.c @@ -1,9 +1,8 @@ /* * Motorola MC68xxx Dependent Source * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/m68k/cpu_asm.S b/cpukit/score/cpu/m68k/cpu_asm.S index 03747222e5..3d663372a0 100644 --- a/cpukit/score/cpu/m68k/cpu_asm.S +++ b/cpukit/score/cpu/m68k/cpu_asm.S @@ -3,9 +3,8 @@ * This file contains all assembly code for the MC68020 implementation * of RTEMS. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h index 248492ba97..fb58e18834 100644 --- a/cpukit/score/cpu/m68k/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the Motorola * m68xxx processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h index 5f4c3597b5..7408aae231 100644 --- a/cpukit/score/cpu/m68k/rtems/score/m68k.h +++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the Motorola * m68xxx processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h index 6592d36187..7b1a1c643e 100644 --- a/cpukit/score/cpu/m68k/rtems/score/types.h +++ b/cpukit/score/cpu/m68k/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions pertaining to the Motorola * m68xxx processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c index 4617be460d..8d05c336c4 100644 --- a/cpukit/score/cpu/mips/cpu.c +++ b/cpukit/score/cpu/mips/cpu.c @@ -18,9 +18,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S index 125b4d58d4..4acebc663e 100644 --- a/cpukit/score/cpu/mips/cpu_asm.S +++ b/cpukit/score/cpu/mips/cpu_asm.S @@ -21,9 +21,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index 69478af9ee..96eb34292a 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -20,9 +20,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu.h: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips/rtems/score/mips.h b/cpukit/score/cpu/mips/rtems/score/mips.h index ec89a32a0d..1ff139f604 100644 --- a/cpukit/score/cpu/mips/rtems/score/mips.h +++ b/cpukit/score/cpu/mips/rtems/score/mips.h @@ -17,7 +17,7 @@ * * Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/mips/rtems/score/types.h b/cpukit/score/cpu/mips/rtems/score/types.h index 50f28ccf9b..9d82f2a5d0 100644 --- a/cpukit/score/cpu/mips/rtems/score/types.h +++ b/cpukit/score/cpu/mips/rtems/score/types.h @@ -18,9 +18,8 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips64orion/cpu.c b/cpukit/score/cpu/mips64orion/cpu.c index 4617be460d..8d05c336c4 100644 --- a/cpukit/score/cpu/mips64orion/cpu.c +++ b/cpukit/score/cpu/mips64orion/cpu.c @@ -18,9 +18,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips64orion/cpu_asm.S b/cpukit/score/cpu/mips64orion/cpu_asm.S index 125b4d58d4..4acebc663e 100644 --- a/cpukit/score/cpu/mips64orion/cpu_asm.S +++ b/cpukit/score/cpu/mips64orion/cpu_asm.S @@ -21,9 +21,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips64orion/cpu_asm.h b/cpukit/score/cpu/mips64orion/cpu_asm.h index 5d78f39d7c..287b881068 100644 --- a/cpukit/score/cpu/mips64orion/cpu_asm.h +++ b/cpukit/score/cpu/mips64orion/cpu_asm.h @@ -18,7 +18,7 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/mips64orion/rtems/score/cpu.h b/cpukit/score/cpu/mips64orion/rtems/score/cpu.h index 69478af9ee..96eb34292a 100644 --- a/cpukit/score/cpu/mips64orion/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips64orion/rtems/score/cpu.h @@ -20,9 +20,8 @@ * * Derived from c/src/exec/score/cpu/no_cpu/cpu.h: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/mips64orion/rtems/score/mips64orion.h b/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h index ec89a32a0d..1ff139f604 100644 --- a/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h +++ b/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h @@ -17,7 +17,7 @@ * * Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h: * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/mips64orion/rtems/score/types.h b/cpukit/score/cpu/mips64orion/rtems/score/types.h index 50f28ccf9b..9d82f2a5d0 100644 --- a/cpukit/score/cpu/mips64orion/rtems/score/types.h +++ b/cpukit/score/cpu/mips64orion/rtems/score/types.h @@ -18,9 +18,8 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c index 58e71f9266..4711eb6703 100644 --- a/cpukit/score/cpu/no_cpu/cpu.c +++ b/cpukit/score/cpu/no_cpu/cpu.c @@ -2,9 +2,8 @@ * XXX CPU Dependent Source * * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/no_cpu/cpu_asm.c b/cpukit/score/cpu/no_cpu/cpu_asm.c index d6abcab5c2..5a5728a2f8 100644 --- a/cpukit/score/cpu/no_cpu/cpu_asm.c +++ b/cpukit/score/cpu/no_cpu/cpu_asm.c @@ -6,9 +6,8 @@ * * NOTE: This is supposed to be a .S or .s file NOT a C file. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index 9bd8c2b045..da99e163cc 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the XXX * processor. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/no_cpu/rtems/score/cpu_asm.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h index ed58c331bc..b5f3673d61 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h @@ -5,7 +5,7 @@ * if it is implemented as a ".S" file (preprocessed by cpp) instead * of a ".s" file (preprocessed by gm4 or gasp). * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h index a6df61a908..3f374d5500 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h @@ -4,7 +4,7 @@ * created for each CPU family port of RTEMS. * * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h index a195711342..6dea57ebf3 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/types.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions pertaining to the Intel * no_cpu processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c index 70b0f8f219..9a78a0fc96 100644 --- a/cpukit/score/cpu/sparc/cpu.c +++ b/cpukit/score/cpu/sparc/cpu.c @@ -1,9 +1,8 @@ /* * SPARC Dependent Source * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/sparc/cpu_asm.S b/cpukit/score/cpu/sparc/cpu_asm.S index d96256694f..af7df160ef 100644 --- a/cpukit/score/cpu/sparc/cpu_asm.S +++ b/cpukit/score/cpu/sparc/cpu_asm.S @@ -4,9 +4,8 @@ * in an specific CPU port of RTEMS. These algorithms must be implemented * in assembly language. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 3442adc67d..b74292ab07 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the port of * the executive to the SPARC processor. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h index a8f2122c44..0cb44c2df9 100644 --- a/cpukit/score/cpu/sparc/rtems/score/sparc.h +++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h @@ -3,9 +3,8 @@ * This include file contains information pertaining to the SPARC * processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h index 7a7b2bb606..1621d6fd5c 100644 --- a/cpukit/score/cpu/sparc/rtems/score/types.h +++ b/cpukit/score/cpu/sparc/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions pertaining to the * SPARC processor family. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h index 1ecaa2307d..f423564ebc 100644 --- a/cpukit/score/cpu/unix/rtems/score/types.h +++ b/cpukit/score/cpu/unix/rtems/score/types.h @@ -3,9 +3,8 @@ * This include file contains type definitions which are appropriate * for a typical modern UNIX box using GNU C for the RTEMS simulator. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * 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/unix/rtems/score/unix.h b/cpukit/score/cpu/unix/rtems/score/unix.h index 52cfef79e4..26ef8ca4e4 100644 --- a/cpukit/score/cpu/unix/rtems/score/unix.h +++ b/cpukit/score/cpu/unix/rtems/score/unix.h @@ -3,9 +3,8 @@ * This include file contains the definitions required by RTEMS * which are typical for a modern UNIX computer using GCC. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at -- cgit v1.2.3