summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start/start.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start360/start360.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/timer/timer.c3
9 files changed, 9 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
index eb30e01b70..e0d5c344c5 100644
--- a/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
@@ -21,9 +21,8 @@
*
* Output parameters: 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/m68k/gen68360/console/console.c b/c/src/lib/libbsp/m68k/gen68360/console/console.c
index 7b6fe1ded9..8b1c6dc517 100644
--- a/c/src/lib/libbsp/m68k/gen68360/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68360/console/console.c
@@ -13,9 +13,8 @@
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*
- * 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/m68k/gen68360/console/consolereserveresources.c b/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c
index 1e720b29ce..bd9fbcde6b 100644
--- a/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c
+++ b/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c
@@ -11,9 +11,8 @@
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*
- * 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/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
index 885fdd117d..e54ed3ffff 100644
--- a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
@@ -15,9 +15,8 @@
/* bsp.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/c/src/lib/libbsp/m68k/gen68360/start/start.S b/c/src/lib/libbsp/m68k/gen68360/start/start.S
index d25c3b43d4..4a10e7748c 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68360/start/start.S
@@ -5,9 +5,8 @@
* It jumps to the BSP which is responsible for performing
* all 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 in
* the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/m68k/gen68360/start360/start360.S b/c/src/lib/libbsp/m68k/gen68360/start360/start360.S
index d25c3b43d4..4a10e7748c 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start360/start360.S
+++ b/c/src/lib/libbsp/m68k/gen68360/start360/start360.S
@@ -5,9 +5,8 @@
* It jumps to the BSP which is responsible for performing
* all 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 in
* the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c
index 66f6531b84..c939f3e978 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/gen68360/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/m68k/gen68360/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
index f0e5f427d4..aa3f48bf01 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
@@ -4,9 +4,8 @@
* The generic CPU dependent initialization has been performed
* before this routine is invoked.
*
- * 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/m68k/gen68360/timer/timer.c b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
index c42dd60b96..fcbf8804c7 100644
--- a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
@@ -26,9 +26,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