summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/force386
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/force386/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/console/console.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/i386/force386/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/lock.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/exit.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/ldsegs.s2
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/i386/force386/timer/timerisr.s2
15 files changed, 15 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/i386/force386/clock/ckinit.c b/c/src/lib/libbsp/i386/force386/clock/ckinit.c
index 511f74397c..947b777654 100644
--- a/c/src/lib/libbsp/i386/force386/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/force386/clock/ckinit.c
@@ -7,7 +7,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/console/console.c b/c/src/lib/libbsp/i386/force386/console/console.c
index b6958ac8e6..bf669748f8 100644
--- a/c/src/lib/libbsp/i386/force386/console/console.c
+++ b/c/src/lib/libbsp/i386/force386/console/console.c
@@ -1,7 +1,7 @@
/*
* This file contains the Force CPU386 console IO package.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/include/bsp.h b/c/src/lib/libbsp/i386/force386/include/bsp.h
index d9e99263f1..fdf3c2455f 100644
--- a/c/src/lib/libbsp/i386/force386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/force386/include/bsp.h
@@ -2,7 +2,7 @@
*
* This include file definitions related to the Force CPU-386 board.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/include/coverhd.h b/c/src/lib/libbsp/i386/force386/include/coverhd.h
index 7df9c617a3..de5e7aa742 100644
--- a/c/src/lib/libbsp/i386/force386/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/force386/include/coverhd.h
@@ -3,7 +3,7 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c b/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c
index 5d031a296b..6a38f515f6 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c
@@ -9,7 +9,7 @@
* Output parameters:
* returns - converted address
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c b/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
index 23ca8b5581..b10d5bf4fe 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
@@ -20,7 +20,7 @@
* POLLED BIG 2+
* INTERRUPT **** NOT SUPPORTED ****
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/lock.c b/c/src/lib/libbsp/i386/force386/shmsupp/lock.c
index 544611b2a7..d5f74fb8e3 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/lock.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/lock.c
@@ -6,7 +6,7 @@
* and deadlock when two tasks poll for the same lock.
* previous level.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c b/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c
index b771887549..ae0c2dd673 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c
@@ -10,7 +10,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/startup/bspstart.c b/c/src/lib/libbsp/i386/force386/startup/bspstart.c
index 987458a892..5158b56122 100644
--- a/c/src/lib/libbsp/i386/force386/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/force386/startup/bspstart.c
@@ -9,7 +9,7 @@
*
* OUTPUT: NONE
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/startup/exit.c b/c/src/lib/libbsp/i386/force386/startup/exit.c
index 562d33b57d..c17d97fa6e 100644
--- a/c/src/lib/libbsp/i386/force386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/force386/startup/exit.c
@@ -3,7 +3,7 @@
*
* This routine returns control to FORCEbug.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/startup/ldsegs.s b/c/src/lib/libbsp/i386/force386/startup/ldsegs.s
index ca27cd49f0..7689a7693f 100644
--- a/c/src/lib/libbsp/i386/force386/startup/ldsegs.s
+++ b/c/src/lib/libbsp/i386/force386/startup/ldsegs.s
@@ -7,7 +7,7 @@
* NOTE: No stack has been established when this routine
* is invoked. It returns by jumping back to bspentry.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/startup/linkcmds b/c/src/lib/libbsp/i386/force386/startup/linkcmds
index 1c15fe1cb8..0165935df3 100644
--- a/c/src/lib/libbsp/i386/force386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/force386/startup/linkcmds
@@ -2,7 +2,7 @@
* This file contains directives for the GNU linker which are specific
* to the FORCE CPU386 board.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/startup/setvec.c b/c/src/lib/libbsp/i386/force386/startup/setvec.c
index 70e6a7505e..62b9494ab8 100644
--- a/c/src/lib/libbsp/i386/force386/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/force386/startup/setvec.c
@@ -11,7 +11,7 @@
* RETURNS:
* address of previous interrupt handler
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/timer/timer.c b/c/src/lib/libbsp/i386/force386/timer/timer.c
index 5f553f0615..ac7991173d 100644
--- a/c/src/lib/libbsp/i386/force386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/force386/timer/timer.c
@@ -13,7 +13,7 @@
* It is important that the timer start/stop overhead be
* determined when porting or modifying this code.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/i386/force386/timer/timerisr.s b/c/src/lib/libbsp/i386/force386/timer/timerisr.s
index 9770b447e0..3264248b05 100644
--- a/c/src/lib/libbsp/i386/force386/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/force386/timer/timerisr.s
@@ -8,7 +8,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*