summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme2307
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/startup/main.c3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/timer/timer.c3
9 files changed, 9 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme2307/clock/ckinit.c b/c/src/lib/libbsp/powerpc/mvme2307/clock/ckinit.c
index ddcb40162b..6adcb73e16 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/clock/ckinit.c
+++ b/c/src/lib/libbsp/powerpc/mvme2307/clock/ckinit.c
@@ -2,9 +2,8 @@
*
* This file provides a template for the clock device driver initialization.
*
- * 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/c/src/lib/libbsp/powerpc/mvme2307/include/bsp.h b/c/src/lib/libbsp/powerpc/mvme2307/include/bsp.h
index 1bf34c5bfa..bdb0845a65 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mvme2307/include/bsp.h
@@ -4,9 +4,8 @@
*
* XXX : put yours in here
*
- * 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/c/src/lib/libbsp/powerpc/mvme2307/include/coverhd.h b/c/src/lib/libbsp/powerpc/mvme2307/include/coverhd.h
index fedd788455..3063812832 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/mvme2307/include/coverhd.h
@@ -14,9 +14,8 @@
* NOTE: If these are all zero, then the times reported include
* all calling overhead including passing of arguments.
*
- * 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/c/src/lib/libbsp/powerpc/mvme2307/startup/bspclean.c b/c/src/lib/libbsp/powerpc/mvme2307/startup/bspclean.c
index 83360a71df..e8501ddd30 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/mvme2307/startup/bspclean.c
@@ -7,9 +7,8 @@
*
* OUTPUT: NONE
*
- * 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/c/src/lib/libbsp/powerpc/mvme2307/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mvme2307/startup/bspstart.c
index a592cd0bc3..a92b2fa15c 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mvme2307/startup/bspstart.c
@@ -4,7 +4,7 @@
* The generic CPU dependent initialization has been performed
* before any of these are invoked.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
* All rights assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/powerpc/mvme2307/startup/linkcmds b/c/src/lib/libbsp/powerpc/mvme2307/startup/linkcmds
index 396ab3ff78..df03d75cfb 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/mvme2307/startup/linkcmds
@@ -1,8 +1,7 @@
/*
*
- * 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/mvme2307/startup/main.c b/c/src/lib/libbsp/powerpc/mvme2307/startup/main.c
index 01a7c9f5c5..d364791dce 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/startup/main.c
+++ b/c/src/lib/libbsp/powerpc/mvme2307/startup/main.c
@@ -6,9 +6,8 @@
*
* Thanks to Chris Johns <cjohns@plessey.com.au> for this idea.
*
- * 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/c/src/lib/libbsp/powerpc/mvme2307/startup/setvec.c b/c/src/lib/libbsp/powerpc/mvme2307/startup/setvec.c
index dcdd94c665..3d3b5a4c99 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/mvme2307/startup/setvec.c
@@ -29,9 +29,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.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 found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/mvme2307/timer/timer.c b/c/src/lib/libbsp/powerpc/mvme2307/timer/timer.c
index 60a1a78248..1fe76d18d2 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/mvme2307/timer/timer.c
@@ -12,9 +12,8 @@
* NOTE: It is important that the timer start/stop overhead be
* determined when porting or modifying this code.
*
- * 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