summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/a29k
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-17 17:51:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-17 17:51:34 +0000
commit08311cc3a95a4b8abf98477c46d7a9f18d360bdb (patch)
treef884ce7e11ee6c956521f7825659f4f1cc0ce974 /c/src/lib/libbsp/a29k
parentRemoved as part of patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius (diff)
downloadrtems-08311cc3a95a4b8abf98477c46d7a9f18d360bdb.tar.bz2
Updated copyright notice.
Diffstat (limited to 'c/src/lib/libbsp/a29k')
-rw-r--r--c/src/lib/libbsp/a29k/portsw/console/console.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/main.c3
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/setvec.c3
11 files changed, 11 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/a29k/portsw/console/console.c b/c/src/lib/libbsp/a29k/portsw/console/console.c
index fb5a761df1..8c08201b07 100644
--- a/c/src/lib/libbsp/a29k/portsw/console/console.c
+++ b/c/src/lib/libbsp/a29k/portsw/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the template for a console IO package.
*
- * 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/a29k/portsw/include/bsp.h b/c/src/lib/libbsp/a29k/portsw/include/bsp.h
index d3fb0630a8..69140d7ecc 100644
--- a/c/src/lib/libbsp/a29k/portsw/include/bsp.h
+++ b/c/src/lib/libbsp/a29k/portsw/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/a29k/portsw/include/coverhd.h b/c/src/lib/libbsp/a29k/portsw/include/coverhd.h
index fedd788455..3063812832 100644
--- a/c/src/lib/libbsp/a29k/portsw/include/coverhd.h
+++ b/c/src/lib/libbsp/a29k/portsw/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/a29k/portsw/shmsupp/addrconv.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
index 123616382f..ff610cd3c7 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
@@ -8,9 +8,8 @@
* Output parameters:
* returns - converted address
*
- * 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/a29k/portsw/shmsupp/getcfg.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
index a7c0348728..df6e43d4f5 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
@@ -21,9 +21,8 @@ XXX: FIX THE COMMENTS BELOW WHEN THE CPU IS KNOWN
* POLLED BIG 2+
* INTERRUPT **** NOT SUPPORTED ****
*
- * 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/a29k/portsw/shmsupp/lock.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c
index 6d5884c530..abb2af20fa 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c
@@ -6,9 +6,8 @@
* and deadlock when two tasks poll for the same lock.
* previous level.
*
- * 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/a29k/portsw/shmsupp/mpisr.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c
index d27d54b76d..568a480722 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c
@@ -1,8 +1,7 @@
/* Shm_isr_nobsp()
*
- * 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/a29k/portsw/startup/bspclean.c b/c/src/lib/libbsp/a29k/portsw/startup/bspclean.c
index c943896019..31fe9a603f 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/bspclean.c
+++ b/c/src/lib/libbsp/a29k/portsw/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/a29k/portsw/startup/bspstart.c b/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
index 666a0f3d68..d74f2ef23d 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
+++ b/c/src/lib/libbsp/a29k/portsw/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/a29k/portsw/startup/main.c b/c/src/lib/libbsp/a29k/portsw/startup/main.c
index 4bb9abbd1f..aa4a692d4b 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/main.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/main.c
@@ -3,9 +3,8 @@
* This is the entry point for the application. It calls
* the bsp_start routine to the actual dirty work.
*
- * 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/a29k/portsw/startup/setvec.c b/c/src/lib/libbsp/a29k/portsw/startup/setvec.c
index e353cad88a..f6b222d2d8 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/setvec.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/setvec.c
@@ -12,9 +12,8 @@
* RETURNS:
* address of previous interrupt handler
*
- * 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