summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src/imfs
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/exec/libfs/src/imfs
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/exec/libfs/src/imfs')
-rw-r--r--c/src/exec/libfs/src/imfs/deviceio.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs.h3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_chown.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_creat.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_debug.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_directory.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_eval.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_fchmod.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_fcntl.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_fdatasync.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_free.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_fsunmount.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_getchild.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_gtkn.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_handlers_device.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_handlers_directory.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_handlers_link.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_init.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_initsupp.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_link.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_mknod.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_mount.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_ntype.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_readlink.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_rmnod.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_stat.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_symlink.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_unixstub.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_unlink.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_unmount.c3
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_utime.c3
-rw-r--r--c/src/exec/libfs/src/imfs/ioman.c3
-rw-r--r--c/src/exec/libfs/src/imfs/memfile.c3
-rw-r--r--c/src/exec/libfs/src/imfs/miniimfs_init.c3
35 files changed, 35 insertions, 70 deletions
diff --git a/c/src/exec/libfs/src/imfs/deviceio.c b/c/src/exec/libfs/src/imfs/deviceio.c
index fd969e7aa9..0cbdd2a456 100644
--- a/c/src/exec/libfs/src/imfs/deviceio.c
+++ b/c/src/exec/libfs/src/imfs/deviceio.c
@@ -4,9 +4,8 @@
* This file contains the set of handlers used to map operations on
* IMFS device nodes onto calls to the RTEMS Classic API IO Manager.
*
- * 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/exec/libfs/src/imfs/imfs.h b/c/src/exec/libfs/src/imfs/imfs.h
index 0a82aabfce..585c070594 100644
--- a/c/src/exec/libfs/src/imfs/imfs.h
+++ b/c/src/exec/libfs/src/imfs/imfs.h
@@ -1,9 +1,8 @@
/*
* Header file for the In-Memory File System
*
- * 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/exec/libfs/src/imfs/imfs_chown.c b/c/src/exec/libfs/src/imfs/imfs_chown.c
index 816294ee34..d9e8f40e7f 100644
--- a/c/src/exec/libfs/src/imfs/imfs_chown.c
+++ b/c/src/exec/libfs/src/imfs/imfs_chown.c
@@ -4,9 +4,8 @@
* This routine is the implementation of the chown() system
* call for the IMFS.
*
- * 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/exec/libfs/src/imfs/imfs_creat.c b/c/src/exec/libfs/src/imfs/imfs_creat.c
index 6b638ed07c..227b5f9300 100644
--- a/c/src/exec/libfs/src/imfs/imfs_creat.c
+++ b/c/src/exec/libfs/src/imfs/imfs_creat.c
@@ -3,9 +3,8 @@
*
* Routine to create a new in memory file system node.
*
- * 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/exec/libfs/src/imfs/imfs_debug.c b/c/src/exec/libfs/src/imfs/imfs_debug.c
index 7e0482dbfe..f8151c6c0f 100644
--- a/c/src/exec/libfs/src/imfs/imfs_debug.c
+++ b/c/src/exec/libfs/src/imfs/imfs_debug.c
@@ -1,9 +1,8 @@
/*
* IMFS debug support routines
*
- * 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/exec/libfs/src/imfs/imfs_directory.c b/c/src/exec/libfs/src/imfs/imfs_directory.c
index 89672ec9ae..1f6d9b5ff5 100644
--- a/c/src/exec/libfs/src/imfs/imfs_directory.c
+++ b/c/src/exec/libfs/src/imfs/imfs_directory.c
@@ -1,9 +1,8 @@
/*
* XXX
*
- * 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/exec/libfs/src/imfs/imfs_eval.c b/c/src/exec/libfs/src/imfs/imfs_eval.c
index 66b5fa828c..1f1e7c6daf 100644
--- a/c/src/exec/libfs/src/imfs/imfs_eval.c
+++ b/c/src/exec/libfs/src/imfs/imfs_eval.c
@@ -1,9 +1,8 @@
/*
* Evaluation IMFS Node Support Routines
*
- * 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/exec/libfs/src/imfs/imfs_fchmod.c b/c/src/exec/libfs/src/imfs/imfs_fchmod.c
index 06c2969100..b766ed74dc 100644
--- a/c/src/exec/libfs/src/imfs/imfs_fchmod.c
+++ b/c/src/exec/libfs/src/imfs/imfs_fchmod.c
@@ -1,9 +1,8 @@
/*
* IMFS file change mode routine.
*
- * 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/exec/libfs/src/imfs/imfs_fcntl.c b/c/src/exec/libfs/src/imfs/imfs_fcntl.c
index cbbbe1eedb..c1014a8653 100644
--- a/c/src/exec/libfs/src/imfs/imfs_fcntl.c
+++ b/c/src/exec/libfs/src/imfs/imfs_fcntl.c
@@ -3,9 +3,8 @@
*
* The following routine does a fcntl on an IMFS node.
*
- * 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/exec/libfs/src/imfs/imfs_fdatasync.c b/c/src/exec/libfs/src/imfs/imfs_fdatasync.c
index 280ffb223c..6142cc7e0f 100644
--- a/c/src/exec/libfs/src/imfs/imfs_fdatasync.c
+++ b/c/src/exec/libfs/src/imfs/imfs_fdatasync.c
@@ -5,9 +5,8 @@
* File System is always in sync, therefore this routine always returns
* pass.
*
- * 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/exec/libfs/src/imfs/imfs_free.c b/c/src/exec/libfs/src/imfs/imfs_free.c
index 1dc6fd9425..2a5065068c 100644
--- a/c/src/exec/libfs/src/imfs/imfs_free.c
+++ b/c/src/exec/libfs/src/imfs/imfs_free.c
@@ -2,9 +2,8 @@
* Free IMFS Node Support Routines
*
*
- * 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/exec/libfs/src/imfs/imfs_fsunmount.c b/c/src/exec/libfs/src/imfs/imfs_fsunmount.c
index 59046f13a9..1ae71ee075 100644
--- a/c/src/exec/libfs/src/imfs/imfs_fsunmount.c
+++ b/c/src/exec/libfs/src/imfs/imfs_fsunmount.c
@@ -1,9 +1,8 @@
/*
* IMFS 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/exec/libfs/src/imfs/imfs_getchild.c b/c/src/exec/libfs/src/imfs/imfs_getchild.c
index 3bb710f169..f70a8f292c 100644
--- a/c/src/exec/libfs/src/imfs/imfs_getchild.c
+++ b/c/src/exec/libfs/src/imfs/imfs_getchild.c
@@ -3,9 +3,8 @@
*
* This routine returns the child name in the given directory.
*
- * 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/exec/libfs/src/imfs/imfs_gtkn.c b/c/src/exec/libfs/src/imfs/imfs_gtkn.c
index d0689abdd3..c56bef5c2b 100644
--- a/c/src/exec/libfs/src/imfs/imfs_gtkn.c
+++ b/c/src/exec/libfs/src/imfs/imfs_gtkn.c
@@ -4,9 +4,8 @@
* Routine to get a token (name or separator) from the path
* the length of the token is returned in token_len.
*
- * 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/exec/libfs/src/imfs/imfs_handlers_device.c b/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
index b6b9c808a0..4431819a94 100644
--- a/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
+++ b/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
@@ -1,9 +1,8 @@
/*
* Device Operations Table for the IMFS
*
- * 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/exec/libfs/src/imfs/imfs_handlers_directory.c b/c/src/exec/libfs/src/imfs/imfs_handlers_directory.c
index 0ee06d8ebf..21370c194d 100644
--- a/c/src/exec/libfs/src/imfs/imfs_handlers_directory.c
+++ b/c/src/exec/libfs/src/imfs/imfs_handlers_directory.c
@@ -1,9 +1,8 @@
/*
* Operations Table for Directories for the IMFS
*
- * 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/exec/libfs/src/imfs/imfs_handlers_link.c b/c/src/exec/libfs/src/imfs/imfs_handlers_link.c
index 47a3f7a8f8..b0a057c068 100644
--- a/c/src/exec/libfs/src/imfs/imfs_handlers_link.c
+++ b/c/src/exec/libfs/src/imfs/imfs_handlers_link.c
@@ -1,9 +1,8 @@
/*
* Link Operations Table for the IMFS
*
- * 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/exec/libfs/src/imfs/imfs_handlers_memfile.c b/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c
index 0e2566841b..5133b87198 100644
--- a/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c
+++ b/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c
@@ -1,9 +1,8 @@
/*
* Memfile Operations Tables for the IMFS
*
- * 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/exec/libfs/src/imfs/imfs_init.c b/c/src/exec/libfs/src/imfs/imfs_init.c
index ad2781f63e..c2630af78e 100644
--- a/c/src/exec/libfs/src/imfs/imfs_init.c
+++ b/c/src/exec/libfs/src/imfs/imfs_init.c
@@ -1,9 +1,8 @@
/*
* IMFS 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/exec/libfs/src/imfs/imfs_initsupp.c b/c/src/exec/libfs/src/imfs/imfs_initsupp.c
index c61618454b..408789760e 100644
--- a/c/src/exec/libfs/src/imfs/imfs_initsupp.c
+++ b/c/src/exec/libfs/src/imfs/imfs_initsupp.c
@@ -1,9 +1,8 @@
/*
* IMFS 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/exec/libfs/src/imfs/imfs_link.c b/c/src/exec/libfs/src/imfs/imfs_link.c
index 34d277646d..6a8fa3c3ef 100644
--- a/c/src/exec/libfs/src/imfs/imfs_link.c
+++ b/c/src/exec/libfs/src/imfs/imfs_link.c
@@ -5,9 +5,8 @@
* name given in name. The link node is set to point to the node at
* to_loc.
*
- * 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/exec/libfs/src/imfs/imfs_mknod.c b/c/src/exec/libfs/src/imfs/imfs_mknod.c
index 947fe260c1..05b7ca9a5f 100644
--- a/c/src/exec/libfs/src/imfs/imfs_mknod.c
+++ b/c/src/exec/libfs/src/imfs/imfs_mknod.c
@@ -3,9 +3,8 @@
*
* Routine to create a node in the IMFS file system.
*
- * 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/exec/libfs/src/imfs/imfs_mount.c b/c/src/exec/libfs/src/imfs/imfs_mount.c
index a267b52576..7b159f476c 100644
--- a/c/src/exec/libfs/src/imfs/imfs_mount.c
+++ b/c/src/exec/libfs/src/imfs/imfs_mount.c
@@ -8,9 +8,8 @@
* pointer to point to the mount table entry that we are about to add
* to the mount table chain.
*
- * 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/exec/libfs/src/imfs/imfs_ntype.c b/c/src/exec/libfs/src/imfs/imfs_ntype.c
index bdf451a879..33beda1bab 100644
--- a/c/src/exec/libfs/src/imfs/imfs_ntype.c
+++ b/c/src/exec/libfs/src/imfs/imfs_ntype.c
@@ -4,9 +4,8 @@
* The following verifies that returns the type of node that the
* loc refers to.
*
- * 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/exec/libfs/src/imfs/imfs_readlink.c b/c/src/exec/libfs/src/imfs/imfs_readlink.c
index 958118f42f..36bb17815a 100644
--- a/c/src/exec/libfs/src/imfs/imfs_readlink.c
+++ b/c/src/exec/libfs/src/imfs/imfs_readlink.c
@@ -4,9 +4,8 @@
* The following rouine puts the symblic links destination name into
* buff.
*
- * 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/exec/libfs/src/imfs/imfs_rmnod.c b/c/src/exec/libfs/src/imfs/imfs_rmnod.c
index 1eba836a58..3b875145da 100644
--- a/c/src/exec/libfs/src/imfs/imfs_rmnod.c
+++ b/c/src/exec/libfs/src/imfs/imfs_rmnod.c
@@ -4,9 +4,8 @@
* This file contains the handler used to remove a node when a file type
* does not require special actions.
*
- * 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/exec/libfs/src/imfs/imfs_stat.c b/c/src/exec/libfs/src/imfs/imfs_stat.c
index 4628736714..2edc1a9e9b 100644
--- a/c/src/exec/libfs/src/imfs/imfs_stat.c
+++ b/c/src/exec/libfs/src/imfs/imfs_stat.c
@@ -3,9 +3,8 @@
*
* This routine provides a stat for the IMFS file system.
*
- * 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/exec/libfs/src/imfs/imfs_symlink.c b/c/src/exec/libfs/src/imfs/imfs_symlink.c
index 36b24fef88..8e795463e3 100644
--- a/c/src/exec/libfs/src/imfs/imfs_symlink.c
+++ b/c/src/exec/libfs/src/imfs/imfs_symlink.c
@@ -5,9 +5,8 @@
* with the name given in name. The node is set to point to the node at
* to_loc.
*
- * 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/exec/libfs/src/imfs/imfs_unixstub.c b/c/src/exec/libfs/src/imfs/imfs_unixstub.c
index 1ba71c9a42..8ee429383c 100644
--- a/c/src/exec/libfs/src/imfs/imfs_unixstub.c
+++ b/c/src/exec/libfs/src/imfs/imfs_unixstub.c
@@ -1,9 +1,8 @@
/*
* IMFS Stub for UNIX configuration
*
- * 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/exec/libfs/src/imfs/imfs_unlink.c b/c/src/exec/libfs/src/imfs/imfs_unlink.c
index 2bb968d23a..f001c6450d 100644
--- a/c/src/exec/libfs/src/imfs/imfs_unlink.c
+++ b/c/src/exec/libfs/src/imfs/imfs_unlink.c
@@ -3,9 +3,8 @@
*
* Routine to remove a link node from the tree.
*
- * 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/exec/libfs/src/imfs/imfs_unmount.c b/c/src/exec/libfs/src/imfs/imfs_unmount.c
index f29d720ab3..9e07fe0c5e 100644
--- a/c/src/exec/libfs/src/imfs/imfs_unmount.c
+++ b/c/src/exec/libfs/src/imfs/imfs_unmount.c
@@ -9,9 +9,8 @@
* to NULL. This indicates that a directory is no longer mounted on
* this node.
*
- * 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/exec/libfs/src/imfs/imfs_utime.c b/c/src/exec/libfs/src/imfs/imfs_utime.c
index bc2639ef8c..e20d352c50 100644
--- a/c/src/exec/libfs/src/imfs/imfs_utime.c
+++ b/c/src/exec/libfs/src/imfs/imfs_utime.c
@@ -4,9 +4,8 @@
* This routine is the implementation of the utime() system
* call for the IMFS.
*
- * 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/exec/libfs/src/imfs/ioman.c b/c/src/exec/libfs/src/imfs/ioman.c
index 41106fa1c7..ee22791657 100644
--- a/c/src/exec/libfs/src/imfs/ioman.c
+++ b/c/src/exec/libfs/src/imfs/ioman.c
@@ -2,9 +2,8 @@
* This file emulates the old Classic RTEMS IO manager directives
* which register and lookup names using the in-memory filesystem.
*
- * 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/exec/libfs/src/imfs/memfile.c b/c/src/exec/libfs/src/imfs/memfile.c
index 0a3b30d38f..dad120a0a7 100644
--- a/c/src/exec/libfs/src/imfs/memfile.c
+++ b/c/src/exec/libfs/src/imfs/memfile.c
@@ -7,9 +7,8 @@
* at system shutdown unless special arrangements to copy the data to
* some type of non-volailte storage are made by the application.
*
- * 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/exec/libfs/src/imfs/miniimfs_init.c b/c/src/exec/libfs/src/imfs/miniimfs_init.c
index 865822fbfc..b2e4fa936e 100644
--- a/c/src/exec/libfs/src/imfs/miniimfs_init.c
+++ b/c/src/exec/libfs/src/imfs/miniimfs_init.c
@@ -1,9 +1,8 @@
/*
* Mini-IMFS 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