summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/include/rtems/libio_.h3
-rw-r--r--c/src/exec/libcsupport/include/clockdrv.h3
-rw-r--r--c/src/exec/libcsupport/include/console.h3
-rw-r--r--c/src/exec/libcsupport/include/iosupp.h3
-rw-r--r--c/src/exec/libcsupport/include/motorola/mc68230.h3
-rw-r--r--c/src/exec/libcsupport/include/rtems/libcsupport.h3
-rw-r--r--c/src/exec/libcsupport/include/rtems/libio.h3
-rw-r--r--c/src/exec/libcsupport/include/rtems/libio_.h3
-rw-r--r--c/src/exec/libcsupport/include/sys/termios.h3
-rw-r--r--c/src/exec/libcsupport/include/timerdrv.h3
-rw-r--r--c/src/exec/libcsupport/include/vmeintr.h3
-rw-r--r--c/src/exec/libcsupport/include/zilog/z8036.h3
-rw-r--r--c/src/exec/libcsupport/include/zilog/z8530.h3
-rw-r--r--c/src/exec/libcsupport/include/zilog/z8536.h3
-rw-r--r--c/src/exec/libcsupport/src/__brk.c3
-rw-r--r--c/src/exec/libcsupport/src/__gettod.c3
-rw-r--r--c/src/exec/libcsupport/src/__sbrk.c3
-rw-r--r--c/src/exec/libcsupport/src/__times.c3
-rw-r--r--c/src/exec/libcsupport/src/access.c3
-rw-r--r--c/src/exec/libcsupport/src/base_fs.c3
-rw-r--r--c/src/exec/libcsupport/src/cfgetispeed.c3
-rw-r--r--c/src/exec/libcsupport/src/cfgetospeed.c3
-rw-r--r--c/src/exec/libcsupport/src/cfsetispeed.c3
-rw-r--r--c/src/exec/libcsupport/src/cfsetospeed.c3
-rw-r--r--c/src/exec/libcsupport/src/chdir.c3
-rw-r--r--c/src/exec/libcsupport/src/chmod.c3
-rw-r--r--c/src/exec/libcsupport/src/chown.c3
-rw-r--r--c/src/exec/libcsupport/src/close.c3
-rw-r--r--c/src/exec/libcsupport/src/ctermid.c3
-rw-r--r--c/src/exec/libcsupport/src/dup.c3
-rw-r--r--c/src/exec/libcsupport/src/dup2.c3
-rw-r--r--c/src/exec/libcsupport/src/eval.c3
-rw-r--r--c/src/exec/libcsupport/src/fchmod.c3
-rw-r--r--c/src/exec/libcsupport/src/fcntl.c3
-rw-r--r--c/src/exec/libcsupport/src/fdatasync.c3
-rw-r--r--c/src/exec/libcsupport/src/fpathconf.c3
-rw-r--r--c/src/exec/libcsupport/src/fs_null_handlers.c3
-rw-r--r--c/src/exec/libcsupport/src/fstat.c3
-rw-r--r--c/src/exec/libcsupport/src/fsync.c3
-rw-r--r--c/src/exec/libcsupport/src/ftruncate.c3
-rw-r--r--c/src/exec/libcsupport/src/getdents.c3
-rw-r--r--c/src/exec/libcsupport/src/hosterr.c3
-rw-r--r--c/src/exec/libcsupport/src/ioctl.c3
-rw-r--r--c/src/exec/libcsupport/src/libio.c3
-rw-r--r--c/src/exec/libcsupport/src/libio_sockets.c3
-rw-r--r--c/src/exec/libcsupport/src/link.c3
-rw-r--r--c/src/exec/libcsupport/src/lseek.c3
-rw-r--r--c/src/exec/libcsupport/src/lstat.c3
-rw-r--r--c/src/exec/libcsupport/src/malloc.c3
-rw-r--r--c/src/exec/libcsupport/src/mkdir.c3
-rw-r--r--c/src/exec/libcsupport/src/mkfifo.c3
-rw-r--r--c/src/exec/libcsupport/src/mknod.c3
-rw-r--r--c/src/exec/libcsupport/src/mount.c3
-rw-r--r--c/src/exec/libcsupport/src/no_libc.c3
-rw-r--r--c/src/exec/libcsupport/src/open.c3
-rw-r--r--c/src/exec/libcsupport/src/pathconf.c3
-rw-r--r--c/src/exec/libcsupport/src/pipe.c3
-rw-r--r--c/src/exec/libcsupport/src/read.c3
-rw-r--r--c/src/exec/libcsupport/src/readlink.c3
-rw-r--r--c/src/exec/libcsupport/src/rewinddir.c3
-rw-r--r--c/src/exec/libcsupport/src/rmdir.c3
-rw-r--r--c/src/exec/libcsupport/src/seekdir.c3
-rw-r--r--c/src/exec/libcsupport/src/stat.c3
-rw-r--r--c/src/exec/libcsupport/src/symlink.c3
-rw-r--r--c/src/exec/libcsupport/src/tcdrain.c3
-rw-r--r--c/src/exec/libcsupport/src/tcflow.c3
-rw-r--r--c/src/exec/libcsupport/src/tcflush.c3
-rw-r--r--c/src/exec/libcsupport/src/tcgetattr.c3
-rw-r--r--c/src/exec/libcsupport/src/tcgetprgrp.c3
-rw-r--r--c/src/exec/libcsupport/src/tcsendbreak.c3
-rw-r--r--c/src/exec/libcsupport/src/tcsetattr.c3
-rw-r--r--c/src/exec/libcsupport/src/tcsetpgrp.c3
-rw-r--r--c/src/exec/libcsupport/src/telldir.c3
-rw-r--r--c/src/exec/libcsupport/src/truncate.c3
-rw-r--r--c/src/exec/libcsupport/src/umask.c3
-rw-r--r--c/src/exec/libcsupport/src/unixlibc.c3
-rw-r--r--c/src/exec/libcsupport/src/unlink.c3
-rw-r--r--c/src/exec/libcsupport/src/unmount.c3
-rw-r--r--c/src/exec/libcsupport/src/utime.c3
-rw-r--r--c/src/exec/libcsupport/src/write.c3
-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
-rw-r--r--c/src/exec/posix/include/rtems/posix/cond.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/condmp.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/config.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/intr.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/key.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/mqueue.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/mqueuemp.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/mutex.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/mutexmp.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/posixapi.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/pthread.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/pthreadmp.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/semaphore.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/semaphoremp.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/seterr.h3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/cond.inl3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/intr.inl3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/key.inl3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/mqueue.inl3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/mutex.inl3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/pthread.inl3
-rw-r--r--c/src/exec/posix/inline/rtems/posix/semaphore.inl3
-rw-r--r--c/src/exec/posix/src/alarm.c3
-rw-r--r--c/src/exec/posix/src/kill.c3
-rw-r--r--c/src/exec/posix/src/killinfo.c3
-rw-r--r--c/src/exec/posix/src/pause.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrdestroy.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetdetachstate.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetinheritsched.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetschedpolicy.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetscope.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetstackaddr.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetstacksize.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrinit.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetdetachstate.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetinheritsched.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetschedpolicy.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetscope.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetstackaddr.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetstacksize.c3
-rw-r--r--c/src/exec/posix/src/pthreadcreate.c3
-rw-r--r--c/src/exec/posix/src/pthreaddetach.c3
-rw-r--r--c/src/exec/posix/src/pthreadequal.c3
-rw-r--r--c/src/exec/posix/src/pthreadexit.c3
-rw-r--r--c/src/exec/posix/src/pthreadgetcpuclockid.c3
-rw-r--r--c/src/exec/posix/src/pthreadgetcputime.c3
-rw-r--r--c/src/exec/posix/src/pthreadgetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadjoin.c3
-rw-r--r--c/src/exec/posix/src/pthreadkill.c3
-rw-r--r--c/src/exec/posix/src/pthreadonce.c3
-rw-r--r--c/src/exec/posix/src/pthreadself.c3
-rw-r--r--c/src/exec/posix/src/pthreadsetcputime.c3
-rw-r--r--c/src/exec/posix/src/pthreadsetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadsigmask.c3
-rw-r--r--c/src/exec/posix/src/sigaction.c3
-rw-r--r--c/src/exec/posix/src/sigaddset.c3
-rw-r--r--c/src/exec/posix/src/sigdelset.c3
-rw-r--r--c/src/exec/posix/src/sigemptyset.c3
-rw-r--r--c/src/exec/posix/src/sigfillset.c3
-rw-r--r--c/src/exec/posix/src/sigismember.c3
-rw-r--r--c/src/exec/posix/src/signal_2.c3
-rw-r--r--c/src/exec/posix/src/sigpending.c3
-rw-r--r--c/src/exec/posix/src/sigprocmask.c3
-rw-r--r--c/src/exec/posix/src/sigqueue.c3
-rw-r--r--c/src/exec/posix/src/sigsuspend.c3
-rw-r--r--c/src/exec/posix/src/sigtimedwait.c3
-rw-r--r--c/src/exec/posix/src/sigwait.c3
-rw-r--r--c/src/exec/posix/src/sigwaitinfo.c3
-rw-r--r--c/src/exec/rtems/include/rtems.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/asr.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/attr.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/clock.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/config.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/dpmem.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/event.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/eventmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/eventset.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/intr.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/message.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/modes.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/mp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/msgmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/options.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/part.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/partmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/ratemon.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/region.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/regionmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/rtemsapi.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/sem.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/semmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/signal.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/signalmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/status.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/support.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/taskmp.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/tasks.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/timer.h3
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/types.h3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/asr.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/attr.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/dpmem.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/event.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/eventset.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/message.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/modes.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/options.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/part.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/ratemon.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/region.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/sem.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/status.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/support.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/tasks.inl3
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/timer.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/asr.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/attr.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/dpmem.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/event.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/eventset.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/message.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/modes.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/options.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/part.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/ratemon.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/region.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/sem.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/status.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/support.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/tasks.inl3
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/timer.inl3
-rw-r--r--c/src/exec/rtems/optman/no-dpmem.c3
-rw-r--r--c/src/exec/rtems/optman/no-event.c3
-rw-r--r--c/src/exec/rtems/optman/no-mp.c3
-rw-r--r--c/src/exec/rtems/optman/no-msg.c3
-rw-r--r--c/src/exec/rtems/optman/no-part.c3
-rw-r--r--c/src/exec/rtems/optman/no-region.c3
-rw-r--r--c/src/exec/rtems/optman/no-rtmon.c3
-rw-r--r--c/src/exec/rtems/optman/no-sem.c3
-rw-r--r--c/src/exec/rtems/optman/no-signal.c3
-rw-r--r--c/src/exec/rtems/optman/no-timer.c3
-rw-r--r--c/src/exec/rtems/src/attr.c3
-rw-r--r--c/src/exec/rtems/src/clockget.c3
-rw-r--r--c/src/exec/rtems/src/clockset.c3
-rw-r--r--c/src/exec/rtems/src/clocktick.c3
-rw-r--r--c/src/exec/rtems/src/dpmem.c3
-rw-r--r--c/src/exec/rtems/src/dpmemcreate.c3
-rw-r--r--c/src/exec/rtems/src/dpmemdelete.c3
-rw-r--r--c/src/exec/rtems/src/dpmemexternal2internal.c3
-rw-r--r--c/src/exec/rtems/src/dpmemident.c3
-rw-r--r--c/src/exec/rtems/src/dpmeminternal2external.c3
-rw-r--r--c/src/exec/rtems/src/event.c3
-rw-r--r--c/src/exec/rtems/src/eventmp.c3
-rw-r--r--c/src/exec/rtems/src/eventreceive.c3
-rw-r--r--c/src/exec/rtems/src/eventseize.c3
-rw-r--r--c/src/exec/rtems/src/eventsend.c3
-rw-r--r--c/src/exec/rtems/src/eventsurrender.c3
-rw-r--r--c/src/exec/rtems/src/eventtimeout.c3
-rw-r--r--c/src/exec/rtems/src/intr.c3
-rw-r--r--c/src/exec/rtems/src/intrbody.c3
-rw-r--r--c/src/exec/rtems/src/intrcatch.c3
-rw-r--r--c/src/exec/rtems/src/mp.c3
-rw-r--r--c/src/exec/rtems/src/msg.c3
-rw-r--r--c/src/exec/rtems/src/msgmp.c3
-rw-r--r--c/src/exec/rtems/src/msgqallocate.c3
-rw-r--r--c/src/exec/rtems/src/msgqbroadcast.c3
-rw-r--r--c/src/exec/rtems/src/msgqcreate.c3
-rw-r--r--c/src/exec/rtems/src/msgqdelete.c3
-rw-r--r--c/src/exec/rtems/src/msgqflush.c3
-rw-r--r--c/src/exec/rtems/src/msgqgetnumberpending.c3
-rw-r--r--c/src/exec/rtems/src/msgqident.c3
-rw-r--r--c/src/exec/rtems/src/msgqreceive.c3
-rw-r--r--c/src/exec/rtems/src/msgqsend.c3
-rw-r--r--c/src/exec/rtems/src/msgqsubmit.c3
-rw-r--r--c/src/exec/rtems/src/msgqtranslatereturncode.c3
-rw-r--r--c/src/exec/rtems/src/msgqurgent.c3
-rw-r--r--c/src/exec/rtems/src/part.c3
-rw-r--r--c/src/exec/rtems/src/partcreate.c3
-rw-r--r--c/src/exec/rtems/src/partdelete.c3
-rw-r--r--c/src/exec/rtems/src/partgetbuffer.c3
-rw-r--r--c/src/exec/rtems/src/partident.c3
-rw-r--r--c/src/exec/rtems/src/partmp.c3
-rw-r--r--c/src/exec/rtems/src/partreturnbuffer.c3
-rw-r--r--c/src/exec/rtems/src/ratemon.c3
-rw-r--r--c/src/exec/rtems/src/ratemoncancel.c3
-rw-r--r--c/src/exec/rtems/src/ratemoncreate.c3
-rw-r--r--c/src/exec/rtems/src/ratemondelete.c3
-rw-r--r--c/src/exec/rtems/src/ratemongetstatus.c3
-rw-r--r--c/src/exec/rtems/src/ratemonident.c3
-rw-r--r--c/src/exec/rtems/src/ratemonperiod.c3
-rw-r--r--c/src/exec/rtems/src/ratemontimeout.c3
-rw-r--r--c/src/exec/rtems/src/region.c3
-rw-r--r--c/src/exec/rtems/src/regioncreate.c3
-rw-r--r--c/src/exec/rtems/src/regiondelete.c3
-rw-r--r--c/src/exec/rtems/src/regionextend.c3
-rw-r--r--c/src/exec/rtems/src/regiongetsegment.c3
-rw-r--r--c/src/exec/rtems/src/regiongetsegmentsize.c3
-rw-r--r--c/src/exec/rtems/src/regionident.c3
-rw-r--r--c/src/exec/rtems/src/regionmp.c3
-rw-r--r--c/src/exec/rtems/src/regionreturnsegment.c3
-rw-r--r--c/src/exec/rtems/src/rtclock.c3
-rw-r--r--c/src/exec/rtems/src/rtemstimer.c3
-rw-r--r--c/src/exec/rtems/src/sem.c3
-rw-r--r--c/src/exec/rtems/src/semcreate.c3
-rw-r--r--c/src/exec/rtems/src/semdelete.c3
-rw-r--r--c/src/exec/rtems/src/semflush.c3
-rw-r--r--c/src/exec/rtems/src/semident.c3
-rw-r--r--c/src/exec/rtems/src/semmp.c3
-rw-r--r--c/src/exec/rtems/src/semobtain.c3
-rw-r--r--c/src/exec/rtems/src/semrelease.c3
-rw-r--r--c/src/exec/rtems/src/semtranslatereturncode.c3
-rw-r--r--c/src/exec/rtems/src/signal.c3
-rw-r--r--c/src/exec/rtems/src/signalcatch.c3
-rw-r--r--c/src/exec/rtems/src/signalmp.c3
-rw-r--r--c/src/exec/rtems/src/signalsend.c3
-rw-r--r--c/src/exec/rtems/src/taskcreate.c3
-rw-r--r--c/src/exec/rtems/src/taskdelete.c3
-rw-r--r--c/src/exec/rtems/src/taskgetnote.c3
-rw-r--r--c/src/exec/rtems/src/taskident.c3
-rw-r--r--c/src/exec/rtems/src/taskinitusers.c3
-rw-r--r--c/src/exec/rtems/src/taskissuspended.c3
-rw-r--r--c/src/exec/rtems/src/taskmode.c3
-rw-r--r--c/src/exec/rtems/src/taskmp.c3
-rw-r--r--c/src/exec/rtems/src/taskrestart.c3
-rw-r--r--c/src/exec/rtems/src/taskresume.c3
-rw-r--r--c/src/exec/rtems/src/tasks.c3
-rw-r--r--c/src/exec/rtems/src/tasksetnote.c3
-rw-r--r--c/src/exec/rtems/src/tasksetpriority.c3
-rw-r--r--c/src/exec/rtems/src/taskstart.c3
-rw-r--r--c/src/exec/rtems/src/tasksuspend.c3
-rw-r--r--c/src/exec/rtems/src/taskvariableadd.c3
-rw-r--r--c/src/exec/rtems/src/taskvariabledelete.c3
-rw-r--r--c/src/exec/rtems/src/taskwakeafter.c3
-rw-r--r--c/src/exec/rtems/src/taskwakewhen.c3
-rw-r--r--c/src/exec/rtems/src/timercancel.c3
-rw-r--r--c/src/exec/rtems/src/timercreate.c3
-rw-r--r--c/src/exec/rtems/src/timerdelete.c3
-rw-r--r--c/src/exec/rtems/src/timerfireafter.c3
-rw-r--r--c/src/exec/rtems/src/timerfirewhen.c3
-rw-r--r--c/src/exec/rtems/src/timerident.c3
-rw-r--r--c/src/exec/rtems/src/timerreset.c3
-rw-r--r--c/src/exec/sapi/include/confdefs.h3
-rw-r--r--c/src/exec/sapi/include/rtems/config.h3
-rw-r--r--c/src/exec/sapi/include/rtems/extension.h3
-rw-r--r--c/src/exec/sapi/include/rtems/fatal.h3
-rw-r--r--c/src/exec/sapi/include/rtems/init.h3
-rw-r--r--c/src/exec/sapi/include/rtems/io.h3
-rw-r--r--c/src/exec/sapi/include/rtems/mptables.h3
-rw-r--r--c/src/exec/sapi/include/rtems/sptables.h.in3
-rw-r--r--c/src/exec/sapi/inline/rtems/extension.inl3
-rw-r--r--c/src/exec/sapi/macros/rtems/extension.inl3
-rw-r--r--c/src/exec/sapi/optman/no-ext.c3
-rw-r--r--c/src/exec/sapi/optman/no-io.c3
-rw-r--r--c/src/exec/sapi/src/debug.c3
-rw-r--r--c/src/exec/sapi/src/entrytable.c3
-rw-r--r--c/src/exec/sapi/src/exinit.c3
-rw-r--r--c/src/exec/sapi/src/extension.c3
-rw-r--r--c/src/exec/sapi/src/fatal.c3
-rw-r--r--c/src/exec/sapi/src/io.c3
-rw-r--r--c/src/exec/sapi/src/itronapi.c3
-rw-r--r--c/src/exec/sapi/src/posixapi.c3
-rw-r--r--c/src/exec/sapi/src/rtemsapi.c3
-rw-r--r--c/src/exec/score/cpu/a29k/cpu.c3
-rw-r--r--c/src/exec/score/cpu/a29k/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/a29k/rtems.c3
-rw-r--r--c/src/exec/score/cpu/a29k/rtems/score/a29k.h2
-rw-r--r--c/src/exec/score/cpu/a29k/rtems/score/a29ktypes.h3
-rw-r--r--c/src/exec/score/cpu/a29k/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/a29k/rtems/score/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/a29k/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/hppa1.1/rtems.S3
-rw-r--r--c/src/exec/score/cpu/i386/cpu.c3
-rw-r--r--c/src/exec/score/cpu/i386/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/i386/rtems.S3
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/i386.h3
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/i386types.h3
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/i960/cpu.c3
-rw-r--r--c/src/exec/score/cpu/i960/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/i960/rtems.S3
-rw-r--r--c/src/exec/score/cpu/i960/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/i960/rtems/score/i960.h3
-rw-r--r--c/src/exec/score/cpu/i960/rtems/score/i960types.h3
-rw-r--r--c/src/exec/score/cpu/i960/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/m68k/cpu.c3
-rw-r--r--c/src/exec/score/cpu/m68k/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/m68k/rtems.S3
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/m68k.h3
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/m68ktypes.h3
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/mips/cpu.c3
-rw-r--r--c/src/exec/score/cpu/mips/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/mips/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/mips/rtems.c3
-rw-r--r--c/src/exec/score/cpu/mips/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/mips/rtems/score/mips.h2
-rw-r--r--c/src/exec/score/cpu/mips/rtems/score/mips64orion.h2
-rw-r--r--c/src/exec/score/cpu/mips/rtems/score/mipstypes.h3
-rw-r--r--c/src/exec/score/cpu/mips/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.c3
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems.c3
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h2
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems/score/mipstypes.h3
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.c3
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu_asm.c3
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems.c3
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems/score/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h2
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems/score/no_cputypes.h3
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/sparc/cpu.c3
-rw-r--r--c/src/exec/score/cpu/sparc/cpu_asm.S3
-rw-r--r--c/src/exec/score/cpu/sparc/erc32.h3
-rw-r--r--c/src/exec/score/cpu/sparc/rtems.S3
-rw-r--r--c/src/exec/score/cpu/sparc/rtems/score/cpu.h3
-rw-r--r--c/src/exec/score/cpu/sparc/rtems/score/sparc.h3
-rw-r--r--c/src/exec/score/cpu/sparc/rtems/score/sparctypes.h3
-rw-r--r--c/src/exec/score/cpu/sparc/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/types.h3
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/unix.h3
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/unixtypes.h3
-rw-r--r--c/src/exec/score/include/rtems/debug.h3
-rw-r--r--c/src/exec/score/include/rtems/score/address.h3
-rw-r--r--c/src/exec/score/include/rtems/score/apiext.h3
-rw-r--r--c/src/exec/score/include/rtems/score/bitfield.h3
-rw-r--r--c/src/exec/score/include/rtems/score/chain.h3
-rw-r--r--c/src/exec/score/include/rtems/score/context.h3
-rw-r--r--c/src/exec/score/include/rtems/score/copyrt.h8
-rw-r--r--c/src/exec/score/include/rtems/score/coremsg.h3
-rw-r--r--c/src/exec/score/include/rtems/score/coremutex.h3
-rw-r--r--c/src/exec/score/include/rtems/score/coresem.h3
-rw-r--r--c/src/exec/score/include/rtems/score/heap.h3
-rw-r--r--c/src/exec/score/include/rtems/score/interr.h3
-rw-r--r--c/src/exec/score/include/rtems/score/isr.h3
-rw-r--r--c/src/exec/score/include/rtems/score/mpci.h3
-rw-r--r--c/src/exec/score/include/rtems/score/mppkt.h3
-rw-r--r--c/src/exec/score/include/rtems/score/object.h3
-rw-r--r--c/src/exec/score/include/rtems/score/objectmp.h3
-rw-r--r--c/src/exec/score/include/rtems/score/priority.h3
-rw-r--r--c/src/exec/score/include/rtems/score/stack.h3
-rw-r--r--c/src/exec/score/include/rtems/score/states.h3
-rw-r--r--c/src/exec/score/include/rtems/score/sysstate.h3
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h3
-rw-r--r--c/src/exec/score/include/rtems/score/threadmp.h3
-rw-r--r--c/src/exec/score/include/rtems/score/threadq.h3
-rw-r--r--c/src/exec/score/include/rtems/score/tod.h3
-rw-r--r--c/src/exec/score/include/rtems/score/tqdata.h3
-rw-r--r--c/src/exec/score/include/rtems/score/userext.h3
-rw-r--r--c/src/exec/score/include/rtems/score/watchdog.h3
-rw-r--r--c/src/exec/score/include/rtems/score/wkspace.h3
-rw-r--r--c/src/exec/score/include/rtems/system.h3
-rw-r--r--c/src/exec/score/inline/rtems/score/address.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/chain.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/coremsg.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/coremutex.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/coresem.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/heap.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/isr.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/mppkt.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/object.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/objectmp.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/priority.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/stack.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/states.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/sysstate.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/thread.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/threadmp.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/tod.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/tqdata.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/userext.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/watchdog.inl3
-rw-r--r--c/src/exec/score/inline/rtems/score/wkspace.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/address.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/chain.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/coremsg.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/coremutex.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/coresem.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/heap.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/isr.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/mppkt.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/object.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/objectmp.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/priority.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/stack.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/states.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/sysstate.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/thread.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/threadmp.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/tod.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/tqdata.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/userext.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/watchdog.inl3
-rw-r--r--c/src/exec/score/macros/rtems/score/wkspace.inl3
-rw-r--r--c/src/exec/score/src/apiext.c3
-rw-r--r--c/src/exec/score/src/chain.c3
-rw-r--r--c/src/exec/score/src/coremsg.c3
-rw-r--r--c/src/exec/score/src/coremsgbroadcast.c3
-rw-r--r--c/src/exec/score/src/coremsgclose.c3
-rw-r--r--c/src/exec/score/src/coremsgflush.c3
-rw-r--r--c/src/exec/score/src/coremsgflushsupp.c3
-rw-r--r--c/src/exec/score/src/coremsgseize.c3
-rw-r--r--c/src/exec/score/src/coremsgsubmit.c3
-rw-r--r--c/src/exec/score/src/coremutex.c3
-rw-r--r--c/src/exec/score/src/coremutexflush.c3
-rw-r--r--c/src/exec/score/src/coremutexseize.c3
-rw-r--r--c/src/exec/score/src/coremutexsurrender.c3
-rw-r--r--c/src/exec/score/src/coresem.c3
-rw-r--r--c/src/exec/score/src/coresemflush.c3
-rw-r--r--c/src/exec/score/src/coresemseize.c3
-rw-r--r--c/src/exec/score/src/coresemsurrender.c3
-rw-r--r--c/src/exec/score/src/coretod.c3
-rw-r--r--c/src/exec/score/src/coretodset.c3
-rw-r--r--c/src/exec/score/src/coretodtickle.c3
-rw-r--r--c/src/exec/score/src/coretodtoseconds.c3
-rw-r--r--c/src/exec/score/src/coretodvalidate.c3
-rw-r--r--c/src/exec/score/src/heap.c3
-rw-r--r--c/src/exec/score/src/heapallocate.c3
-rw-r--r--c/src/exec/score/src/heapextend.c3
-rw-r--r--c/src/exec/score/src/heapfree.c3
-rw-r--r--c/src/exec/score/src/heapsizeofuserarea.c3
-rw-r--r--c/src/exec/score/src/heapwalk.c3
-rw-r--r--c/src/exec/score/src/interr.c3
-rw-r--r--c/src/exec/score/src/isr.c3
-rw-r--r--c/src/exec/score/src/mpci.c3
-rw-r--r--c/src/exec/score/src/object.c3
-rw-r--r--c/src/exec/score/src/objectallocate.c3
-rw-r--r--c/src/exec/score/src/objectallocatebyindex.c3
-rw-r--r--c/src/exec/score/src/objectclearname.c3
-rw-r--r--c/src/exec/score/src/objectcomparenameraw.c3
-rw-r--r--c/src/exec/score/src/objectcomparenamestring.c3
-rw-r--r--c/src/exec/score/src/objectcopynameraw.c3
-rw-r--r--c/src/exec/score/src/objectcopynamestring.c3
-rw-r--r--c/src/exec/score/src/objectextendinformation.c3
-rw-r--r--c/src/exec/score/src/objectfree.c3
-rw-r--r--c/src/exec/score/src/objectget.c3
-rw-r--r--c/src/exec/score/src/objectgetbyindex.c3
-rw-r--r--c/src/exec/score/src/objectgetnext.c3
-rw-r--r--c/src/exec/score/src/objectinitializeinformation.c3
-rw-r--r--c/src/exec/score/src/objectmp.c3
-rw-r--r--c/src/exec/score/src/objectnametoid.c3
-rw-r--r--c/src/exec/score/src/objectshrinkinformation.c3
-rw-r--r--c/src/exec/score/src/thread.c3
-rw-r--r--c/src/exec/score/src/threadchangepriority.c3
-rw-r--r--c/src/exec/score/src/threadclearstate.c3
-rw-r--r--c/src/exec/score/src/threadclose.c3
-rw-r--r--c/src/exec/score/src/threadcreateidle.c3
-rw-r--r--c/src/exec/score/src/threaddelayended.c3
-rw-r--r--c/src/exec/score/src/threaddispatch.c3
-rw-r--r--c/src/exec/score/src/threadevaluatemode.c3
-rw-r--r--c/src/exec/score/src/threadget.c3
-rw-r--r--c/src/exec/score/src/threadhandler.c3
-rw-r--r--c/src/exec/score/src/threadidlebody.c3
-rw-r--r--c/src/exec/score/src/threadinitialize.c3
-rw-r--r--c/src/exec/score/src/threadloadenv.c3
-rw-r--r--c/src/exec/score/src/threadmp.c3
-rw-r--r--c/src/exec/score/src/threadq.c3
-rw-r--r--c/src/exec/score/src/threadqdequeue.c3
-rw-r--r--c/src/exec/score/src/threadqdequeuefifo.c3
-rw-r--r--c/src/exec/score/src/threadqdequeuepriority.c3
-rw-r--r--c/src/exec/score/src/threadqenqueue.c3
-rw-r--r--c/src/exec/score/src/threadqenqueuefifo.c3
-rw-r--r--c/src/exec/score/src/threadqenqueuepriority.c3
-rw-r--r--c/src/exec/score/src/threadqextract.c3
-rw-r--r--c/src/exec/score/src/threadqextractfifo.c3
-rw-r--r--c/src/exec/score/src/threadqextractpriority.c3
-rw-r--r--c/src/exec/score/src/threadqextractwithproxy.c3
-rw-r--r--c/src/exec/score/src/threadqfirst.c3
-rw-r--r--c/src/exec/score/src/threadqfirstfifo.c3
-rw-r--r--c/src/exec/score/src/threadqfirstpriority.c3
-rw-r--r--c/src/exec/score/src/threadqflush.c3
-rw-r--r--c/src/exec/score/src/threadqtimeout.c3
-rw-r--r--c/src/exec/score/src/threadready.c3
-rw-r--r--c/src/exec/score/src/threadreset.c3
-rw-r--r--c/src/exec/score/src/threadresettimeslice.c3
-rw-r--r--c/src/exec/score/src/threadrestart.c3
-rw-r--r--c/src/exec/score/src/threadresume.c3
-rw-r--r--c/src/exec/score/src/threadrotatequeue.c3
-rw-r--r--c/src/exec/score/src/threadsetpriority.c3
-rw-r--r--c/src/exec/score/src/threadsetstate.c3
-rw-r--r--c/src/exec/score/src/threadsettransient.c3
-rw-r--r--c/src/exec/score/src/threadstackallocate.c3
-rw-r--r--c/src/exec/score/src/threadstackfree.c3
-rw-r--r--c/src/exec/score/src/threadstart.c3
-rw-r--r--c/src/exec/score/src/threadstartmultitasking.c3
-rw-r--r--c/src/exec/score/src/threadsuspend.c3
-rw-r--r--c/src/exec/score/src/threadtickletimeslice.c3
-rw-r--r--c/src/exec/score/src/threadyieldprocessor.c3
-rw-r--r--c/src/exec/score/src/userext.c3
-rw-r--r--c/src/exec/score/src/watchdog.c3
-rw-r--r--c/src/exec/score/src/watchdogadjust.c3
-rw-r--r--c/src/exec/score/src/watchdoginsert.c3
-rw-r--r--c/src/exec/score/src/watchdogremove.c3
-rw-r--r--c/src/exec/score/src/watchdogtickle.c3
-rw-r--r--c/src/exec/score/src/wkspace.c3
-rw-r--r--c/src/lib/include/clockdrv.h3
-rw-r--r--c/src/lib/include/console.h3
-rw-r--r--c/src/lib/include/iosupp.h3
-rw-r--r--c/src/lib/include/motorola/mc68230.h3
-rw-r--r--c/src/lib/include/rtems/libcsupport.h3
-rw-r--r--c/src/lib/include/rtems/libio.h3
-rw-r--r--c/src/lib/include/rtems/libio_.h3
-rw-r--r--c/src/lib/include/sys/termios.h3
-rw-r--r--c/src/lib/include/timerdrv.h3
-rw-r--r--c/src/lib/include/vmeintr.h3
-rw-r--r--c/src/lib/include/zilog/z8036.h3
-rw-r--r--c/src/lib/include/zilog/z8530.h3
-rw-r--r--c/src/lib/include/zilog/z8536.h3
-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
-rw-r--r--c/src/lib/libbsp/bare/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/bare/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/console/console.c3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/i386/i386ex/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/rtc.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/inch.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.S3
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/exit.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/ldsegs.S3
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/sbrk.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/console/console.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c3
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/console/console.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/start/start.S3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/exit.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/i960/cvme961/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/misc/interr.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi332/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/start/start.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/start302/start302.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/m340uart.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/m340timer.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/m340uart.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start/start.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start340/start340.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start340/startfor340only.S3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/timer/timer.c3
-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
-rw-r--r--c/src/lib/libbsp/m68k/idp/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/idp/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/page_table.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m68k/shared/setvec.c3
-rw-r--r--c/src/lib/libbsp/m68k/shared/start.S3
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/console.c3
-rw-r--r--c/src/lib/libbsp/mips/p4000/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/mips/p4000/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/console/console.c3
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/console/console.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c3
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/startup/bspstart.c3
-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
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/clock/clock.c3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/linkcmds3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/timer/timer.c3
-rwxr-xr-xc/src/lib/libbsp/powerpc/psim/tools/psim3
-rwxr-xr-xc/src/lib/libbsp/powerpc/psim/tools/runtest3
-rw-r--r--c/src/lib/libbsp/powerpc/psim/vectors/vectors.S3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.h3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c3
-rw-r--r--c/src/lib/libbsp/shared/bspclean.c3
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c3
-rw-r--r--c/src/lib/libbsp/shared/main.c3
-rw-r--r--c/src/lib/libbsp/shared/sbrk.c3
-rw-r--r--c/src/lib/libbsp/shmdr/addlq.c3
-rw-r--r--c/src/lib/libbsp/shmdr/cnvpkt.c3
-rw-r--r--c/src/lib/libbsp/shmdr/dump.c3
-rw-r--r--c/src/lib/libbsp/shmdr/fatal.c3
-rw-r--r--c/src/lib/libbsp/shmdr/getlq.c3
-rw-r--r--c/src/lib/libbsp/shmdr/getpkt.c3
-rw-r--r--c/src/lib/libbsp/shmdr/init.c3
-rw-r--r--c/src/lib/libbsp/shmdr/initlq.c3
-rw-r--r--c/src/lib/libbsp/shmdr/intr.c3
-rw-r--r--c/src/lib/libbsp/shmdr/mpci.h3
-rw-r--r--c/src/lib/libbsp/shmdr/mpisr.c3
-rw-r--r--c/src/lib/libbsp/shmdr/poll.c3
-rw-r--r--c/src/lib/libbsp/shmdr/receive.c3
-rw-r--r--c/src/lib/libbsp/shmdr/retpkt.c3
-rw-r--r--c/src/lib/libbsp/shmdr/send.c3
-rw-r--r--c/src/lib/libbsp/shmdr/setckvec.c3
-rw-r--r--c/src/lib/libbsp/shmdr/shm.h3
-rw-r--r--c/src/lib/libbsp/shmdr/shm_driver.h3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/clock/ckinit.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/console.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/consolereserveresources.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/debugputs.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/clock/clock.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/unix/posix/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/intr.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/lock.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/exit.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/setvec.c3
-rw-r--r--c/src/lib/libbsp/unix/posix/timer/timer.c3
-rw-r--r--c/src/lib/libc/__brk.c3
-rw-r--r--c/src/lib/libc/__gettod.c3
-rw-r--r--c/src/lib/libc/__sbrk.c3
-rw-r--r--c/src/lib/libc/__times.c3
-rw-r--r--c/src/lib/libc/access.c3
-rw-r--r--c/src/lib/libc/base_fs.c3
-rw-r--r--c/src/lib/libc/cfgetispeed.c3
-rw-r--r--c/src/lib/libc/cfgetospeed.c3
-rw-r--r--c/src/lib/libc/cfsetispeed.c3
-rw-r--r--c/src/lib/libc/cfsetospeed.c3
-rw-r--r--c/src/lib/libc/chdir.c3
-rw-r--r--c/src/lib/libc/chmod.c3
-rw-r--r--c/src/lib/libc/chown.c3
-rw-r--r--c/src/lib/libc/close.c3
-rw-r--r--c/src/lib/libc/ctermid.c3
-rw-r--r--c/src/lib/libc/deviceio.c3
-rw-r--r--c/src/lib/libc/dup.c3
-rw-r--r--c/src/lib/libc/dup2.c3
-rw-r--r--c/src/lib/libc/eval.c3
-rw-r--r--c/src/lib/libc/fchmod.c3
-rw-r--r--c/src/lib/libc/fcntl.c3
-rw-r--r--c/src/lib/libc/fdatasync.c3
-rw-r--r--c/src/lib/libc/fpathconf.c3
-rw-r--r--c/src/lib/libc/fs_null_handlers.c3
-rw-r--r--c/src/lib/libc/fstat.c3
-rw-r--r--c/src/lib/libc/fsync.c3
-rw-r--r--c/src/lib/libc/ftruncate.c3
-rw-r--r--c/src/lib/libc/getdents.c3
-rw-r--r--c/src/lib/libc/hosterr.c3
-rw-r--r--c/src/lib/libc/imfs.h3
-rw-r--r--c/src/lib/libc/imfs_chown.c3
-rw-r--r--c/src/lib/libc/imfs_creat.c3
-rw-r--r--c/src/lib/libc/imfs_debug.c3
-rw-r--r--c/src/lib/libc/imfs_directory.c3
-rw-r--r--c/src/lib/libc/imfs_eval.c3
-rw-r--r--c/src/lib/libc/imfs_fchmod.c3
-rw-r--r--c/src/lib/libc/imfs_fcntl.c3
-rw-r--r--c/src/lib/libc/imfs_fdatasync.c3
-rw-r--r--c/src/lib/libc/imfs_free.c3
-rw-r--r--c/src/lib/libc/imfs_fsunmount.c3
-rw-r--r--c/src/lib/libc/imfs_getchild.c3
-rw-r--r--c/src/lib/libc/imfs_gtkn.c3
-rw-r--r--c/src/lib/libc/imfs_handlers_device.c3
-rw-r--r--c/src/lib/libc/imfs_handlers_directory.c3
-rw-r--r--c/src/lib/libc/imfs_handlers_link.c3
-rw-r--r--c/src/lib/libc/imfs_handlers_memfile.c3
-rw-r--r--c/src/lib/libc/imfs_init.c3
-rw-r--r--c/src/lib/libc/imfs_initsupp.c3
-rw-r--r--c/src/lib/libc/imfs_link.c3
-rw-r--r--c/src/lib/libc/imfs_mknod.c3
-rw-r--r--c/src/lib/libc/imfs_mount.c3
-rw-r--r--c/src/lib/libc/imfs_ntype.c3
-rw-r--r--c/src/lib/libc/imfs_readlink.c3
-rw-r--r--c/src/lib/libc/imfs_rmnod.c3
-rw-r--r--c/src/lib/libc/imfs_stat.c3
-rw-r--r--c/src/lib/libc/imfs_symlink.c3
-rw-r--r--c/src/lib/libc/imfs_unixstub.c3
-rw-r--r--c/src/lib/libc/imfs_unlink.c3
-rw-r--r--c/src/lib/libc/imfs_unmount.c3
-rw-r--r--c/src/lib/libc/imfs_utime.c3
-rw-r--r--c/src/lib/libc/ioctl.c3
-rw-r--r--c/src/lib/libc/ioman.c3
-rw-r--r--c/src/lib/libc/libcsupport.h3
-rw-r--r--c/src/lib/libc/libio.c3
-rw-r--r--c/src/lib/libc/libio.h3
-rw-r--r--c/src/lib/libc/libio_.h3
-rw-r--r--c/src/lib/libc/libio_sockets.c3
-rw-r--r--c/src/lib/libc/link.c3
-rw-r--r--c/src/lib/libc/lseek.c3
-rw-r--r--c/src/lib/libc/lstat.c3
-rw-r--r--c/src/lib/libc/malloc.c3
-rw-r--r--c/src/lib/libc/memfile.c3
-rw-r--r--c/src/lib/libc/miniimfs_init.c3
-rw-r--r--c/src/lib/libc/mkdir.c3
-rw-r--r--c/src/lib/libc/mkfifo.c3
-rw-r--r--c/src/lib/libc/mknod.c3
-rw-r--r--c/src/lib/libc/mount.c3
-rw-r--r--c/src/lib/libc/no_libc.c3
-rw-r--r--c/src/lib/libc/open.c3
-rw-r--r--c/src/lib/libc/pathconf.c3
-rw-r--r--c/src/lib/libc/pipe.c3
-rw-r--r--c/src/lib/libc/read.c3
-rw-r--r--c/src/lib/libc/readlink.c3
-rw-r--r--c/src/lib/libc/rewinddir.c3
-rw-r--r--c/src/lib/libc/rmdir.c3
-rw-r--r--c/src/lib/libc/seekdir.c3
-rw-r--r--c/src/lib/libc/stat.c3
-rw-r--r--c/src/lib/libc/symlink.c3
-rw-r--r--c/src/lib/libc/tcdrain.c3
-rw-r--r--c/src/lib/libc/tcflow.c3
-rw-r--r--c/src/lib/libc/tcflush.c3
-rw-r--r--c/src/lib/libc/tcgetattr.c3
-rw-r--r--c/src/lib/libc/tcgetprgrp.c3
-rw-r--r--c/src/lib/libc/tcsendbreak.c3
-rw-r--r--c/src/lib/libc/tcsetattr.c3
-rw-r--r--c/src/lib/libc/tcsetpgrp.c3
-rw-r--r--c/src/lib/libc/telldir.c3
-rw-r--r--c/src/lib/libc/truncate.c3
-rw-r--r--c/src/lib/libc/umask.c3
-rw-r--r--c/src/lib/libc/unixlibc.c3
-rw-r--r--c/src/lib/libc/unlink.c3
-rw-r--r--c/src/lib/libc/unmount.c3
-rw-r--r--c/src/lib/libc/utime.c3
-rw-r--r--c/src/lib/libc/write.c3
-rw-r--r--c/src/lib/libcpu/hppa1.1/clock/clock.c3
-rw-r--r--c/src/lib/libcpu/hppa1.1/timer/timer.c3
-rw-r--r--c/src/lib/libcpu/mips/clock/ckinit.c3
-rw-r--r--c/src/lib/libcpu/mips/timer/timer.c3
-rw-r--r--c/src/lib/libcpu/mips64orion/clock/ckinit.c3
-rw-r--r--c/src/lib/libcpu/mips64orion/timer/timer.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc821/clock/clock.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc821/timer/timer.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc860/clock/clock.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc860/timer/timer.c3
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/clock.c3
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled3
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/timer/timer.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/null.h3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/close.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/cntrl.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/init.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/open.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/read.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/write.c3
-rw-r--r--c/src/lib/libcpu/sparc/include/erc32.h3
-rw-r--r--c/src/libchip/rtc/icm7170.c3
-rw-r--r--c/src/libchip/rtc/icm7170.h3
-rw-r--r--c/src/libchip/rtc/m48t08.c3
-rw-r--r--c/src/libchip/rtc/m48t08.h3
-rw-r--r--c/src/libchip/rtc/rtc.h3
-rw-r--r--c/src/libchip/rtc/rtcprobe.c3
-rw-r--r--c/src/libchip/serial/mc68681.c3
-rw-r--r--c/src/libchip/serial/mc68681.h3
-rw-r--r--c/src/libchip/serial/mc68681_p.h3
-rw-r--r--c/src/libchip/serial/serial.h3
-rw-r--r--c/src/libchip/shmdr/addlq.c3
-rw-r--r--c/src/libchip/shmdr/cnvpkt.c3
-rw-r--r--c/src/libchip/shmdr/dump.c3
-rw-r--r--c/src/libchip/shmdr/fatal.c3
-rw-r--r--c/src/libchip/shmdr/getlq.c3
-rw-r--r--c/src/libchip/shmdr/getpkt.c3
-rw-r--r--c/src/libchip/shmdr/init.c3
-rw-r--r--c/src/libchip/shmdr/initlq.c3
-rw-r--r--c/src/libchip/shmdr/intr.c3
-rw-r--r--c/src/libchip/shmdr/mpci.h3
-rw-r--r--c/src/libchip/shmdr/mpisr.c3
-rw-r--r--c/src/libchip/shmdr/poll.c3
-rw-r--r--c/src/libchip/shmdr/receive.c3
-rw-r--r--c/src/libchip/shmdr/retpkt.c3
-rw-r--r--c/src/libchip/shmdr/send.c3
-rw-r--r--c/src/libchip/shmdr/setckvec.c3
-rw-r--r--c/src/libchip/shmdr/shm_driver.h3
-rw-r--r--c/src/libfs/src/imfs/deviceio.c3
-rw-r--r--c/src/libfs/src/imfs/imfs.h3
-rw-r--r--c/src/libfs/src/imfs/imfs_chown.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_creat.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_debug.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_directory.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_eval.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_fchmod.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_fcntl.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_fdatasync.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_free.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_fsunmount.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_getchild.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_gtkn.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_handlers_device.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_handlers_directory.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_handlers_link.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_handlers_memfile.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_init.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_initsupp.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_link.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_mknod.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_mount.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_ntype.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_readlink.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_rmnod.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_stat.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_symlink.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_unixstub.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_unlink.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_unmount.c3
-rw-r--r--c/src/libfs/src/imfs/imfs_utime.c3
-rw-r--r--c/src/libfs/src/imfs/ioman.c3
-rw-r--r--c/src/libfs/src/imfs/memfile.c3
-rw-r--r--c/src/libfs/src/imfs/miniimfs_init.c3
-rw-r--r--c/src/libmisc/cpuuse/cpuuse.c3
-rw-r--r--c/src/libmisc/cpuuse/cpuuse.h3
-rw-r--r--c/src/libmisc/dummy/dummy.c3
-rw-r--r--c/src/libmisc/stackchk/check.c3
-rw-r--r--c/src/libmisc/stackchk/internal.h3
-rw-r--r--c/src/libmisc/stackchk/stackchk.h3
-rw-r--r--c/src/optman/rtems/no-dpmem.c3
-rw-r--r--c/src/optman/rtems/no-event.c3
-rw-r--r--c/src/optman/rtems/no-mp.c3
-rw-r--r--c/src/optman/rtems/no-msg.c3
-rw-r--r--c/src/optman/rtems/no-part.c3
-rw-r--r--c/src/optman/rtems/no-region.c3
-rw-r--r--c/src/optman/rtems/no-rtmon.c3
-rw-r--r--c/src/optman/rtems/no-sem.c3
-rw-r--r--c/src/optman/rtems/no-signal.c3
-rw-r--r--c/src/optman/rtems/no-timer.c3
-rw-r--r--c/src/optman/sapi/no-ext.c3
-rw-r--r--c/src/optman/sapi/no-io.c3
-rw-r--r--c/src/tests/libtests/cpuuse/init.c3
-rw-r--r--c/src/tests/libtests/cpuuse/system.h3
-rw-r--r--c/src/tests/libtests/cpuuse/task1.c3
-rw-r--r--c/src/tests/libtests/cpuuse/task2.c3
-rw-r--r--c/src/tests/libtests/cpuuse/task3.c3
-rw-r--r--c/src/tests/libtests/cpuuse/tswitch.c3
-rw-r--r--c/src/tests/libtests/malloctest/init.c3
-rw-r--r--c/src/tests/libtests/malloctest/system.h3
-rw-r--r--c/src/tests/libtests/malloctest/task1.c3
-rw-r--r--c/src/tests/libtests/monitor/init.c3
-rw-r--r--c/src/tests/libtests/monitor/system.h3
-rw-r--r--c/src/tests/libtests/putenvtest/init.c3
-rw-r--r--c/src/tests/libtests/rtems++/Init.cc3
-rw-r--r--c/src/tests/libtests/rtems++/System.h3
-rw-r--r--c/src/tests/libtests/rtems++/Task1.cc3
-rw-r--r--c/src/tests/libtests/rtems++/Task2.cc3
-rw-r--r--c/src/tests/libtests/rtems++/Task3.cc3
-rw-r--r--c/src/tests/libtests/rtmonuse/getall.c3
-rw-r--r--c/src/tests/libtests/rtmonuse/init.c3
-rw-r--r--c/src/tests/libtests/rtmonuse/system.h3
-rw-r--r--c/src/tests/libtests/rtmonuse/task1.c3
-rw-r--r--c/src/tests/libtests/stackchk/blow.c3
-rw-r--r--c/src/tests/libtests/stackchk/init.c3
-rw-r--r--c/src/tests/libtests/stackchk/system.h3
-rw-r--r--c/src/tests/libtests/stackchk/task1.c3
-rw-r--r--c/src/tests/mptests/mp01/init.c3
-rw-r--r--c/src/tests/mptests/mp01/node1/mp01.doc3
-rw-r--r--c/src/tests/mptests/mp01/node2/mp01.doc3
-rw-r--r--c/src/tests/mptests/mp01/system.h3
-rw-r--r--c/src/tests/mptests/mp01/task1.c3
-rw-r--r--c/src/tests/mptests/mp02/init.c3
-rw-r--r--c/src/tests/mptests/mp02/node1/mp02.doc3
-rw-r--r--c/src/tests/mptests/mp02/node2/mp02.doc3
-rw-r--r--c/src/tests/mptests/mp02/system.h3
-rw-r--r--c/src/tests/mptests/mp02/task1.c3
-rw-r--r--c/src/tests/mptests/mp03/delay.c3
-rw-r--r--c/src/tests/mptests/mp03/init.c3
-rw-r--r--c/src/tests/mptests/mp03/node1/mp03.doc3
-rw-r--r--c/src/tests/mptests/mp03/node2/mp03.doc3
-rw-r--r--c/src/tests/mptests/mp03/system.h3
-rw-r--r--c/src/tests/mptests/mp03/task1.c3
-rw-r--r--c/src/tests/mptests/mp04/init.c3
-rw-r--r--c/src/tests/mptests/mp04/node1/mp04.doc3
-rw-r--r--c/src/tests/mptests/mp04/node2/mp04.doc3
-rw-r--r--c/src/tests/mptests/mp04/system.h3
-rw-r--r--c/src/tests/mptests/mp04/task1.c3
-rw-r--r--c/src/tests/mptests/mp05/asr.c3
-rw-r--r--c/src/tests/mptests/mp05/init.c3
-rw-r--r--c/src/tests/mptests/mp05/node1/mp05.doc3
-rw-r--r--c/src/tests/mptests/mp05/node2/mp05.doc3
-rw-r--r--c/src/tests/mptests/mp05/system.h3
-rw-r--r--c/src/tests/mptests/mp05/task1.c3
-rw-r--r--c/src/tests/mptests/mp06/init.c3
-rw-r--r--c/src/tests/mptests/mp06/node1/mp06.doc3
-rw-r--r--c/src/tests/mptests/mp06/node2/mp06.doc3
-rw-r--r--c/src/tests/mptests/mp06/system.h3
-rw-r--r--c/src/tests/mptests/mp06/task1.c3
-rw-r--r--c/src/tests/mptests/mp07/init.c3
-rw-r--r--c/src/tests/mptests/mp07/node1/mp07.doc3
-rw-r--r--c/src/tests/mptests/mp07/node2/mp07.doc3
-rw-r--r--c/src/tests/mptests/mp07/system.h3
-rw-r--r--c/src/tests/mptests/mp07/task1.c3
-rw-r--r--c/src/tests/mptests/mp08/init.c3
-rw-r--r--c/src/tests/mptests/mp08/node1/mp08.doc3
-rw-r--r--c/src/tests/mptests/mp08/node2/mp08.doc3
-rw-r--r--c/src/tests/mptests/mp08/system.h3
-rw-r--r--c/src/tests/mptests/mp08/task1.c3
-rw-r--r--c/src/tests/mptests/mp09/init.c3
-rw-r--r--c/src/tests/mptests/mp09/node1/mp09.doc3
-rw-r--r--c/src/tests/mptests/mp09/node2/mp09.doc3
-rw-r--r--c/src/tests/mptests/mp09/recvmsg.c3
-rw-r--r--c/src/tests/mptests/mp09/sendmsg.c3
-rw-r--r--c/src/tests/mptests/mp09/system.h3
-rw-r--r--c/src/tests/mptests/mp09/task1.c3
-rw-r--r--c/src/tests/mptests/mp10/init.c3
-rw-r--r--c/src/tests/mptests/mp10/node1/mp10.doc3
-rw-r--r--c/src/tests/mptests/mp10/node2/mp10.doc3
-rw-r--r--c/src/tests/mptests/mp10/system.h3
-rw-r--r--c/src/tests/mptests/mp10/task1.c3
-rw-r--r--c/src/tests/mptests/mp10/task2.c3
-rw-r--r--c/src/tests/mptests/mp10/task3.c3
-rw-r--r--c/src/tests/mptests/mp11/init.c3
-rw-r--r--c/src/tests/mptests/mp11/node1/mp11.doc3
-rw-r--r--c/src/tests/mptests/mp11/node2/mp11.doc3
-rw-r--r--c/src/tests/mptests/mp11/system.h3
-rw-r--r--c/src/tests/mptests/mp12/init.c3
-rw-r--r--c/src/tests/mptests/mp12/node1/mp12.doc3
-rw-r--r--c/src/tests/mptests/mp12/node2/mp12.doc3
-rw-r--r--c/src/tests/mptests/mp12/system.h3
-rw-r--r--c/src/tests/mptests/mp13/init.c3
-rw-r--r--c/src/tests/mptests/mp13/node1/mp13.doc3
-rw-r--r--c/src/tests/mptests/mp13/node2/mp13.doc3
-rw-r--r--c/src/tests/mptests/mp13/system.h3
-rw-r--r--c/src/tests/mptests/mp13/task1.c3
-rw-r--r--c/src/tests/mptests/mp13/task2.c3
-rw-r--r--c/src/tests/mptests/mp14/delay.c3
-rw-r--r--c/src/tests/mptests/mp14/evtask1.c3
-rw-r--r--c/src/tests/mptests/mp14/evtmtask.c3
-rw-r--r--c/src/tests/mptests/mp14/exit.c3
-rw-r--r--c/src/tests/mptests/mp14/init.c3
-rw-r--r--c/src/tests/mptests/mp14/msgtask1.c3
-rw-r--r--c/src/tests/mptests/mp14/node1/mp14.doc3
-rw-r--r--c/src/tests/mptests/mp14/node2/mp14.doc3
-rw-r--r--c/src/tests/mptests/mp14/pttask1.c3
-rw-r--r--c/src/tests/mptests/mp14/smtask1.c3
-rw-r--r--c/src/tests/mptests/mp14/system.h3
-rw-r--r--c/src/tests/psxtests/psx01/init.c3
-rw-r--r--c/src/tests/psxtests/psx01/system.h3
-rw-r--r--c/src/tests/psxtests/psx01/task.c3
-rw-r--r--c/src/tests/psxtests/psx02/init.c3
-rw-r--r--c/src/tests/psxtests/psx02/system.h3
-rw-r--r--c/src/tests/psxtests/psx02/task.c3
-rw-r--r--c/src/tests/psxtests/psx03/init.c3
-rw-r--r--c/src/tests/psxtests/psx03/system.h3
-rw-r--r--c/src/tests/psxtests/psx03/task.c3
-rw-r--r--c/src/tests/psxtests/psx04/init.c3
-rw-r--r--c/src/tests/psxtests/psx04/system.h3
-rw-r--r--c/src/tests/psxtests/psx04/task1.c3
-rw-r--r--c/src/tests/psxtests/psx04/task2.c3
-rw-r--r--c/src/tests/psxtests/psx04/task3.c3
-rw-r--r--c/src/tests/psxtests/psx05/init.c3
-rw-r--r--c/src/tests/psxtests/psx05/system.h3
-rw-r--r--c/src/tests/psxtests/psx05/task.c3
-rw-r--r--c/src/tests/psxtests/psx05/task2.c3
-rw-r--r--c/src/tests/psxtests/psx05/task3.c3
-rw-r--r--c/src/tests/psxtests/psx06/init.c3
-rw-r--r--c/src/tests/psxtests/psx06/system.h3
-rw-r--r--c/src/tests/psxtests/psx06/task.c3
-rw-r--r--c/src/tests/psxtests/psx06/task2.c3
-rw-r--r--c/src/tests/psxtests/psx07/init.c3
-rw-r--r--c/src/tests/psxtests/psx07/system.h3
-rw-r--r--c/src/tests/psxtests/psx07/task.c3
-rw-r--r--c/src/tests/psxtests/psx08/init.c3
-rw-r--r--c/src/tests/psxtests/psx08/system.h3
-rw-r--r--c/src/tests/psxtests/psx08/task1.c3
-rw-r--r--c/src/tests/psxtests/psx08/task2.c3
-rw-r--r--c/src/tests/psxtests/psx08/task3.c3
-rw-r--r--c/src/tests/psxtests/psx09/init.c3
-rw-r--r--c/src/tests/psxtests/psx09/system.h3
-rw-r--r--c/src/tests/psxtests/psx10/init.c3
-rw-r--r--c/src/tests/psxtests/psx10/system.h3
-rw-r--r--c/src/tests/psxtests/psx10/task.c3
-rw-r--r--c/src/tests/psxtests/psx10/task2.c3
-rw-r--r--c/src/tests/psxtests/psx10/task3.c3
-rw-r--r--c/src/tests/psxtests/psx11/init.c3
-rw-r--r--c/src/tests/psxtests/psx11/system.h3
-rw-r--r--c/src/tests/psxtests/psx11/task.c3
-rw-r--r--c/src/tests/psxtests/psx12/init.c3
-rw-r--r--c/src/tests/psxtests/psx12/system.h3
-rw-r--r--c/src/tests/psxtests/psx12/task.c3
-rw-r--r--c/src/tests/psxtests/psx13/main.c3
-rw-r--r--c/src/tests/psxtests/psx13/test.c3
-rw-r--r--c/src/tests/psxtests/psxcancel/init.c3
-rw-r--r--c/src/tests/psxtests/psxcancel/system.h3
-rw-r--r--c/src/tests/psxtests/psxfile01/main.c3
-rw-r--r--c/src/tests/psxtests/psxfile01/test.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond09.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond10.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/key01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/key02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/key03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/key04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex09.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex10.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex11.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex12.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex13.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex14.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex15.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex16.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc09.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc10.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc11.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc12.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc13.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc14.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread09.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread10.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread11.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread12.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread13.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread14.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread15.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread16.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread17.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread18.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread19.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread20.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread21.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread22.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread23.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread24.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread25.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread26.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread27.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread28.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread29.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread30.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread31.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread32.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread33.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread34.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread35.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread36.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal09.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal10.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal11.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal12.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal13.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal14.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal15.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal16.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal17.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal18.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal19.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal20.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal21.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal22.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time06.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time07.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time08.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time09.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time10.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time11.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time12.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/time13.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer01.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer02.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer03.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer04.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer05.c3
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer06.c3
-rw-r--r--c/src/tests/psxtests/psxmsgq01/init.c3
-rw-r--r--c/src/tests/psxtests/psxmsgq01/system.h3
-rw-r--r--c/src/tests/psxtests/psxsem01/system.h3
-rw-r--r--c/src/tests/psxtests/psxstat/main.c3
-rw-r--r--c/src/tests/psxtests/psxstat/test.c3
-rw-r--r--c/src/tests/psxtests/psxtime/main.c3
-rw-r--r--c/src/tests/psxtests/psxtime/test.c3
-rw-r--r--c/src/tests/samples/README3
-rw-r--r--c/src/tests/samples/base_mp/apptask.c3
-rw-r--r--c/src/tests/samples/base_mp/init.c3
-rw-r--r--c/src/tests/samples/base_mp/node1/base_mp.doc3
-rw-r--r--c/src/tests/samples/base_mp/node2/base_mp.doc3
-rw-r--r--c/src/tests/samples/base_mp/system.h3
-rw-r--r--c/src/tests/samples/base_sp/apptask.c3
-rw-r--r--c/src/tests/samples/base_sp/base_sp.doc3
-rw-r--r--c/src/tests/samples/base_sp/init.c3
-rw-r--r--c/src/tests/samples/base_sp/system.h3
-rw-r--r--c/src/tests/samples/cdtest/init.c3
-rw-r--r--c/src/tests/samples/cdtest/system.h3
-rw-r--r--c/src/tests/samples/hello/hello.doc3
-rw-r--r--c/src/tests/samples/hello/init.c3
-rw-r--r--c/src/tests/samples/hello/system.h3
-rw-r--r--c/src/tests/samples/minimum/init.c3
-rw-r--r--c/src/tests/samples/minimum/minimum.doc3
-rw-r--r--c/src/tests/samples/paranoia/init.c3
-rw-r--r--c/src/tests/samples/paranoia/paranoia.doc3
-rw-r--r--c/src/tests/samples/paranoia/system.h3
-rw-r--r--c/src/tests/samples/ticker/init.c3
-rw-r--r--c/src/tests/samples/ticker/system.h3
-rw-r--r--c/src/tests/samples/ticker/tasks.c3
-rw-r--r--c/src/tests/samples/ticker/ticker.doc3
-rw-r--r--c/src/tests/sptests/sp01/init.c3
-rw-r--r--c/src/tests/sptests/sp01/sp01.doc3
-rw-r--r--c/src/tests/sptests/sp01/system.h3
-rw-r--r--c/src/tests/sptests/sp01/task1.c3
-rw-r--r--c/src/tests/sptests/sp02/init.c3
-rw-r--r--c/src/tests/sptests/sp02/preempt.c3
-rw-r--r--c/src/tests/sptests/sp02/sp02.doc3
-rw-r--r--c/src/tests/sptests/sp02/system.h3
-rw-r--r--c/src/tests/sptests/sp02/task1.c3
-rw-r--r--c/src/tests/sptests/sp02/task2.c3
-rw-r--r--c/src/tests/sptests/sp02/task3.c3
-rw-r--r--c/src/tests/sptests/sp03/init.c3
-rw-r--r--c/src/tests/sptests/sp03/sp03.doc3
-rw-r--r--c/src/tests/sptests/sp03/system.h3
-rw-r--r--c/src/tests/sptests/sp03/task1.c3
-rw-r--r--c/src/tests/sptests/sp03/task2.c3
-rw-r--r--c/src/tests/sptests/sp04/init.c3
-rw-r--r--c/src/tests/sptests/sp04/sp04.doc3
-rw-r--r--c/src/tests/sptests/sp04/system.h3
-rw-r--r--c/src/tests/sptests/sp04/task1.c3
-rw-r--r--c/src/tests/sptests/sp04/task2.c3
-rw-r--r--c/src/tests/sptests/sp04/task3.c3
-rw-r--r--c/src/tests/sptests/sp04/tswitch.c3
-rw-r--r--c/src/tests/sptests/sp05/init.c3
-rw-r--r--c/src/tests/sptests/sp05/sp05.doc3
-rw-r--r--c/src/tests/sptests/sp05/system.h3
-rw-r--r--c/src/tests/sptests/sp05/task1.c3
-rw-r--r--c/src/tests/sptests/sp05/task2.c3
-rw-r--r--c/src/tests/sptests/sp05/task3.c3
-rw-r--r--c/src/tests/sptests/sp06/init.c3
-rw-r--r--c/src/tests/sptests/sp06/sp06.doc3
-rw-r--r--c/src/tests/sptests/sp06/system.h3
-rw-r--r--c/src/tests/sptests/sp06/task1.c3
-rw-r--r--c/src/tests/sptests/sp06/task2.c3
-rw-r--r--c/src/tests/sptests/sp06/task3.c3
-rw-r--r--c/src/tests/sptests/sp07/init.c3
-rw-r--r--c/src/tests/sptests/sp07/sp07.doc3
-rw-r--r--c/src/tests/sptests/sp07/system.h3
-rw-r--r--c/src/tests/sptests/sp07/task1.c3
-rw-r--r--c/src/tests/sptests/sp07/task2.c3
-rw-r--r--c/src/tests/sptests/sp07/task3.c3
-rw-r--r--c/src/tests/sptests/sp07/task4.c3
-rw-r--r--c/src/tests/sptests/sp07/taskexit.c3
-rw-r--r--c/src/tests/sptests/sp07/tcreate.c3
-rw-r--r--c/src/tests/sptests/sp07/tdelete.c3
-rw-r--r--c/src/tests/sptests/sp07/trestart.c3
-rw-r--r--c/src/tests/sptests/sp07/tstart.c3
-rw-r--r--c/src/tests/sptests/sp08/init.c3
-rw-r--r--c/src/tests/sptests/sp08/sp08.doc3
-rw-r--r--c/src/tests/sptests/sp08/system.h3
-rw-r--r--c/src/tests/sptests/sp08/task1.c3
-rw-r--r--c/src/tests/sptests/sp09/delay.c3
-rw-r--r--c/src/tests/sptests/sp09/init.c3
-rw-r--r--c/src/tests/sptests/sp09/isr.c3
-rw-r--r--c/src/tests/sptests/sp09/screen01.c3
-rw-r--r--c/src/tests/sptests/sp09/screen02.c3
-rw-r--r--c/src/tests/sptests/sp09/screen03.c3
-rw-r--r--c/src/tests/sptests/sp09/screen04.c3
-rw-r--r--c/src/tests/sptests/sp09/screen05.c3
-rw-r--r--c/src/tests/sptests/sp09/screen06.c3
-rw-r--r--c/src/tests/sptests/sp09/screen07.c3
-rw-r--r--c/src/tests/sptests/sp09/screen08.c3
-rw-r--r--c/src/tests/sptests/sp09/screen09.c3
-rw-r--r--c/src/tests/sptests/sp09/screen10.c3
-rw-r--r--c/src/tests/sptests/sp09/screen11.c3
-rw-r--r--c/src/tests/sptests/sp09/screen12.c3
-rw-r--r--c/src/tests/sptests/sp09/screen13.c3
-rw-r--r--c/src/tests/sptests/sp09/screen14.c3
-rw-r--r--c/src/tests/sptests/sp09/sp09.doc3
-rw-r--r--c/src/tests/sptests/sp09/system.h3
-rw-r--r--c/src/tests/sptests/sp09/task1.c3
-rw-r--r--c/src/tests/sptests/sp09/task2.c3
-rw-r--r--c/src/tests/sptests/sp09/task3.c3
-rw-r--r--c/src/tests/sptests/sp09/task4.c3
-rw-r--r--c/src/tests/sptests/sp11/init.c3
-rw-r--r--c/src/tests/sptests/sp11/sp11.doc3
-rw-r--r--c/src/tests/sptests/sp11/system.h3
-rw-r--r--c/src/tests/sptests/sp11/task1.c3
-rw-r--r--c/src/tests/sptests/sp11/task2.c3
-rw-r--r--c/src/tests/sptests/sp11/timer.c3
-rw-r--r--c/src/tests/sptests/sp12/init.c3
-rw-r--r--c/src/tests/sptests/sp12/pridrv.c3
-rw-r--r--c/src/tests/sptests/sp12/pritask.c3
-rw-r--r--c/src/tests/sptests/sp12/sp12.doc3
-rw-r--r--c/src/tests/sptests/sp12/system.h3
-rw-r--r--c/src/tests/sptests/sp12/task1.c3
-rw-r--r--c/src/tests/sptests/sp12/task2.c3
-rw-r--r--c/src/tests/sptests/sp12/task3.c3
-rw-r--r--c/src/tests/sptests/sp12/task4.c3
-rw-r--r--c/src/tests/sptests/sp12/task5.c3
-rw-r--r--c/src/tests/sptests/sp13/fillbuff.c3
-rw-r--r--c/src/tests/sptests/sp13/init.c3
-rw-r--r--c/src/tests/sptests/sp13/putbuff.c3
-rw-r--r--c/src/tests/sptests/sp13/sp13.doc3
-rw-r--r--c/src/tests/sptests/sp13/system.h3
-rw-r--r--c/src/tests/sptests/sp13/task1.c3
-rw-r--r--c/src/tests/sptests/sp13/task2.c3
-rw-r--r--c/src/tests/sptests/sp13/task3.c3
-rw-r--r--c/src/tests/sptests/sp14/asr.c3
-rw-r--r--c/src/tests/sptests/sp14/init.c3
-rw-r--r--c/src/tests/sptests/sp14/sp14.doc3
-rw-r--r--c/src/tests/sptests/sp14/system.h3
-rw-r--r--c/src/tests/sptests/sp14/task1.c3
-rw-r--r--c/src/tests/sptests/sp14/task2.c3
-rw-r--r--c/src/tests/sptests/sp15/init.c3
-rw-r--r--c/src/tests/sptests/sp15/sp15.doc3
-rw-r--r--c/src/tests/sptests/sp15/system.h3
-rw-r--r--c/src/tests/sptests/sp15/task1.c3
-rw-r--r--c/src/tests/sptests/sp16/init.c3
-rw-r--r--c/src/tests/sptests/sp16/sp16.doc3
-rw-r--r--c/src/tests/sptests/sp16/system.h3
-rw-r--r--c/src/tests/sptests/sp16/task1.c3
-rw-r--r--c/src/tests/sptests/sp16/task2.c3
-rw-r--r--c/src/tests/sptests/sp16/task3.c3
-rw-r--r--c/src/tests/sptests/sp16/task4.c3
-rw-r--r--c/src/tests/sptests/sp16/task5.c3
-rw-r--r--c/src/tests/sptests/sp17/asr.c3
-rw-r--r--c/src/tests/sptests/sp17/init.c3
-rw-r--r--c/src/tests/sptests/sp17/sp17.doc3
-rw-r--r--c/src/tests/sptests/sp17/system.h3
-rw-r--r--c/src/tests/sptests/sp17/task1.c3
-rw-r--r--c/src/tests/sptests/sp17/task2.c3
-rw-r--r--c/src/tests/sptests/sp19/first.c3
-rw-r--r--c/src/tests/sptests/sp19/fptask.c3
-rw-r--r--c/src/tests/sptests/sp19/fptest.h3
-rw-r--r--c/src/tests/sptests/sp19/init.c3
-rw-r--r--c/src/tests/sptests/sp19/inttest.h3
-rw-r--r--c/src/tests/sptests/sp19/sp19.doc3
-rw-r--r--c/src/tests/sptests/sp19/system.h3
-rw-r--r--c/src/tests/sptests/sp19/task1.c3
-rw-r--r--c/src/tests/sptests/sp20/getall.c3
-rw-r--r--c/src/tests/sptests/sp20/init.c3
-rw-r--r--c/src/tests/sptests/sp20/sp20.doc3
-rw-r--r--c/src/tests/sptests/sp20/system.h3
-rw-r--r--c/src/tests/sptests/sp20/task1.c3
-rw-r--r--c/src/tests/sptests/sp21/init.c3
-rw-r--r--c/src/tests/sptests/sp21/sp21.doc3
-rw-r--r--c/src/tests/sptests/sp21/system.h3
-rw-r--r--c/src/tests/sptests/sp21/task1.c3
-rw-r--r--c/src/tests/sptests/sp22/delay.c3
-rw-r--r--c/src/tests/sptests/sp22/init.c3
-rw-r--r--c/src/tests/sptests/sp22/prtime.c3
-rw-r--r--c/src/tests/sptests/sp22/sp22.doc3
-rw-r--r--c/src/tests/sptests/sp22/system.h3
-rw-r--r--c/src/tests/sptests/sp22/task1.c3
-rw-r--r--c/src/tests/sptests/sp23/init.c3
-rw-r--r--c/src/tests/sptests/sp23/sp23.doc3
-rw-r--r--c/src/tests/sptests/sp23/system.h3
-rw-r--r--c/src/tests/sptests/sp23/task1.c3
-rw-r--r--c/src/tests/sptests/sp24/init.c3
-rw-r--r--c/src/tests/sptests/sp24/resume.c3
-rw-r--r--c/src/tests/sptests/sp24/sp24.doc3
-rw-r--r--c/src/tests/sptests/sp24/system.h3
-rw-r--r--c/src/tests/sptests/sp24/task1.c3
-rw-r--r--c/src/tests/sptests/sp25/init.c3
-rw-r--r--c/src/tests/sptests/sp25/sp25.doc3
-rw-r--r--c/src/tests/sptests/sp25/system.h3
-rw-r--r--c/src/tests/sptests/sp25/task1.c3
-rw-r--r--c/src/tests/sptests/sp26/init.c3
-rw-r--r--c/src/tests/sptests/sp26/sp26.doc3
-rw-r--r--c/src/tests/sptests/sp26/system.h3
-rw-r--r--c/src/tests/sptests/sp26/task1.c3
-rw-r--r--c/src/tests/sptests/spfatal/fatal.c3
-rw-r--r--c/src/tests/sptests/spfatal/init.c3
-rw-r--r--c/src/tests/sptests/spfatal/puterr.c3
-rw-r--r--c/src/tests/sptests/spfatal/spfatal.doc3
-rw-r--r--c/src/tests/sptests/spfatal/system.h3
-rw-r--r--c/src/tests/sptests/spfatal/task1.c3
-rw-r--r--c/src/tests/sptests/spsize/getint.c3
-rw-r--r--c/src/tests/sptests/spsize/init.c3
-rw-r--r--c/src/tests/sptests/spsize/size.c3
-rw-r--r--c/src/tests/sptests/spsize/system.h3
-rw-r--r--c/src/tests/support/include/tmacros.h3
-rw-r--r--c/src/tests/support/stubdr/close.c3
-rw-r--r--c/src/tests/support/stubdr/cntrl.c3
-rw-r--r--c/src/tests/support/stubdr/init.c3
-rw-r--r--c/src/tests/support/stubdr/open.c3
-rw-r--r--c/src/tests/support/stubdr/read.c3
-rw-r--r--c/src/tests/support/stubdr/stubdrv.h3
-rw-r--r--c/src/tests/support/stubdr/write.c3
-rw-r--r--c/src/tests/tmtests/include/timesys.h3
-rw-r--r--c/src/tests/tmtests/tm01/system.h3
-rw-r--r--c/src/tests/tmtests/tm01/task1.c3
-rw-r--r--c/src/tests/tmtests/tm01/tm01.doc3
-rw-r--r--c/src/tests/tmtests/tm02/system.h3
-rw-r--r--c/src/tests/tmtests/tm02/task1.c3
-rw-r--r--c/src/tests/tmtests/tm02/tm02.doc3
-rw-r--r--c/src/tests/tmtests/tm03/system.h3
-rw-r--r--c/src/tests/tmtests/tm03/task1.c3
-rw-r--r--c/src/tests/tmtests/tm03/tm03.doc3
-rw-r--r--c/src/tests/tmtests/tm04/system.h3
-rw-r--r--c/src/tests/tmtests/tm04/task1.c3
-rw-r--r--c/src/tests/tmtests/tm04/tm04.doc3
-rw-r--r--c/src/tests/tmtests/tm05/system.h3
-rw-r--r--c/src/tests/tmtests/tm05/task1.c3
-rw-r--r--c/src/tests/tmtests/tm05/tm05.doc3
-rw-r--r--c/src/tests/tmtests/tm06/system.h3
-rw-r--r--c/src/tests/tmtests/tm06/task1.c3
-rw-r--r--c/src/tests/tmtests/tm06/tm06.doc3
-rw-r--r--c/src/tests/tmtests/tm07/system.h3
-rw-r--r--c/src/tests/tmtests/tm07/task1.c3
-rw-r--r--c/src/tests/tmtests/tm07/tm07.doc3
-rw-r--r--c/src/tests/tmtests/tm08/system.h3
-rw-r--r--c/src/tests/tmtests/tm08/task1.c3
-rw-r--r--c/src/tests/tmtests/tm08/tm08.doc3
-rw-r--r--c/src/tests/tmtests/tm09/system.h3
-rw-r--r--c/src/tests/tmtests/tm09/task1.c3
-rw-r--r--c/src/tests/tmtests/tm09/tm09.doc3
-rw-r--r--c/src/tests/tmtests/tm10/system.h3
-rw-r--r--c/src/tests/tmtests/tm10/task1.c3
-rw-r--r--c/src/tests/tmtests/tm10/tm10.doc3
-rw-r--r--c/src/tests/tmtests/tm11/system.h3
-rw-r--r--c/src/tests/tmtests/tm11/task1.c3
-rw-r--r--c/src/tests/tmtests/tm11/tm11.doc3
-rw-r--r--c/src/tests/tmtests/tm12/system.h3
-rw-r--r--c/src/tests/tmtests/tm12/task1.c3
-rw-r--r--c/src/tests/tmtests/tm12/tm12.doc3
-rw-r--r--c/src/tests/tmtests/tm13/system.h3
-rw-r--r--c/src/tests/tmtests/tm13/task1.c3
-rw-r--r--c/src/tests/tmtests/tm13/tm13.doc3
-rw-r--r--c/src/tests/tmtests/tm14/system.h3
-rw-r--r--c/src/tests/tmtests/tm14/task1.c3
-rw-r--r--c/src/tests/tmtests/tm14/tm14.doc3
-rw-r--r--c/src/tests/tmtests/tm15/system.h3
-rw-r--r--c/src/tests/tmtests/tm15/task1.c3
-rw-r--r--c/src/tests/tmtests/tm15/tm15.doc3
-rw-r--r--c/src/tests/tmtests/tm16/system.h3
-rw-r--r--c/src/tests/tmtests/tm16/task1.c3
-rw-r--r--c/src/tests/tmtests/tm16/tm16.doc3
-rw-r--r--c/src/tests/tmtests/tm17/system.h3
-rw-r--r--c/src/tests/tmtests/tm17/task1.c3
-rw-r--r--c/src/tests/tmtests/tm17/tm17.doc3
-rw-r--r--c/src/tests/tmtests/tm18/system.h3
-rw-r--r--c/src/tests/tmtests/tm18/task1.c3
-rw-r--r--c/src/tests/tmtests/tm18/tm18.doc3
-rw-r--r--c/src/tests/tmtests/tm19/system.h3
-rw-r--r--c/src/tests/tmtests/tm19/task1.c3
-rw-r--r--c/src/tests/tmtests/tm19/tm19.doc3
-rw-r--r--c/src/tests/tmtests/tm20/system.h3
-rw-r--r--c/src/tests/tmtests/tm20/task1.c3
-rw-r--r--c/src/tests/tmtests/tm20/tm20.doc3
-rw-r--r--c/src/tests/tmtests/tm21/system.h3
-rw-r--r--c/src/tests/tmtests/tm21/task1.c3
-rw-r--r--c/src/tests/tmtests/tm21/tm21.doc3
-rw-r--r--c/src/tests/tmtests/tm22/system.h3
-rw-r--r--c/src/tests/tmtests/tm22/task1.c3
-rw-r--r--c/src/tests/tmtests/tm22/tm22.doc3
-rw-r--r--c/src/tests/tmtests/tm23/system.h3
-rw-r--r--c/src/tests/tmtests/tm23/task1.c3
-rw-r--r--c/src/tests/tmtests/tm23/tm23.doc3
-rw-r--r--c/src/tests/tmtests/tm24/system.h3
-rw-r--r--c/src/tests/tmtests/tm24/task1.c3
-rw-r--r--c/src/tests/tmtests/tm24/tm24.doc3
-rw-r--r--c/src/tests/tmtests/tm25/system.h3
-rw-r--r--c/src/tests/tmtests/tm25/task1.c3
-rw-r--r--c/src/tests/tmtests/tm25/tm25.doc3
-rw-r--r--c/src/tests/tmtests/tm26/fptest.h3
-rw-r--r--c/src/tests/tmtests/tm26/system.h3
-rw-r--r--c/src/tests/tmtests/tm26/task1.c3
-rw-r--r--c/src/tests/tmtests/tm26/tm26.doc3
-rw-r--r--c/src/tests/tmtests/tm27/system.h3
-rw-r--r--c/src/tests/tmtests/tm27/task1.c3
-rw-r--r--c/src/tests/tmtests/tm27/tm27.doc3
-rw-r--r--c/src/tests/tmtests/tm28/system.h3
-rw-r--r--c/src/tests/tmtests/tm28/task1.c3
-rw-r--r--c/src/tests/tmtests/tm28/tm28.doc3
-rw-r--r--c/src/tests/tmtests/tm29/system.h3
-rw-r--r--c/src/tests/tmtests/tm29/task1.c3
-rw-r--r--c/src/tests/tmtests/tm29/tm29.doc3
-rw-r--r--c/src/tests/tmtests/tmck/system.h3
-rw-r--r--c/src/tests/tmtests/tmck/task1.c3
-rw-r--r--c/src/tests/tmtests/tmck/tmck.doc3
-rw-r--r--c/src/tests/tmtests/tmoverhd/dumrtems.h3
-rw-r--r--c/src/tests/tmtests/tmoverhd/empty.c3
-rw-r--r--c/src/tests/tmtests/tmoverhd/system.h3
-rw-r--r--c/src/tests/tmtests/tmoverhd/testtask.c3
-rw-r--r--c/src/tests/tmtests/tmoverhd/tmoverhd.doc3
-rw-r--r--cpukit/include/rtems/libio_.h3
-rw-r--r--cpukit/libcsupport/include/clockdrv.h3
-rw-r--r--cpukit/libcsupport/include/console.h3
-rw-r--r--cpukit/libcsupport/include/iosupp.h3
-rw-r--r--cpukit/libcsupport/include/motorola/mc68230.h3
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h3
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h3
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h3
-rw-r--r--cpukit/libcsupport/include/sys/termios.h3
-rw-r--r--cpukit/libcsupport/include/timerdrv.h3
-rw-r--r--cpukit/libcsupport/include/vmeintr.h3
-rw-r--r--cpukit/libcsupport/include/zilog/z8036.h3
-rw-r--r--cpukit/libcsupport/include/zilog/z8530.h3
-rw-r--r--cpukit/libcsupport/include/zilog/z8536.h3
-rw-r--r--cpukit/libcsupport/src/__brk.c3
-rw-r--r--cpukit/libcsupport/src/__gettod.c3
-rw-r--r--cpukit/libcsupport/src/__sbrk.c3
-rw-r--r--cpukit/libcsupport/src/__times.c3
-rw-r--r--cpukit/libcsupport/src/access.c3
-rw-r--r--cpukit/libcsupport/src/base_fs.c3
-rw-r--r--cpukit/libcsupport/src/cfgetispeed.c3
-rw-r--r--cpukit/libcsupport/src/cfgetospeed.c3
-rw-r--r--cpukit/libcsupport/src/cfsetispeed.c3
-rw-r--r--cpukit/libcsupport/src/cfsetospeed.c3
-rw-r--r--cpukit/libcsupport/src/chdir.c3
-rw-r--r--cpukit/libcsupport/src/chmod.c3
-rw-r--r--cpukit/libcsupport/src/chown.c3
-rw-r--r--cpukit/libcsupport/src/close.c3
-rw-r--r--cpukit/libcsupport/src/ctermid.c3
-rw-r--r--cpukit/libcsupport/src/dup.c3
-rw-r--r--cpukit/libcsupport/src/dup2.c3
-rw-r--r--cpukit/libcsupport/src/eval.c3
-rw-r--r--cpukit/libcsupport/src/fchmod.c3
-rw-r--r--cpukit/libcsupport/src/fcntl.c3
-rw-r--r--cpukit/libcsupport/src/fdatasync.c3
-rw-r--r--cpukit/libcsupport/src/fpathconf.c3
-rw-r--r--cpukit/libcsupport/src/fs_null_handlers.c3
-rw-r--r--cpukit/libcsupport/src/fstat.c3
-rw-r--r--cpukit/libcsupport/src/fsync.c3
-rw-r--r--cpukit/libcsupport/src/ftruncate.c3
-rw-r--r--cpukit/libcsupport/src/getdents.c3
-rw-r--r--cpukit/libcsupport/src/hosterr.c3
-rw-r--r--cpukit/libcsupport/src/ioctl.c3
-rw-r--r--cpukit/libcsupport/src/libio.c3
-rw-r--r--cpukit/libcsupport/src/libio_sockets.c3
-rw-r--r--cpukit/libcsupport/src/link.c3
-rw-r--r--cpukit/libcsupport/src/lseek.c3
-rw-r--r--cpukit/libcsupport/src/lstat.c3
-rw-r--r--cpukit/libcsupport/src/malloc.c3
-rw-r--r--cpukit/libcsupport/src/mkdir.c3
-rw-r--r--cpukit/libcsupport/src/mkfifo.c3
-rw-r--r--cpukit/libcsupport/src/mknod.c3
-rw-r--r--cpukit/libcsupport/src/mount.c3
-rw-r--r--cpukit/libcsupport/src/no_libc.c3
-rw-r--r--cpukit/libcsupport/src/open.c3
-rw-r--r--cpukit/libcsupport/src/pathconf.c3
-rw-r--r--cpukit/libcsupport/src/pipe.c3
-rw-r--r--cpukit/libcsupport/src/read.c3
-rw-r--r--cpukit/libcsupport/src/readlink.c3
-rw-r--r--cpukit/libcsupport/src/rewinddir.c3
-rw-r--r--cpukit/libcsupport/src/rmdir.c3
-rw-r--r--cpukit/libcsupport/src/seekdir.c3
-rw-r--r--cpukit/libcsupport/src/stat.c3
-rw-r--r--cpukit/libcsupport/src/symlink.c3
-rw-r--r--cpukit/libcsupport/src/tcdrain.c3
-rw-r--r--cpukit/libcsupport/src/tcflow.c3
-rw-r--r--cpukit/libcsupport/src/tcflush.c3
-rw-r--r--cpukit/libcsupport/src/tcgetattr.c3
-rw-r--r--cpukit/libcsupport/src/tcgetprgrp.c3
-rw-r--r--cpukit/libcsupport/src/tcsendbreak.c3
-rw-r--r--cpukit/libcsupport/src/tcsetattr.c3
-rw-r--r--cpukit/libcsupport/src/tcsetpgrp.c3
-rw-r--r--cpukit/libcsupport/src/telldir.c3
-rw-r--r--cpukit/libcsupport/src/truncate.c3
-rw-r--r--cpukit/libcsupport/src/umask.c3
-rw-r--r--cpukit/libcsupport/src/unixlibc.c3
-rw-r--r--cpukit/libcsupport/src/unlink.c3
-rw-r--r--cpukit/libcsupport/src/unmount.c3
-rw-r--r--cpukit/libcsupport/src/utime.c3
-rw-r--r--cpukit/libcsupport/src/write.c3
-rw-r--r--cpukit/libfs/src/imfs/deviceio.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs.h3
-rw-r--r--cpukit/libfs/src/imfs/imfs_chown.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_creat.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_debug.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_directory.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_eval.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_fchmod.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_fcntl.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_fdatasync.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_free.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_fsunmount.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_getchild.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_gtkn.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_device.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_directory.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_link.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_memfile.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_init.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_initsupp.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_link.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_mknod.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_mount.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_ntype.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_readlink.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_rmnod.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_stat.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_symlink.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_unixstub.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_unlink.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_unmount.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_utime.c3
-rw-r--r--cpukit/libfs/src/imfs/ioman.c3
-rw-r--r--cpukit/libfs/src/imfs/memfile.c3
-rw-r--r--cpukit/libfs/src/imfs/miniimfs_init.c3
-rw-r--r--cpukit/libmisc/cpuuse/cpuuse.c3
-rw-r--r--cpukit/libmisc/cpuuse/cpuuse.h3
-rw-r--r--cpukit/libmisc/dummy/dummy.c3
-rw-r--r--cpukit/libmisc/stackchk/check.c3
-rw-r--r--cpukit/libmisc/stackchk/internal.h3
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h3
-rw-r--r--cpukit/posix/include/rtems/posix/cond.h3
-rw-r--r--cpukit/posix/include/rtems/posix/condmp.h3
-rw-r--r--cpukit/posix/include/rtems/posix/config.h3
-rw-r--r--cpukit/posix/include/rtems/posix/intr.h3
-rw-r--r--cpukit/posix/include/rtems/posix/key.h3
-rw-r--r--cpukit/posix/include/rtems/posix/mqueue.h3
-rw-r--r--cpukit/posix/include/rtems/posix/mqueuemp.h3
-rw-r--r--cpukit/posix/include/rtems/posix/mutex.h3
-rw-r--r--cpukit/posix/include/rtems/posix/mutexmp.h3
-rw-r--r--cpukit/posix/include/rtems/posix/posixapi.h3
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h3
-rw-r--r--cpukit/posix/include/rtems/posix/pthreadmp.h3
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h3
-rw-r--r--cpukit/posix/include/rtems/posix/semaphoremp.h3
-rw-r--r--cpukit/posix/inline/rtems/posix/cond.inl3
-rw-r--r--cpukit/posix/inline/rtems/posix/intr.inl3
-rw-r--r--cpukit/posix/inline/rtems/posix/key.inl3
-rw-r--r--cpukit/posix/inline/rtems/posix/mqueue.inl3
-rw-r--r--cpukit/posix/inline/rtems/posix/mutex.inl3
-rw-r--r--cpukit/posix/inline/rtems/posix/pthread.inl3
-rw-r--r--cpukit/posix/inline/rtems/posix/semaphore.inl3
-rw-r--r--cpukit/posix/src/alarm.c3
-rw-r--r--cpukit/posix/src/kill.c3
-rw-r--r--cpukit/posix/src/killinfo.c3
-rw-r--r--cpukit/posix/src/pause.c3
-rw-r--r--cpukit/posix/src/pthreadattrdestroy.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetdetachstate.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetinheritsched.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetschedparam.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetschedpolicy.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetscope.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetstackaddr.c3
-rw-r--r--cpukit/posix/src/pthreadattrgetstacksize.c3
-rw-r--r--cpukit/posix/src/pthreadattrinit.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetdetachstate.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetinheritsched.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetschedparam.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetschedpolicy.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetscope.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetstackaddr.c3
-rw-r--r--cpukit/posix/src/pthreadattrsetstacksize.c3
-rw-r--r--cpukit/posix/src/pthreadcreate.c3
-rw-r--r--cpukit/posix/src/pthreaddetach.c3
-rw-r--r--cpukit/posix/src/pthreadequal.c3
-rw-r--r--cpukit/posix/src/pthreadexit.c3
-rw-r--r--cpukit/posix/src/pthreadgetcpuclockid.c3
-rw-r--r--cpukit/posix/src/pthreadgetcputime.c3
-rw-r--r--cpukit/posix/src/pthreadgetschedparam.c3
-rw-r--r--cpukit/posix/src/pthreadjoin.c3
-rw-r--r--cpukit/posix/src/pthreadkill.c3
-rw-r--r--cpukit/posix/src/pthreadonce.c3
-rw-r--r--cpukit/posix/src/pthreadself.c3
-rw-r--r--cpukit/posix/src/pthreadsetcputime.c3
-rw-r--r--cpukit/posix/src/pthreadsetschedparam.c3
-rw-r--r--cpukit/posix/src/pthreadsigmask.c3
-rw-r--r--cpukit/posix/src/sigaction.c3
-rw-r--r--cpukit/posix/src/sigaddset.c3
-rw-r--r--cpukit/posix/src/sigdelset.c3
-rw-r--r--cpukit/posix/src/sigemptyset.c3
-rw-r--r--cpukit/posix/src/sigfillset.c3
-rw-r--r--cpukit/posix/src/sigismember.c3
-rw-r--r--cpukit/posix/src/signal_2.c3
-rw-r--r--cpukit/posix/src/sigpending.c3
-rw-r--r--cpukit/posix/src/sigprocmask.c3
-rw-r--r--cpukit/posix/src/sigqueue.c3
-rw-r--r--cpukit/posix/src/sigsuspend.c3
-rw-r--r--cpukit/posix/src/sigtimedwait.c3
-rw-r--r--cpukit/posix/src/sigwait.c3
-rw-r--r--cpukit/posix/src/sigwaitinfo.c3
-rw-r--r--cpukit/rtems/include/rtems.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/asr.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/attr.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/config.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/dpmem.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/event.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/eventmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/eventset.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/intr.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/message.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/modes.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/mp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/msgmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/options.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/part.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/partmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/region.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/regionmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/rtemsapi.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/semmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/signal.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/signalmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/status.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/support.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/taskmp.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/timer.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/asr.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/attr.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/dpmem.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/event.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/eventset.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/message.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/modes.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/options.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/part.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/ratemon.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/region.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/sem.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/status.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/support.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/tasks.inl3
-rw-r--r--cpukit/rtems/inline/rtems/rtems/timer.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/asr.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/attr.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/dpmem.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/event.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/eventset.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/message.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/modes.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/options.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/part.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/ratemon.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/region.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/sem.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/status.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/support.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/tasks.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/timer.inl3
-rw-r--r--cpukit/rtems/src/attr.c3
-rw-r--r--cpukit/rtems/src/clockget.c3
-rw-r--r--cpukit/rtems/src/clockset.c3
-rw-r--r--cpukit/rtems/src/clocktick.c3
-rw-r--r--cpukit/rtems/src/clocktodtoseconds.c3
-rw-r--r--cpukit/rtems/src/clocktodvalidate.c3
-rw-r--r--cpukit/rtems/src/dpmem.c3
-rw-r--r--cpukit/rtems/src/dpmemcreate.c3
-rw-r--r--cpukit/rtems/src/dpmemdelete.c3
-rw-r--r--cpukit/rtems/src/dpmemexternal2internal.c3
-rw-r--r--cpukit/rtems/src/dpmemident.c3
-rw-r--r--cpukit/rtems/src/dpmeminternal2external.c3
-rw-r--r--cpukit/rtems/src/event.c3
-rw-r--r--cpukit/rtems/src/eventmp.c3
-rw-r--r--cpukit/rtems/src/eventreceive.c3
-rw-r--r--cpukit/rtems/src/eventseize.c3
-rw-r--r--cpukit/rtems/src/eventsend.c3
-rw-r--r--cpukit/rtems/src/eventsurrender.c3
-rw-r--r--cpukit/rtems/src/eventtimeout.c3
-rw-r--r--cpukit/rtems/src/intr.c3
-rw-r--r--cpukit/rtems/src/intrbody.c3
-rw-r--r--cpukit/rtems/src/intrcatch.c3
-rw-r--r--cpukit/rtems/src/mp.c3
-rw-r--r--cpukit/rtems/src/msg.c3
-rw-r--r--cpukit/rtems/src/msgmp.c3
-rw-r--r--cpukit/rtems/src/msgqallocate.c3
-rw-r--r--cpukit/rtems/src/msgqbroadcast.c3
-rw-r--r--cpukit/rtems/src/msgqcreate.c3
-rw-r--r--cpukit/rtems/src/msgqdelete.c3
-rw-r--r--cpukit/rtems/src/msgqflush.c3
-rw-r--r--cpukit/rtems/src/msgqgetnumberpending.c3
-rw-r--r--cpukit/rtems/src/msgqident.c3
-rw-r--r--cpukit/rtems/src/msgqreceive.c3
-rw-r--r--cpukit/rtems/src/msgqsend.c3
-rw-r--r--cpukit/rtems/src/msgqsubmit.c3
-rw-r--r--cpukit/rtems/src/msgqtranslatereturncode.c3
-rw-r--r--cpukit/rtems/src/msgqurgent.c3
-rw-r--r--cpukit/rtems/src/part.c3
-rw-r--r--cpukit/rtems/src/partcreate.c3
-rw-r--r--cpukit/rtems/src/partdelete.c3
-rw-r--r--cpukit/rtems/src/partgetbuffer.c3
-rw-r--r--cpukit/rtems/src/partident.c3
-rw-r--r--cpukit/rtems/src/partmp.c3
-rw-r--r--cpukit/rtems/src/partreturnbuffer.c3
-rw-r--r--cpukit/rtems/src/ratemon.c3
-rw-r--r--cpukit/rtems/src/ratemoncancel.c3
-rw-r--r--cpukit/rtems/src/ratemoncreate.c3
-rw-r--r--cpukit/rtems/src/ratemondelete.c3
-rw-r--r--cpukit/rtems/src/ratemongetstatus.c3
-rw-r--r--cpukit/rtems/src/ratemonident.c3
-rw-r--r--cpukit/rtems/src/ratemonperiod.c3
-rw-r--r--cpukit/rtems/src/ratemontimeout.c3
-rw-r--r--cpukit/rtems/src/region.c3
-rw-r--r--cpukit/rtems/src/regioncreate.c3
-rw-r--r--cpukit/rtems/src/regiondelete.c3
-rw-r--r--cpukit/rtems/src/regionextend.c3
-rw-r--r--cpukit/rtems/src/regiongetsegment.c3
-rw-r--r--cpukit/rtems/src/regiongetsegmentsize.c3
-rw-r--r--cpukit/rtems/src/regionident.c3
-rw-r--r--cpukit/rtems/src/regionmp.c3
-rw-r--r--cpukit/rtems/src/regionreturnsegment.c3
-rw-r--r--cpukit/rtems/src/rtclock.c3
-rw-r--r--cpukit/rtems/src/rtemstimer.c3
-rw-r--r--cpukit/rtems/src/sem.c3
-rw-r--r--cpukit/rtems/src/semcreate.c3
-rw-r--r--cpukit/rtems/src/semdelete.c3
-rw-r--r--cpukit/rtems/src/semflush.c3
-rw-r--r--cpukit/rtems/src/semident.c3
-rw-r--r--cpukit/rtems/src/semmp.c3
-rw-r--r--cpukit/rtems/src/semobtain.c3
-rw-r--r--cpukit/rtems/src/semrelease.c3
-rw-r--r--cpukit/rtems/src/semtranslatereturncode.c3
-rw-r--r--cpukit/rtems/src/signal.c3
-rw-r--r--cpukit/rtems/src/signalcatch.c3
-rw-r--r--cpukit/rtems/src/signalmp.c3
-rw-r--r--cpukit/rtems/src/signalsend.c3
-rw-r--r--cpukit/rtems/src/taskcreate.c3
-rw-r--r--cpukit/rtems/src/taskdelete.c3
-rw-r--r--cpukit/rtems/src/taskgetnote.c3
-rw-r--r--cpukit/rtems/src/taskident.c3
-rw-r--r--cpukit/rtems/src/taskinitusers.c3
-rw-r--r--cpukit/rtems/src/taskissuspended.c3
-rw-r--r--cpukit/rtems/src/taskmode.c3
-rw-r--r--cpukit/rtems/src/taskmp.c3
-rw-r--r--cpukit/rtems/src/taskrestart.c3
-rw-r--r--cpukit/rtems/src/taskresume.c3
-rw-r--r--cpukit/rtems/src/tasks.c3
-rw-r--r--cpukit/rtems/src/tasksetnote.c3
-rw-r--r--cpukit/rtems/src/tasksetpriority.c3
-rw-r--r--cpukit/rtems/src/taskstart.c3
-rw-r--r--cpukit/rtems/src/tasksuspend.c3
-rw-r--r--cpukit/rtems/src/taskvariableadd.c3
-rw-r--r--cpukit/rtems/src/taskvariabledelete.c3
-rw-r--r--cpukit/rtems/src/taskwakeafter.c3
-rw-r--r--cpukit/rtems/src/taskwakewhen.c3
-rw-r--r--cpukit/rtems/src/timercancel.c3
-rw-r--r--cpukit/rtems/src/timercreate.c3
-rw-r--r--cpukit/rtems/src/timerdelete.c3
-rw-r--r--cpukit/rtems/src/timerfireafter.c3
-rw-r--r--cpukit/rtems/src/timerfirewhen.c3
-rw-r--r--cpukit/rtems/src/timerident.c3
-rw-r--r--cpukit/rtems/src/timerreset.c3
-rw-r--r--cpukit/sapi/include/confdefs.h3
-rw-r--r--cpukit/sapi/include/rtems/config.h3
-rw-r--r--cpukit/sapi/include/rtems/extension.h3
-rw-r--r--cpukit/sapi/include/rtems/fatal.h3
-rw-r--r--cpukit/sapi/include/rtems/init.h3
-rw-r--r--cpukit/sapi/include/rtems/io.h3
-rw-r--r--cpukit/sapi/include/rtems/mptables.h3
-rw-r--r--cpukit/sapi/include/rtems/sptables.h.in3
-rw-r--r--cpukit/sapi/inline/rtems/extension.inl3
-rw-r--r--cpukit/sapi/macros/rtems/extension.inl3
-rw-r--r--cpukit/sapi/src/debug.c3
-rw-r--r--cpukit/sapi/src/exinit.c3
-rw-r--r--cpukit/sapi/src/extension.c3
-rw-r--r--cpukit/sapi/src/fatal.c3
-rw-r--r--cpukit/sapi/src/io.c3
-rw-r--r--cpukit/sapi/src/itronapi.c3
-rw-r--r--cpukit/sapi/src/posixapi.c3
-rw-r--r--cpukit/sapi/src/rtemsapi.c3
-rw-r--r--cpukit/score/cpu/a29k/cpu.c3
-rw-r--r--cpukit/score/cpu/a29k/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/a29k.h2
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/i386/cpu.c3
-rw-r--r--cpukit/score/cpu/i386/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/i386/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/i386/rtems/score/i386.h3
-rw-r--r--cpukit/score/cpu/i386/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/i960/cpu.c3
-rw-r--r--cpukit/score/cpu/i960/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/i960/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/i960/rtems/score/i960.h3
-rw-r--r--cpukit/score/cpu/i960/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/m68k/cpu.c3
-rw-r--r--cpukit/score/cpu/m68k/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/m68k.h3
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/mips/cpu.c3
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/mips/rtems/score/mips.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/mips64orion/cpu.c3
-rw-r--r--cpukit/score/cpu/mips64orion/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/mips64orion/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/mips64orion/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h2
-rw-r--r--cpukit/score/cpu/mips64orion/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/no_cpu/cpu.c3
-rw-r--r--cpukit/score/cpu/no_cpu/cpu_asm.c3
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/sparc/cpu.c3
-rw-r--r--cpukit/score/cpu/sparc/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h3
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/sparc.h3
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/unix/rtems/score/types.h3
-rw-r--r--cpukit/score/cpu/unix/rtems/score/unix.h3
-rw-r--r--cpukit/score/include/rtems/debug.h3
-rw-r--r--cpukit/score/include/rtems/score/address.h3
-rw-r--r--cpukit/score/include/rtems/score/apiext.h3
-rw-r--r--cpukit/score/include/rtems/score/bitfield.h3
-rw-r--r--cpukit/score/include/rtems/score/chain.h3
-rw-r--r--cpukit/score/include/rtems/score/context.h3
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h8
-rw-r--r--cpukit/score/include/rtems/score/coremsg.h3
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h3
-rw-r--r--cpukit/score/include/rtems/score/coresem.h3
-rw-r--r--cpukit/score/include/rtems/score/heap.h3
-rw-r--r--cpukit/score/include/rtems/score/interr.h3
-rw-r--r--cpukit/score/include/rtems/score/isr.h3
-rw-r--r--cpukit/score/include/rtems/score/mpci.h3
-rw-r--r--cpukit/score/include/rtems/score/mppkt.h3
-rw-r--r--cpukit/score/include/rtems/score/object.h3
-rw-r--r--cpukit/score/include/rtems/score/objectmp.h3
-rw-r--r--cpukit/score/include/rtems/score/priority.h3
-rw-r--r--cpukit/score/include/rtems/score/stack.h3
-rw-r--r--cpukit/score/include/rtems/score/states.h3
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h3
-rw-r--r--cpukit/score/include/rtems/score/thread.h3
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h3
-rw-r--r--cpukit/score/include/rtems/score/threadq.h3
-rw-r--r--cpukit/score/include/rtems/score/tod.h3
-rw-r--r--cpukit/score/include/rtems/score/tqdata.h3
-rw-r--r--cpukit/score/include/rtems/score/userext.h3
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h3
-rw-r--r--cpukit/score/include/rtems/score/wkspace.h3
-rw-r--r--cpukit/score/include/rtems/system.h3
-rw-r--r--cpukit/score/inline/rtems/score/address.inl3
-rw-r--r--cpukit/score/inline/rtems/score/chain.inl3
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl3
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl3
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl3
-rw-r--r--cpukit/score/inline/rtems/score/heap.inl3
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl3
-rw-r--r--cpukit/score/inline/rtems/score/mppkt.inl3
-rw-r--r--cpukit/score/inline/rtems/score/object.inl3
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl3
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl3
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl3
-rw-r--r--cpukit/score/inline/rtems/score/states.inl3
-rw-r--r--cpukit/score/inline/rtems/score/sysstate.inl3
-rw-r--r--cpukit/score/inline/rtems/score/thread.inl3
-rw-r--r--cpukit/score/inline/rtems/score/threadmp.inl3
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl3
-rw-r--r--cpukit/score/inline/rtems/score/tqdata.inl3
-rw-r--r--cpukit/score/inline/rtems/score/userext.inl3
-rw-r--r--cpukit/score/inline/rtems/score/watchdog.inl3
-rw-r--r--cpukit/score/inline/rtems/score/wkspace.inl3
-rw-r--r--cpukit/score/macros/rtems/score/address.inl3
-rw-r--r--cpukit/score/macros/rtems/score/chain.inl3
-rw-r--r--cpukit/score/macros/rtems/score/coremsg.inl3
-rw-r--r--cpukit/score/macros/rtems/score/coremutex.inl3
-rw-r--r--cpukit/score/macros/rtems/score/coresem.inl3
-rw-r--r--cpukit/score/macros/rtems/score/heap.inl3
-rw-r--r--cpukit/score/macros/rtems/score/isr.inl3
-rw-r--r--cpukit/score/macros/rtems/score/mppkt.inl3
-rw-r--r--cpukit/score/macros/rtems/score/object.inl3
-rw-r--r--cpukit/score/macros/rtems/score/objectmp.inl3
-rw-r--r--cpukit/score/macros/rtems/score/priority.inl3
-rw-r--r--cpukit/score/macros/rtems/score/stack.inl3
-rw-r--r--cpukit/score/macros/rtems/score/states.inl3
-rw-r--r--cpukit/score/macros/rtems/score/sysstate.inl3
-rw-r--r--cpukit/score/macros/rtems/score/thread.inl3
-rw-r--r--cpukit/score/macros/rtems/score/threadmp.inl3
-rw-r--r--cpukit/score/macros/rtems/score/tod.inl3
-rw-r--r--cpukit/score/macros/rtems/score/tqdata.inl3
-rw-r--r--cpukit/score/macros/rtems/score/userext.inl3
-rw-r--r--cpukit/score/macros/rtems/score/watchdog.inl3
-rw-r--r--cpukit/score/macros/rtems/score/wkspace.inl3
-rw-r--r--cpukit/score/src/apiext.c3
-rw-r--r--cpukit/score/src/chain.c3
-rw-r--r--cpukit/score/src/coremsg.c3
-rw-r--r--cpukit/score/src/coremsgbroadcast.c3
-rw-r--r--cpukit/score/src/coremsgclose.c3
-rw-r--r--cpukit/score/src/coremsgflush.c3
-rw-r--r--cpukit/score/src/coremsgflushsupp.c3
-rw-r--r--cpukit/score/src/coremsgseize.c3
-rw-r--r--cpukit/score/src/coremsgsubmit.c3
-rw-r--r--cpukit/score/src/coremutex.c3
-rw-r--r--cpukit/score/src/coremutexflush.c3
-rw-r--r--cpukit/score/src/coremutexseize.c3
-rw-r--r--cpukit/score/src/coremutexsurrender.c3
-rw-r--r--cpukit/score/src/coresem.c3
-rw-r--r--cpukit/score/src/coresemflush.c3
-rw-r--r--cpukit/score/src/coresemseize.c3
-rw-r--r--cpukit/score/src/coresemsurrender.c3
-rw-r--r--cpukit/score/src/coretod.c3
-rw-r--r--cpukit/score/src/coretodset.c3
-rw-r--r--cpukit/score/src/coretodtickle.c3
-rw-r--r--cpukit/score/src/coretodtoseconds.c3
-rw-r--r--cpukit/score/src/coretodvalidate.c3
-rw-r--r--cpukit/score/src/heap.c3
-rw-r--r--cpukit/score/src/heapallocate.c3
-rw-r--r--cpukit/score/src/heapextend.c3
-rw-r--r--cpukit/score/src/heapfree.c3
-rw-r--r--cpukit/score/src/heapsizeofuserarea.c3
-rw-r--r--cpukit/score/src/heapwalk.c3
-rw-r--r--cpukit/score/src/interr.c3
-rw-r--r--cpukit/score/src/isr.c3
-rw-r--r--cpukit/score/src/mpci.c3
-rw-r--r--cpukit/score/src/object.c3
-rw-r--r--cpukit/score/src/objectallocate.c3
-rw-r--r--cpukit/score/src/objectallocatebyindex.c3
-rw-r--r--cpukit/score/src/objectclearname.c3
-rw-r--r--cpukit/score/src/objectcomparenameraw.c3
-rw-r--r--cpukit/score/src/objectcomparenamestring.c3
-rw-r--r--cpukit/score/src/objectcopynameraw.c3
-rw-r--r--cpukit/score/src/objectcopynamestring.c3
-rw-r--r--cpukit/score/src/objectextendinformation.c3
-rw-r--r--cpukit/score/src/objectfree.c3
-rw-r--r--cpukit/score/src/objectget.c3
-rw-r--r--cpukit/score/src/objectgetbyindex.c3
-rw-r--r--cpukit/score/src/objectgetnext.c3
-rw-r--r--cpukit/score/src/objectinitializeinformation.c3
-rw-r--r--cpukit/score/src/objectmp.c3
-rw-r--r--cpukit/score/src/objectnametoid.c3
-rw-r--r--cpukit/score/src/objectshrinkinformation.c3
-rw-r--r--cpukit/score/src/thread.c3
-rw-r--r--cpukit/score/src/threadchangepriority.c3
-rw-r--r--cpukit/score/src/threadclearstate.c3
-rw-r--r--cpukit/score/src/threadclose.c3
-rw-r--r--cpukit/score/src/threadcreateidle.c3
-rw-r--r--cpukit/score/src/threaddelayended.c3
-rw-r--r--cpukit/score/src/threaddispatch.c3
-rw-r--r--cpukit/score/src/threadevaluatemode.c3
-rw-r--r--cpukit/score/src/threadget.c3
-rw-r--r--cpukit/score/src/threadhandler.c3
-rw-r--r--cpukit/score/src/threadidlebody.c3
-rw-r--r--cpukit/score/src/threadinitialize.c3
-rw-r--r--cpukit/score/src/threadloadenv.c3
-rw-r--r--cpukit/score/src/threadmp.c3
-rw-r--r--cpukit/score/src/threadq.c3
-rw-r--r--cpukit/score/src/threadqdequeue.c3
-rw-r--r--cpukit/score/src/threadqdequeuefifo.c3
-rw-r--r--cpukit/score/src/threadqdequeuepriority.c3
-rw-r--r--cpukit/score/src/threadqenqueue.c3
-rw-r--r--cpukit/score/src/threadqenqueuefifo.c3
-rw-r--r--cpukit/score/src/threadqenqueuepriority.c3
-rw-r--r--cpukit/score/src/threadqextract.c3
-rw-r--r--cpukit/score/src/threadqextractfifo.c3
-rw-r--r--cpukit/score/src/threadqextractpriority.c3
-rw-r--r--cpukit/score/src/threadqextractwithproxy.c3
-rw-r--r--cpukit/score/src/threadqfirst.c3
-rw-r--r--cpukit/score/src/threadqfirstfifo.c3
-rw-r--r--cpukit/score/src/threadqfirstpriority.c3
-rw-r--r--cpukit/score/src/threadqflush.c3
-rw-r--r--cpukit/score/src/threadqtimeout.c3
-rw-r--r--cpukit/score/src/threadready.c3
-rw-r--r--cpukit/score/src/threadreset.c3
-rw-r--r--cpukit/score/src/threadresettimeslice.c3
-rw-r--r--cpukit/score/src/threadrestart.c3
-rw-r--r--cpukit/score/src/threadresume.c3
-rw-r--r--cpukit/score/src/threadrotatequeue.c3
-rw-r--r--cpukit/score/src/threadsetpriority.c3
-rw-r--r--cpukit/score/src/threadsetstate.c3
-rw-r--r--cpukit/score/src/threadsettransient.c3
-rw-r--r--cpukit/score/src/threadstackallocate.c3
-rw-r--r--cpukit/score/src/threadstackfree.c3
-rw-r--r--cpukit/score/src/threadstart.c3
-rw-r--r--cpukit/score/src/threadstartmultitasking.c3
-rw-r--r--cpukit/score/src/threadsuspend.c3
-rw-r--r--cpukit/score/src/threadtickletimeslice.c3
-rw-r--r--cpukit/score/src/threadyieldprocessor.c3
-rw-r--r--cpukit/score/src/userext.c3
-rw-r--r--cpukit/score/src/watchdog.c3
-rw-r--r--cpukit/score/src/watchdogadjust.c3
-rw-r--r--cpukit/score/src/watchdoginsert.c3
-rw-r--r--cpukit/score/src/watchdogremove.c3
-rw-r--r--cpukit/score/src/watchdogtickle.c3
-rw-r--r--cpukit/score/src/wkspace.c3
2339 files changed, 2343 insertions, 4666 deletions
diff --git a/c/src/exec/include/rtems/libio_.h b/c/src/exec/include/rtems/libio_.h
index e37dcbcc9f..8e74b34edb 100644
--- a/c/src/exec/include/rtems/libio_.h
+++ b/c/src/exec/include/rtems/libio_.h
@@ -1,9 +1,8 @@
/*
* Libio Internal Information
*
- * 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/libcsupport/include/clockdrv.h b/c/src/exec/libcsupport/include/clockdrv.h
index 74c9d5e9f7..d7b0b4671f 100644
--- a/c/src/exec/libcsupport/include/clockdrv.h
+++ b/c/src/exec/libcsupport/include/clockdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Clock Driver for all boards.
*
- * 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/libcsupport/include/console.h b/c/src/exec/libcsupport/include/console.h
index 2f5173d757..7bc6b5e3d4 100644
--- a/c/src/exec/libcsupport/include/console.h
+++ b/c/src/exec/libcsupport/include/console.h
@@ -3,9 +3,8 @@
* This file describes the Console Device Driver for all boards.
* This driver provides support for the standard C Library.
*
- * 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/libcsupport/include/iosupp.h b/c/src/exec/libcsupport/include/iosupp.h
index 97175e0a7b..ef8e01b76d 100644
--- a/c/src/exec/libcsupport/include/iosupp.h
+++ b/c/src/exec/libcsupport/include/iosupp.h
@@ -1,8 +1,7 @@
/* iosupp.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/exec/libcsupport/include/motorola/mc68230.h b/c/src/exec/libcsupport/include/motorola/mc68230.h
index bde00c4cdd..22ec49c12b 100644
--- a/c/src/exec/libcsupport/include/motorola/mc68230.h
+++ b/c/src/exec/libcsupport/include/motorola/mc68230.h
@@ -7,9 +7,8 @@
* Format taken partly from RTEMS code and mostly from Motorola IDP user's
* manual. RTEMS copyright information below.
*
- * 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/libcsupport/include/rtems/libcsupport.h b/c/src/exec/libcsupport/include/rtems/libcsupport.h
index d007784526..4c6764c1d4 100644
--- a/c/src/exec/libcsupport/include/rtems/libcsupport.h
+++ b/c/src/exec/libcsupport/include/rtems/libcsupport.h
@@ -3,9 +3,8 @@
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*
- * 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/libcsupport/include/rtems/libio.h b/c/src/exec/libcsupport/include/rtems/libio.h
index 5d71866164..3cc4648863 100644
--- a/c/src/exec/libcsupport/include/rtems/libio.h
+++ b/c/src/exec/libcsupport/include/rtems/libio.h
@@ -6,9 +6,8 @@
* IO to devices but has since been enhanced to support networking
* and support for mounted file systems.
*
- * 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/libcsupport/include/rtems/libio_.h b/c/src/exec/libcsupport/include/rtems/libio_.h
index e37dcbcc9f..8e74b34edb 100644
--- a/c/src/exec/libcsupport/include/rtems/libio_.h
+++ b/c/src/exec/libcsupport/include/rtems/libio_.h
@@ -1,9 +1,8 @@
/*
* Libio Internal Information
*
- * 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/libcsupport/include/sys/termios.h b/c/src/exec/libcsupport/include/sys/termios.h
index 71a2492724..bb64d55433 100644
--- a/c/src/exec/libcsupport/include/sys/termios.h
+++ b/c/src/exec/libcsupport/include/sys/termios.h
@@ -1,9 +1,8 @@
/*
* POSIX termios implementation for RTEMS console device driver.
*
- * 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/libcsupport/include/timerdrv.h b/c/src/exec/libcsupport/include/timerdrv.h
index ed1ce2b9a2..1234f8283a 100644
--- a/c/src/exec/libcsupport/include/timerdrv.h
+++ b/c/src/exec/libcsupport/include/timerdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Timer Driver for all boards.
*
- * 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/libcsupport/include/vmeintr.h b/c/src/exec/libcsupport/include/vmeintr.h
index 6593ba12a5..583ccff6cc 100644
--- a/c/src/exec/libcsupport/include/vmeintr.h
+++ b/c/src/exec/libcsupport/include/vmeintr.h
@@ -5,9 +5,8 @@
* which should be provided by all BSPs for VMEbus Single Board
* Computers but currently only a few do so.
*
- * 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/libcsupport/include/zilog/z8036.h b/c/src/exec/libcsupport/include/zilog/z8036.h
index 1c53c8afac..d2f1652bcc 100644
--- a/c/src/exec/libcsupport/include/zilog/z8036.h
+++ b/c/src/exec/libcsupport/include/zilog/z8036.h
@@ -10,9 +10,8 @@
* NOTE: This file shares as much as possible with the include
* file for the Z8536 via z8x36.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/exec/libcsupport/include/zilog/z8530.h b/c/src/exec/libcsupport/include/zilog/z8530.h
index 60a3e3b771..aba481ac25 100644
--- a/c/src/exec/libcsupport/include/zilog/z8530.h
+++ b/c/src/exec/libcsupport/include/zilog/z8530.h
@@ -7,9 +7,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/exec/libcsupport/include/zilog/z8536.h b/c/src/exec/libcsupport/include/zilog/z8536.h
index 0f0b5641e7..8b8fac4567 100644
--- a/c/src/exec/libcsupport/include/zilog/z8536.h
+++ b/c/src/exec/libcsupport/include/zilog/z8536.h
@@ -10,9 +10,8 @@
* NOTE: This file shares as much as possible with the include
* file for the Z8036 via z8x36.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/exec/libcsupport/src/__brk.c b/c/src/exec/libcsupport/src/__brk.c
index 24efa93adb..4e5a7fcd22 100644
--- a/c/src/exec/libcsupport/src/__brk.c
+++ b/c/src/exec/libcsupport/src/__brk.c
@@ -3,9 +3,8 @@
*
* NOTE: sbrk() is provided by each BSP.
*
- * 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/libcsupport/src/__gettod.c b/c/src/exec/libcsupport/src/__gettod.c
index 16857da870..6c30e40bfb 100644
--- a/c/src/exec/libcsupport/src/__gettod.c
+++ b/c/src/exec/libcsupport/src/__gettod.c
@@ -1,9 +1,8 @@
/*
* gettimeofday() - SVR4 and BSD4.3 extension required by Newlib
*
- * 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/libcsupport/src/__sbrk.c b/c/src/exec/libcsupport/src/__sbrk.c
index b1d31467fd..f09188c571 100644
--- a/c/src/exec/libcsupport/src/__sbrk.c
+++ b/c/src/exec/libcsupport/src/__sbrk.c
@@ -3,9 +3,8 @@
*
* NOTE: sbrk is provided by the BSP.
*
- * 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/libcsupport/src/__times.c b/c/src/exec/libcsupport/src/__times.c
index 5f7525ec5f..49bd64042b 100644
--- a/c/src/exec/libcsupport/src/__times.c
+++ b/c/src/exec/libcsupport/src/__times.c
@@ -1,9 +1,8 @@
/*
* times() - POSIX 1003.1b 4.5.2 - Get Process Times
*
- * 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/libcsupport/src/access.c b/c/src/exec/libcsupport/src/access.c
index a8be44a9a3..7e25fdfc30 100644
--- a/c/src/exec/libcsupport/src/access.c
+++ b/c/src/exec/libcsupport/src/access.c
@@ -1,9 +1,8 @@
/*
* access() - POSIX 1003.1b 5.6.3 - File Accessibility
*
- * 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/libcsupport/src/base_fs.c b/c/src/exec/libcsupport/src/base_fs.c
index e5be922a40..3ea1abd7aa 100644
--- a/c/src/exec/libcsupport/src/base_fs.c
+++ b/c/src/exec/libcsupport/src/base_fs.c
@@ -1,9 +1,8 @@
/*
* Base file system 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/libcsupport/src/cfgetispeed.c b/c/src/exec/libcsupport/src/cfgetispeed.c
index 61d97cb2f1..43a8c97137 100644
--- a/c/src/exec/libcsupport/src/cfgetispeed.c
+++ b/c/src/exec/libcsupport/src/cfgetispeed.c
@@ -1,9 +1,8 @@
/*
* cfgetispeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libcsupport/src/cfgetospeed.c b/c/src/exec/libcsupport/src/cfgetospeed.c
index 8815d436e9..460b47b498 100644
--- a/c/src/exec/libcsupport/src/cfgetospeed.c
+++ b/c/src/exec/libcsupport/src/cfgetospeed.c
@@ -1,9 +1,8 @@
/*
* cfgetospeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libcsupport/src/cfsetispeed.c b/c/src/exec/libcsupport/src/cfsetispeed.c
index 37d3cd0584..af1a1b840c 100644
--- a/c/src/exec/libcsupport/src/cfsetispeed.c
+++ b/c/src/exec/libcsupport/src/cfsetispeed.c
@@ -1,9 +1,8 @@
/*
* cfsetispeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libcsupport/src/cfsetospeed.c b/c/src/exec/libcsupport/src/cfsetospeed.c
index f01237103b..f6f6c5838c 100644
--- a/c/src/exec/libcsupport/src/cfsetospeed.c
+++ b/c/src/exec/libcsupport/src/cfsetospeed.c
@@ -1,9 +1,8 @@
/*
* cfsetospeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libcsupport/src/chdir.c b/c/src/exec/libcsupport/src/chdir.c
index 38f64d8c56..4ab5c84cb8 100644
--- a/c/src/exec/libcsupport/src/chdir.c
+++ b/c/src/exec/libcsupport/src/chdir.c
@@ -1,9 +1,8 @@
/*
* chdir() - POSIX 1003.1b - 5.2.1 - Change Current Working 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/libcsupport/src/chmod.c b/c/src/exec/libcsupport/src/chmod.c
index 70ef5a3dff..d88e80eeb7 100644
--- a/c/src/exec/libcsupport/src/chmod.c
+++ b/c/src/exec/libcsupport/src/chmod.c
@@ -1,9 +1,8 @@
/*
* chmod() - POSIX 1003.1b 5.6.4 - Change File Modes
*
- * 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/libcsupport/src/chown.c b/c/src/exec/libcsupport/src/chown.c
index 8496cc684b..796fa5370c 100644
--- a/c/src/exec/libcsupport/src/chown.c
+++ b/c/src/exec/libcsupport/src/chown.c
@@ -1,9 +1,8 @@
/*
* chown() - POSIX 1003.1b 5.6.5 - Change Owner and Group of a File
*
- * 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/libcsupport/src/close.c b/c/src/exec/libcsupport/src/close.c
index ba69847533..0ee9df89ed 100644
--- a/c/src/exec/libcsupport/src/close.c
+++ b/c/src/exec/libcsupport/src/close.c
@@ -1,9 +1,8 @@
/*
* close() - POSIX 1003.1b 6.3.1 - Close a File
*
- * 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/libcsupport/src/ctermid.c b/c/src/exec/libcsupport/src/ctermid.c
index 23308dc4a6..4fa7a2fb33 100644
--- a/c/src/exec/libcsupport/src/ctermid.c
+++ b/c/src/exec/libcsupport/src/ctermid.c
@@ -1,9 +1,8 @@
/*
* ctermid() - POSIX 1003.1b 4.7.1 - Generate Terminal Pathname
*
- * 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/libcsupport/src/dup.c b/c/src/exec/libcsupport/src/dup.c
index c17db588a7..902c70756a 100644
--- a/c/src/exec/libcsupport/src/dup.c
+++ b/c/src/exec/libcsupport/src/dup.c
@@ -1,9 +1,8 @@
/*
* dup() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
*
- * 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/libcsupport/src/dup2.c b/c/src/exec/libcsupport/src/dup2.c
index 5653425708..21701bfd0d 100644
--- a/c/src/exec/libcsupport/src/dup2.c
+++ b/c/src/exec/libcsupport/src/dup2.c
@@ -1,9 +1,8 @@
/*
* dup2() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
*
- * 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/libcsupport/src/eval.c b/c/src/exec/libcsupport/src/eval.c
index db294fcf54..8fc27ca19c 100644
--- a/c/src/exec/libcsupport/src/eval.c
+++ b/c/src/exec/libcsupport/src/eval.c
@@ -3,9 +3,8 @@
*
* Routine to seed the evaluate path 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/libcsupport/src/fchmod.c b/c/src/exec/libcsupport/src/fchmod.c
index a964c737ea..74d9a30647 100644
--- a/c/src/exec/libcsupport/src/fchmod.c
+++ b/c/src/exec/libcsupport/src/fchmod.c
@@ -1,9 +1,8 @@
/*
* fchmod() - POSIX 1003.1b 5.6.4 - Change File Modes
*
- * 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/libcsupport/src/fcntl.c b/c/src/exec/libcsupport/src/fcntl.c
index e75baf0c5a..05410eaff6 100644
--- a/c/src/exec/libcsupport/src/fcntl.c
+++ b/c/src/exec/libcsupport/src/fcntl.c
@@ -1,9 +1,8 @@
/*
* fcntl() - POSIX 1003.1b 6.5.2 - File Control
*
- * 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/libcsupport/src/fdatasync.c b/c/src/exec/libcsupport/src/fdatasync.c
index e1f47848bf..7a86dc53c6 100644
--- a/c/src/exec/libcsupport/src/fdatasync.c
+++ b/c/src/exec/libcsupport/src/fdatasync.c
@@ -1,9 +1,8 @@
/*
* fdatasync() - POSIX 1003.1b 6.6.2 - Synchronize the Data of a File
*
- * 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/libcsupport/src/fpathconf.c b/c/src/exec/libcsupport/src/fpathconf.c
index b8cede80ff..744551ec88 100644
--- a/c/src/exec/libcsupport/src/fpathconf.c
+++ b/c/src/exec/libcsupport/src/fpathconf.c
@@ -1,9 +1,8 @@
/*
* fpathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
*
- * 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/libcsupport/src/fs_null_handlers.c b/c/src/exec/libcsupport/src/fs_null_handlers.c
index 42bc146eb9..3bedb6a512 100644
--- a/c/src/exec/libcsupport/src/fs_null_handlers.c
+++ b/c/src/exec/libcsupport/src/fs_null_handlers.c
@@ -1,9 +1,8 @@
/*
* Null Filesystem Operations Tables
*
- * 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/libcsupport/src/fstat.c b/c/src/exec/libcsupport/src/fstat.c
index 7fdc2a4b8a..8f216e3cfc 100644
--- a/c/src/exec/libcsupport/src/fstat.c
+++ b/c/src/exec/libcsupport/src/fstat.c
@@ -1,9 +1,8 @@
/*
* fstat() - POSIX 1003.1b 5.6.2 - Get File Status
*
- * 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/libcsupport/src/fsync.c b/c/src/exec/libcsupport/src/fsync.c
index e2bad3bb2e..64f05f341a 100644
--- a/c/src/exec/libcsupport/src/fsync.c
+++ b/c/src/exec/libcsupport/src/fsync.c
@@ -1,9 +1,8 @@
/*
* fsync() - POSIX 1003.1b 6.6.1 - Synchronize the State of a File
*
- * 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/libcsupport/src/ftruncate.c b/c/src/exec/libcsupport/src/ftruncate.c
index 0112817981..bbf0bc7240 100644
--- a/c/src/exec/libcsupport/src/ftruncate.c
+++ b/c/src/exec/libcsupport/src/ftruncate.c
@@ -1,9 +1,8 @@
/*
* ftruncate() - Truncate a File to the Specified Length
*
- * 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/libcsupport/src/getdents.c b/c/src/exec/libcsupport/src/getdents.c
index 91631843b7..b1afbb13f7 100644
--- a/c/src/exec/libcsupport/src/getdents.c
+++ b/c/src/exec/libcsupport/src/getdents.c
@@ -7,9 +7,8 @@
* the current directory position index. These entries will be placed in
* character array pointed to by -dd_buf-
*
- * 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/libcsupport/src/hosterr.c b/c/src/exec/libcsupport/src/hosterr.c
index 6c0308df3b..addb110dea 100644
--- a/c/src/exec/libcsupport/src/hosterr.c
+++ b/c/src/exec/libcsupport/src/hosterr.c
@@ -1,9 +1,8 @@
/*
* Routines to access a host errno
*
- * 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/libcsupport/src/ioctl.c b/c/src/exec/libcsupport/src/ioctl.c
index 0e8072588b..af986743dd 100644
--- a/c/src/exec/libcsupport/src/ioctl.c
+++ b/c/src/exec/libcsupport/src/ioctl.c
@@ -4,9 +4,8 @@
* This routine is not defined in the POSIX 1003.1b standard but is
* commonly supported on most UNIX and POSIX systems.
*
- * 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/libcsupport/src/libio.c b/c/src/exec/libcsupport/src/libio.c
index 9b8b1e1948..9723989342 100644
--- a/c/src/exec/libcsupport/src/libio.c
+++ b/c/src/exec/libcsupport/src/libio.c
@@ -3,9 +3,8 @@
* table of integer style file descriptors used by the low level
* POSIX system calls like open(), read, fstat(), etc.
*
- * 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/libcsupport/src/libio_sockets.c b/c/src/exec/libcsupport/src/libio_sockets.c
index 61d46c09f1..ac15a2a5c2 100644
--- a/c/src/exec/libcsupport/src/libio_sockets.c
+++ b/c/src/exec/libcsupport/src/libio_sockets.c
@@ -2,9 +2,8 @@
* This file contains the support infrastructure used to manage the
* table of integer style file descriptors used by the socket calls.
*
- * 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/libcsupport/src/link.c b/c/src/exec/libcsupport/src/link.c
index c12398746d..5bf8f90353 100644
--- a/c/src/exec/libcsupport/src/link.c
+++ b/c/src/exec/libcsupport/src/link.c
@@ -1,9 +1,8 @@
/*
* link() - POSIX 1003.1b - 5.3.4 - Create a new link
*
- * 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/libcsupport/src/lseek.c b/c/src/exec/libcsupport/src/lseek.c
index 6f37f3c294..992056482e 100644
--- a/c/src/exec/libcsupport/src/lseek.c
+++ b/c/src/exec/libcsupport/src/lseek.c
@@ -1,9 +1,8 @@
/*
* lseek() - POSIX 1003.1b 6.5.3 - Reposition Read/Write File Offset
*
- * 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/libcsupport/src/lstat.c b/c/src/exec/libcsupport/src/lstat.c
index 2c1746ac6e..8a3e38c049 100644
--- a/c/src/exec/libcsupport/src/lstat.c
+++ b/c/src/exec/libcsupport/src/lstat.c
@@ -1,9 +1,8 @@
/*
* lstat() - BSD 4.3 and SVR4 - Get File Status
*
- * 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/libcsupport/src/malloc.c b/c/src/exec/libcsupport/src/malloc.c
index 80708f57c2..cc63b6c7d0 100644
--- a/c/src/exec/libcsupport/src/malloc.c
+++ b/c/src/exec/libcsupport/src/malloc.c
@@ -2,9 +2,8 @@
* RTEMS Malloc Family Implementation
*
*
- * 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/libcsupport/src/mkdir.c b/c/src/exec/libcsupport/src/mkdir.c
index 18fc7171c7..d1cf4c306c 100644
--- a/c/src/exec/libcsupport/src/mkdir.c
+++ b/c/src/exec/libcsupport/src/mkdir.c
@@ -1,9 +1,8 @@
/*
* mkdir() - POSIX 1003.1b 5.4.1 - Make a 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/libcsupport/src/mkfifo.c b/c/src/exec/libcsupport/src/mkfifo.c
index 6b3ece5650..9ea820675b 100644
--- a/c/src/exec/libcsupport/src/mkfifo.c
+++ b/c/src/exec/libcsupport/src/mkfifo.c
@@ -1,9 +1,8 @@
/*
* mkfifo() - POSIX 1003.1b 5.4.1 - Make a FIFO Special File
*
- * 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/libcsupport/src/mknod.c b/c/src/exec/libcsupport/src/mknod.c
index bd434e4efa..0a3a108f9a 100644
--- a/c/src/exec/libcsupport/src/mknod.c
+++ b/c/src/exec/libcsupport/src/mknod.c
@@ -5,9 +5,8 @@
* commonly supported on most UNIX and POSIX systems. It is the
* foundation for creating file system objects.
*
- * 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/libcsupport/src/mount.c b/c/src/exec/libcsupport/src/mount.c
index 15fe800861..5cc037b712 100644
--- a/c/src/exec/libcsupport/src/mount.c
+++ b/c/src/exec/libcsupport/src/mount.c
@@ -7,9 +7,8 @@
* XXX make sure no optional ops you are using are NULL
* XXX unmount should be required.
*
- * 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/libcsupport/src/no_libc.c b/c/src/exec/libcsupport/src/no_libc.c
index 4bd02c4b27..4a7e5d8c27 100644
--- a/c/src/exec/libcsupport/src/no_libc.c
+++ b/c/src/exec/libcsupport/src/no_libc.c
@@ -2,9 +2,8 @@
* This file contains stubs for the reentrancy hooks when
* an unknown C library is used.
*
- * 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/libcsupport/src/open.c b/c/src/exec/libcsupport/src/open.c
index 7f220d1ce7..1203ca9688 100644
--- a/c/src/exec/libcsupport/src/open.c
+++ b/c/src/exec/libcsupport/src/open.c
@@ -1,9 +1,8 @@
/*
* open() - POSIX 1003.1 5.3.1 - Open a File
*
- * 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/libcsupport/src/pathconf.c b/c/src/exec/libcsupport/src/pathconf.c
index e19d1329f4..7516ffb965 100644
--- a/c/src/exec/libcsupport/src/pathconf.c
+++ b/c/src/exec/libcsupport/src/pathconf.c
@@ -1,9 +1,8 @@
/*
* pathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
*
- * 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/libcsupport/src/pipe.c b/c/src/exec/libcsupport/src/pipe.c
index 35dcf627bb..45ab89ed95 100644
--- a/c/src/exec/libcsupport/src/pipe.c
+++ b/c/src/exec/libcsupport/src/pipe.c
@@ -1,9 +1,8 @@
/*
* pipe() - POSIX 1003.1b 6.1.1 Create an Inter-Process Channel
*
- * 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/libcsupport/src/read.c b/c/src/exec/libcsupport/src/read.c
index 360fc75f66..80ad9abc42 100644
--- a/c/src/exec/libcsupport/src/read.c
+++ b/c/src/exec/libcsupport/src/read.c
@@ -1,9 +1,8 @@
/*
* read() - POSIX 1003.1b 6.4.1 - Read From a File
*
- * 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/libcsupport/src/readlink.c b/c/src/exec/libcsupport/src/readlink.c
index 6ca7488543..bec00e5c72 100644
--- a/c/src/exec/libcsupport/src/readlink.c
+++ b/c/src/exec/libcsupport/src/readlink.c
@@ -1,9 +1,8 @@
/*
* readlink() - POSIX 1003.1b - X.X.X - 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/libcsupport/src/rewinddir.c b/c/src/exec/libcsupport/src/rewinddir.c
index 0df578633a..e5c753a183 100644
--- a/c/src/exec/libcsupport/src/rewinddir.c
+++ b/c/src/exec/libcsupport/src/rewinddir.c
@@ -1,9 +1,8 @@
/*
* rewinddir() - POSIX 1003.1b - 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/libcsupport/src/rmdir.c b/c/src/exec/libcsupport/src/rmdir.c
index 001d999ce2..521a2e6934 100644
--- a/c/src/exec/libcsupport/src/rmdir.c
+++ b/c/src/exec/libcsupport/src/rmdir.c
@@ -1,9 +1,8 @@
/*
* rmdir() - POSIX 1003.1b - 5.2.2 - Remove a 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/libcsupport/src/seekdir.c b/c/src/exec/libcsupport/src/seekdir.c
index 5a2f3bb469..eeb9c3209f 100644
--- a/c/src/exec/libcsupport/src/seekdir.c
+++ b/c/src/exec/libcsupport/src/seekdir.c
@@ -1,9 +1,8 @@
/*
* seekdir() - POSIX 1003.1b - 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/libcsupport/src/stat.c b/c/src/exec/libcsupport/src/stat.c
index 8872b779d7..688333ac2e 100644
--- a/c/src/exec/libcsupport/src/stat.c
+++ b/c/src/exec/libcsupport/src/stat.c
@@ -3,9 +3,8 @@
*
* Reused from lstat().
*
- * 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/libcsupport/src/symlink.c b/c/src/exec/libcsupport/src/symlink.c
index ceb1025239..6a31a25bad 100644
--- a/c/src/exec/libcsupport/src/symlink.c
+++ b/c/src/exec/libcsupport/src/symlink.c
@@ -1,9 +1,8 @@
/*
* symlink() - POSIX 1003.1b - X.X.X - 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/libcsupport/src/tcdrain.c b/c/src/exec/libcsupport/src/tcdrain.c
index 00b1cfeba1..0c89a58115 100644
--- a/c/src/exec/libcsupport/src/tcdrain.c
+++ b/c/src/exec/libcsupport/src/tcdrain.c
@@ -1,9 +1,8 @@
/*
* tcdrain() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libcsupport/src/tcflow.c b/c/src/exec/libcsupport/src/tcflow.c
index bbe60d94be..723013c898 100644
--- a/c/src/exec/libcsupport/src/tcflow.c
+++ b/c/src/exec/libcsupport/src/tcflow.c
@@ -1,9 +1,8 @@
/*
* tcflow() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libcsupport/src/tcflush.c b/c/src/exec/libcsupport/src/tcflush.c
index 3a14eba129..7d2f119aec 100644
--- a/c/src/exec/libcsupport/src/tcflush.c
+++ b/c/src/exec/libcsupport/src/tcflush.c
@@ -1,9 +1,8 @@
/*
* tcflush() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libcsupport/src/tcgetattr.c b/c/src/exec/libcsupport/src/tcgetattr.c
index 7306c9de5e..388282d37a 100644
--- a/c/src/exec/libcsupport/src/tcgetattr.c
+++ b/c/src/exec/libcsupport/src/tcgetattr.c
@@ -1,9 +1,8 @@
/*
* tcgetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
*
- * 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/libcsupport/src/tcgetprgrp.c b/c/src/exec/libcsupport/src/tcgetprgrp.c
index 563a1842ed..3f34b6ee13 100644
--- a/c/src/exec/libcsupport/src/tcgetprgrp.c
+++ b/c/src/exec/libcsupport/src/tcgetprgrp.c
@@ -1,9 +1,8 @@
/*
* tcgetprgrp() - POSIX 1003.1b 7.2.3 - Get Foreground Process Group ID
*
- * 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/libcsupport/src/tcsendbreak.c b/c/src/exec/libcsupport/src/tcsendbreak.c
index e7da9cf165..b367d26ece 100644
--- a/c/src/exec/libcsupport/src/tcsendbreak.c
+++ b/c/src/exec/libcsupport/src/tcsendbreak.c
@@ -1,9 +1,8 @@
/*
* tcsendbreak() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libcsupport/src/tcsetattr.c b/c/src/exec/libcsupport/src/tcsetattr.c
index a769ff250f..466d2c35fb 100644
--- a/c/src/exec/libcsupport/src/tcsetattr.c
+++ b/c/src/exec/libcsupport/src/tcsetattr.c
@@ -1,9 +1,8 @@
/*
* tcsetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
*
- * 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/libcsupport/src/tcsetpgrp.c b/c/src/exec/libcsupport/src/tcsetpgrp.c
index 3e6c32c9c4..fa54df3b5f 100644
--- a/c/src/exec/libcsupport/src/tcsetpgrp.c
+++ b/c/src/exec/libcsupport/src/tcsetpgrp.c
@@ -1,9 +1,8 @@
/*
* tcsetprgrp() - POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID
*
- * 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/libcsupport/src/telldir.c b/c/src/exec/libcsupport/src/telldir.c
index 765bb4ed44..521138d648 100644
--- a/c/src/exec/libcsupport/src/telldir.c
+++ b/c/src/exec/libcsupport/src/telldir.c
@@ -1,9 +1,8 @@
/*
* telldir() - 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/libcsupport/src/truncate.c b/c/src/exec/libcsupport/src/truncate.c
index 145e596654..d551b5be5b 100644
--- a/c/src/exec/libcsupport/src/truncate.c
+++ b/c/src/exec/libcsupport/src/truncate.c
@@ -5,9 +5,8 @@
* commonly supported on most UNIX and POSIX systems. It is provided
* for compatibility.
*
- * 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/libcsupport/src/umask.c b/c/src/exec/libcsupport/src/umask.c
index 35229a30a1..c9f0b4851b 100644
--- a/c/src/exec/libcsupport/src/umask.c
+++ b/c/src/exec/libcsupport/src/umask.c
@@ -1,9 +1,8 @@
/*
* umask() - POSIX 1003.1b 5.3.3 - Set File Creation Mask
*
- * 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/libcsupport/src/unixlibc.c b/c/src/exec/libcsupport/src/unixlibc.c
index a581d95534..494e83b159 100644
--- a/c/src/exec/libcsupport/src/unixlibc.c
+++ b/c/src/exec/libcsupport/src/unixlibc.c
@@ -2,9 +2,8 @@
* $Id$
* UNIX Port C Library Support
*
- * 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/libcsupport/src/unlink.c b/c/src/exec/libcsupport/src/unlink.c
index 9e9f2c0e08..cf11db227c 100644
--- a/c/src/exec/libcsupport/src/unlink.c
+++ b/c/src/exec/libcsupport/src/unlink.c
@@ -1,9 +1,8 @@
/*
* unlink() - POSIX 1003.1b - 5.5.1 - Remove an existing link
*
- * 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/libcsupport/src/unmount.c b/c/src/exec/libcsupport/src/unmount.c
index e8e73bb1d7..c4b6bdae7d 100644
--- a/c/src/exec/libcsupport/src/unmount.c
+++ b/c/src/exec/libcsupport/src/unmount.c
@@ -6,9 +6,8 @@
* routine is necessary to mount instantiations of a file system
* into the file system name space.
*
- * 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/libcsupport/src/utime.c b/c/src/exec/libcsupport/src/utime.c
index dd76882bc0..50eeece59a 100644
--- a/c/src/exec/libcsupport/src/utime.c
+++ b/c/src/exec/libcsupport/src/utime.c
@@ -1,9 +1,8 @@
/*
* utime() - POSIX 1003.1b 5.5.6 - Set File Access and Modification Times
*
- * 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/libcsupport/src/write.c b/c/src/exec/libcsupport/src/write.c
index a3eca4eccd..a47a4f40a9 100644
--- a/c/src/exec/libcsupport/src/write.c
+++ b/c/src/exec/libcsupport/src/write.c
@@ -1,9 +1,8 @@
/*
* write() - POSIX 1003.1b 6.4.2 - Write to a File
*
- * 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/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
diff --git a/c/src/exec/posix/include/rtems/posix/cond.h b/c/src/exec/posix/include/rtems/posix/cond.h
index ba6063f207..c0c5395fd6 100644
--- a/c/src/exec/posix/include/rtems/posix/cond.h
+++ b/c/src/exec/posix/include/rtems/posix/cond.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX condition variables.
*
- * 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/posix/include/rtems/posix/condmp.h b/c/src/exec/posix/include/rtems/posix/condmp.h
index de9c5ce0d4..dfd10e57a3 100644
--- a/c/src/exec/posix/include/rtems/posix/condmp.h
+++ b/c/src/exec/posix/include/rtems/posix/condmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Condition Variable 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/posix/include/rtems/posix/config.h b/c/src/exec/posix/include/rtems/posix/config.h
index 732d1bc685..6725d12e09 100644
--- a/c/src/exec/posix/include/rtems/posix/config.h
+++ b/c/src/exec/posix/include/rtems/posix/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters specific for the POSIX API.
*
- * 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/posix/include/rtems/posix/intr.h b/c/src/exec/posix/include/rtems/posix/intr.h
index 539c66f058..0dcadd6722 100644
--- a/c/src/exec/posix/include/rtems/posix/intr.h
+++ b/c/src/exec/posix/include/rtems/posix/intr.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX Interrupt 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/posix/include/rtems/posix/key.h b/c/src/exec/posix/include/rtems/posix/key.h
index 22bfafd594..ddebf6f0ee 100644
--- a/c/src/exec/posix/include/rtems/posix/key.h
+++ b/c/src/exec/posix/include/rtems/posix/key.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX key.
*
- * 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/posix/include/rtems/posix/mqueue.h b/c/src/exec/posix/include/rtems/posix/mqueue.h
index a53ef52c4f..121654f4b4 100644
--- a/c/src/exec/posix/include/rtems/posix/mqueue.h
+++ b/c/src/exec/posix/include/rtems/posix/mqueue.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX Message Queues.
*
- * 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/posix/include/rtems/posix/mqueuemp.h b/c/src/exec/posix/include/rtems/posix/mqueuemp.h
index 27742014ab..19fb58ea29 100644
--- a/c/src/exec/posix/include/rtems/posix/mqueuemp.h
+++ b/c/src/exec/posix/include/rtems/posix/mqueuemp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Message Queue 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/posix/include/rtems/posix/mutex.h b/c/src/exec/posix/include/rtems/posix/mutex.h
index 4f242db1bc..e8338c893f 100644
--- a/c/src/exec/posix/include/rtems/posix/mutex.h
+++ b/c/src/exec/posix/include/rtems/posix/mutex.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX mutex's.
*
- * 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/posix/include/rtems/posix/mutexmp.h b/c/src/exec/posix/include/rtems/posix/mutexmp.h
index 71f60677eb..e6ab54f14b 100644
--- a/c/src/exec/posix/include/rtems/posix/mutexmp.h
+++ b/c/src/exec/posix/include/rtems/posix/mutexmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Mutex 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/posix/include/rtems/posix/posixapi.h b/c/src/exec/posix/include/rtems/posix/posixapi.h
index f7c52985c3..13c416ef90 100644
--- a/c/src/exec/posix/include/rtems/posix/posixapi.h
+++ b/c/src/exec/posix/include/rtems/posix/posixapi.h
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/posix/include/rtems/posix/pthread.h b/c/src/exec/posix/include/rtems/posix/pthread.h
index 17402b8acd..10a1b051e1 100644
--- a/c/src/exec/posix/include/rtems/posix/pthread.h
+++ b/c/src/exec/posix/include/rtems/posix/pthread.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX threads.
*
- * 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/posix/include/rtems/posix/pthreadmp.h b/c/src/exec/posix/include/rtems/posix/pthreadmp.h
index af5997ead7..4bd6cc41e8 100644
--- a/c/src/exec/posix/include/rtems/posix/pthreadmp.h
+++ b/c/src/exec/posix/include/rtems/posix/pthreadmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Threads 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/posix/include/rtems/posix/semaphore.h b/c/src/exec/posix/include/rtems/posix/semaphore.h
index 8df9e4e258..95a4f9c15a 100644
--- a/c/src/exec/posix/include/rtems/posix/semaphore.h
+++ b/c/src/exec/posix/include/rtems/posix/semaphore.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX Semaphores.
*
- * 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/posix/include/rtems/posix/semaphoremp.h b/c/src/exec/posix/include/rtems/posix/semaphoremp.h
index 14af483f98..f776e5a4a3 100644
--- a/c/src/exec/posix/include/rtems/posix/semaphoremp.h
+++ b/c/src/exec/posix/include/rtems/posix/semaphoremp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Semaphore 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/posix/include/rtems/posix/seterr.h b/c/src/exec/posix/include/rtems/posix/seterr.h
index 3aeb4b6a75..248b545ee6 100644
--- a/c/src/exec/posix/include/rtems/posix/seterr.h
+++ b/c/src/exec/posix/include/rtems/posix/seterr.h
@@ -1,7 +1,6 @@
/*
- * 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/posix/inline/rtems/posix/cond.inl b/c/src/exec/posix/inline/rtems/posix/cond.inl
index 3a6741b1b8..d718ef514f 100644
--- a/c/src/exec/posix/inline/rtems/posix/cond.inl
+++ b/c/src/exec/posix/inline/rtems/posix/cond.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX condition variables.
*
- * 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/posix/inline/rtems/posix/intr.inl b/c/src/exec/posix/inline/rtems/posix/intr.inl
index d084a1d12a..2539719b8c 100644
--- a/c/src/exec/posix/inline/rtems/posix/intr.inl
+++ b/c/src/exec/posix/inline/rtems/posix/intr.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX Interrupt 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/posix/inline/rtems/posix/key.inl b/c/src/exec/posix/inline/rtems/posix/key.inl
index fa4d31b11f..73855ad601 100644
--- a/c/src/exec/posix/inline/rtems/posix/key.inl
+++ b/c/src/exec/posix/inline/rtems/posix/key.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX key's.
*
- * 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/posix/inline/rtems/posix/mqueue.inl b/c/src/exec/posix/inline/rtems/posix/mqueue.inl
index 51326fba7b..97b09d5c27 100644
--- a/c/src/exec/posix/inline/rtems/posix/mqueue.inl
+++ b/c/src/exec/posix/inline/rtems/posix/mqueue.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX Message Queue.
*
- * 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/posix/inline/rtems/posix/mutex.inl b/c/src/exec/posix/inline/rtems/posix/mutex.inl
index 5c1f3b7b73..47ff46d507 100644
--- a/c/src/exec/posix/inline/rtems/posix/mutex.inl
+++ b/c/src/exec/posix/inline/rtems/posix/mutex.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX mutex's.
*
- * 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/posix/inline/rtems/posix/pthread.inl b/c/src/exec/posix/inline/rtems/posix/pthread.inl
index 51f7287384..9fc32ddff8 100644
--- a/c/src/exec/posix/inline/rtems/posix/pthread.inl
+++ b/c/src/exec/posix/inline/rtems/posix/pthread.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX threads.
*
- * 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/posix/inline/rtems/posix/semaphore.inl b/c/src/exec/posix/inline/rtems/posix/semaphore.inl
index 8f2189d82a..57badad5a9 100644
--- a/c/src/exec/posix/inline/rtems/posix/semaphore.inl
+++ b/c/src/exec/posix/inline/rtems/posix/semaphore.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX Semaphores.
*
- * 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/posix/src/alarm.c b/c/src/exec/posix/src/alarm.c
index a17fd04f4e..bef81d6695 100644
--- a/c/src/exec/posix/src/alarm.c
+++ b/c/src/exec/posix/src/alarm.c
@@ -1,9 +1,8 @@
/*
* 3.4.1 Schedule Alarm, P1003.1b-1993, p. 79
*
- * 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/posix/src/kill.c b/c/src/exec/posix/src/kill.c
index 97cd17164d..63dff6bb7d 100644
--- a/c/src/exec/posix/src/kill.c
+++ b/c/src/exec/posix/src/kill.c
@@ -1,9 +1,8 @@
/*
* 3.3.2 Send a Signal to a Process, P1003.1b-1993, p. 68
*
- * 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/posix/src/killinfo.c b/c/src/exec/posix/src/killinfo.c
index ab462b7a1b..57f40e94bf 100644
--- a/c/src/exec/posix/src/killinfo.c
+++ b/c/src/exec/posix/src/killinfo.c
@@ -1,9 +1,8 @@
/*
* kill() support 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/posix/src/pause.c b/c/src/exec/posix/src/pause.c
index a39011bef8..628908b44d 100644
--- a/c/src/exec/posix/src/pause.c
+++ b/c/src/exec/posix/src/pause.c
@@ -1,9 +1,8 @@
/*
* 3.4.2 Suspend Process Execution, P1003.1b-1993, p. 81
*
- * 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/posix/src/pthreadattrdestroy.c b/c/src/exec/posix/src/pthreadattrdestroy.c
index c518236ad3..be30152520 100644
--- a/c/src/exec/posix/src/pthreadattrdestroy.c
+++ b/c/src/exec/posix/src/pthreadattrdestroy.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrgetdetachstate.c b/c/src/exec/posix/src/pthreadattrgetdetachstate.c
index eefcfba362..244e902144 100644
--- a/c/src/exec/posix/src/pthreadattrgetdetachstate.c
+++ b/c/src/exec/posix/src/pthreadattrgetdetachstate.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrgetinheritsched.c b/c/src/exec/posix/src/pthreadattrgetinheritsched.c
index 7cdd8b4d53..6b68093be2 100644
--- a/c/src/exec/posix/src/pthreadattrgetinheritsched.c
+++ b/c/src/exec/posix/src/pthreadattrgetinheritsched.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrgetschedparam.c b/c/src/exec/posix/src/pthreadattrgetschedparam.c
index d139a76f0c..91da6b3c80 100644
--- a/c/src/exec/posix/src/pthreadattrgetschedparam.c
+++ b/c/src/exec/posix/src/pthreadattrgetschedparam.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrgetschedpolicy.c b/c/src/exec/posix/src/pthreadattrgetschedpolicy.c
index 0c22244b70..2fd6df4851 100644
--- a/c/src/exec/posix/src/pthreadattrgetschedpolicy.c
+++ b/c/src/exec/posix/src/pthreadattrgetschedpolicy.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrgetscope.c b/c/src/exec/posix/src/pthreadattrgetscope.c
index 2c31fef2fb..9bf459fdf5 100644
--- a/c/src/exec/posix/src/pthreadattrgetscope.c
+++ b/c/src/exec/posix/src/pthreadattrgetscope.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrgetstackaddr.c b/c/src/exec/posix/src/pthreadattrgetstackaddr.c
index 18e662fb1e..07642796c0 100644
--- a/c/src/exec/posix/src/pthreadattrgetstackaddr.c
+++ b/c/src/exec/posix/src/pthreadattrgetstackaddr.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrgetstacksize.c b/c/src/exec/posix/src/pthreadattrgetstacksize.c
index 589e87ed3c..d160fe51b1 100644
--- a/c/src/exec/posix/src/pthreadattrgetstacksize.c
+++ b/c/src/exec/posix/src/pthreadattrgetstacksize.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrinit.c b/c/src/exec/posix/src/pthreadattrinit.c
index 7a9db5e042..a70bd97eaf 100644
--- a/c/src/exec/posix/src/pthreadattrinit.c
+++ b/c/src/exec/posix/src/pthreadattrinit.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrsetdetachstate.c b/c/src/exec/posix/src/pthreadattrsetdetachstate.c
index f0af517ae6..74482d2507 100644
--- a/c/src/exec/posix/src/pthreadattrsetdetachstate.c
+++ b/c/src/exec/posix/src/pthreadattrsetdetachstate.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrsetinheritsched.c b/c/src/exec/posix/src/pthreadattrsetinheritsched.c
index fb6148ee24..a44f887cde 100644
--- a/c/src/exec/posix/src/pthreadattrsetinheritsched.c
+++ b/c/src/exec/posix/src/pthreadattrsetinheritsched.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrsetschedparam.c b/c/src/exec/posix/src/pthreadattrsetschedparam.c
index 7fbb45a057..3c9a3c0644 100644
--- a/c/src/exec/posix/src/pthreadattrsetschedparam.c
+++ b/c/src/exec/posix/src/pthreadattrsetschedparam.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrsetschedpolicy.c b/c/src/exec/posix/src/pthreadattrsetschedpolicy.c
index 0a60709139..e13ef77263 100644
--- a/c/src/exec/posix/src/pthreadattrsetschedpolicy.c
+++ b/c/src/exec/posix/src/pthreadattrsetschedpolicy.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrsetscope.c b/c/src/exec/posix/src/pthreadattrsetscope.c
index 205de52565..0adc6181f7 100644
--- a/c/src/exec/posix/src/pthreadattrsetscope.c
+++ b/c/src/exec/posix/src/pthreadattrsetscope.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/posix/src/pthreadattrsetstackaddr.c b/c/src/exec/posix/src/pthreadattrsetstackaddr.c
index 15547d4e27..d8cf5fd807 100644
--- a/c/src/exec/posix/src/pthreadattrsetstackaddr.c
+++ b/c/src/exec/posix/src/pthreadattrsetstackaddr.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadattrsetstacksize.c b/c/src/exec/posix/src/pthreadattrsetstacksize.c
index ccaf03fd47..19696fd664 100644
--- a/c/src/exec/posix/src/pthreadattrsetstacksize.c
+++ b/c/src/exec/posix/src/pthreadattrsetstacksize.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/posix/src/pthreadcreate.c b/c/src/exec/posix/src/pthreadcreate.c
index acbcbfc6cc..b4e4788f2e 100644
--- a/c/src/exec/posix/src/pthreadcreate.c
+++ b/c/src/exec/posix/src/pthreadcreate.c
@@ -1,9 +1,8 @@
/*
* 16.1.2 Thread Creation, P1003.1c/Draft 10, p. 144
*
- * 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/posix/src/pthreaddetach.c b/c/src/exec/posix/src/pthreaddetach.c
index 6beb88ef23..aa3e2054d5 100644
--- a/c/src/exec/posix/src/pthreaddetach.c
+++ b/c/src/exec/posix/src/pthreaddetach.c
@@ -1,9 +1,8 @@
/*
* 16.1.4 Detaching a Thread, P1003.1c/Draft 10, p. 149
*
- * 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/posix/src/pthreadequal.c b/c/src/exec/posix/src/pthreadequal.c
index 3ea32bfd1e..60bd0ba2ad 100644
--- a/c/src/exec/posix/src/pthreadequal.c
+++ b/c/src/exec/posix/src/pthreadequal.c
@@ -3,9 +3,8 @@
*
* NOTE: POSIX does not define the behavior when either thread id is invalid.
*
- * 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/posix/src/pthreadexit.c b/c/src/exec/posix/src/pthreadexit.c
index 085db519a7..a4a2281e16 100644
--- a/c/src/exec/posix/src/pthreadexit.c
+++ b/c/src/exec/posix/src/pthreadexit.c
@@ -3,9 +3,8 @@
*
* NOTE: Key destructors are executed in the POSIX api delete extension.
*
- * 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/posix/src/pthreadgetcpuclockid.c b/c/src/exec/posix/src/pthreadgetcpuclockid.c
index 05cf938559..f7d9553522 100644
--- a/c/src/exec/posix/src/pthreadgetcpuclockid.c
+++ b/c/src/exec/posix/src/pthreadgetcpuclockid.c
@@ -1,9 +1,8 @@
/*
* 20.1.6 Accessing a Thread CPU-time Clock, P1003.4b/Draft 8, p. 58
*
- * 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/posix/src/pthreadgetcputime.c b/c/src/exec/posix/src/pthreadgetcputime.c
index 00abac790e..2dc56a2526 100644
--- a/c/src/exec/posix/src/pthreadgetcputime.c
+++ b/c/src/exec/posix/src/pthreadgetcputime.c
@@ -1,9 +1,8 @@
/*
* 20.1.7 CPU-time Clock Thread Creation Attribute, P1003.4b/Draft 8, p. 59
*
- * 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/posix/src/pthreadgetschedparam.c b/c/src/exec/posix/src/pthreadgetschedparam.c
index 7287d09a36..258734bc5d 100644
--- a/c/src/exec/posix/src/pthreadgetschedparam.c
+++ b/c/src/exec/posix/src/pthreadgetschedparam.c
@@ -2,9 +2,8 @@
* 13.5.2 Dynamic Thread Scheduling Parameters Access,
* P1003.1c/Draft 10, p. 124
*
- * 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/posix/src/pthreadjoin.c b/c/src/exec/posix/src/pthreadjoin.c
index 004e591eb5..491e2406e6 100644
--- a/c/src/exec/posix/src/pthreadjoin.c
+++ b/c/src/exec/posix/src/pthreadjoin.c
@@ -1,9 +1,8 @@
/*
* 16.1.3 Wait for Thread Termination, P1003.1c/Draft 10, p. 147
*
- * 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/posix/src/pthreadkill.c b/c/src/exec/posix/src/pthreadkill.c
index 85fe4a35bb..6ddd1d6138 100644
--- a/c/src/exec/posix/src/pthreadkill.c
+++ b/c/src/exec/posix/src/pthreadkill.c
@@ -1,9 +1,8 @@
/*
* 3.3.10 Send a Signal to a Thread, P1003.1c/D10, p. 43
*
- * 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/posix/src/pthreadonce.c b/c/src/exec/posix/src/pthreadonce.c
index 886b6ea866..49b3f31bc4 100644
--- a/c/src/exec/posix/src/pthreadonce.c
+++ b/c/src/exec/posix/src/pthreadonce.c
@@ -1,9 +1,8 @@
/*
* 16.1.8 Dynamic Package Initialization, P1003.1c/Draft 10, p. 154
*
- * 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/posix/src/pthreadself.c b/c/src/exec/posix/src/pthreadself.c
index 986dd39175..838a7d3b8c 100644
--- a/c/src/exec/posix/src/pthreadself.c
+++ b/c/src/exec/posix/src/pthreadself.c
@@ -1,9 +1,8 @@
/*
* 16.1.6 Get Calling Thread's ID, p1003.1c/Draft 10, p. 152
*
- * 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/posix/src/pthreadsetcputime.c b/c/src/exec/posix/src/pthreadsetcputime.c
index 3482a2593e..866a324f0e 100644
--- a/c/src/exec/posix/src/pthreadsetcputime.c
+++ b/c/src/exec/posix/src/pthreadsetcputime.c
@@ -1,9 +1,8 @@
/*
* 20.1.7 CPU-time Clock Thread Creation Attribute, P1003.4b/Draft 8, p. 59
*
- * 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/posix/src/pthreadsetschedparam.c b/c/src/exec/posix/src/pthreadsetschedparam.c
index 97bc4351b7..62ec3d888d 100644
--- a/c/src/exec/posix/src/pthreadsetschedparam.c
+++ b/c/src/exec/posix/src/pthreadsetschedparam.c
@@ -2,9 +2,8 @@
* 13.5.2 Dynamic Thread Scheduling Parameters Access,
* P1003.1c/Draft 10, p. 124
*
- * 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/posix/src/pthreadsigmask.c b/c/src/exec/posix/src/pthreadsigmask.c
index 1efede39c4..7511de17f8 100644
--- a/c/src/exec/posix/src/pthreadsigmask.c
+++ b/c/src/exec/posix/src/pthreadsigmask.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().
*
- * 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/posix/src/sigaction.c b/c/src/exec/posix/src/sigaction.c
index 26abb4ff86..11bbc358de 100644
--- a/c/src/exec/posix/src/sigaction.c
+++ b/c/src/exec/posix/src/sigaction.c
@@ -1,9 +1,8 @@
/*
* 3.3.4 Examine and Change Signal Action, P1003.1b-1993, p. 70
*
- * 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/posix/src/sigaddset.c b/c/src/exec/posix/src/sigaddset.c
index 7e8058781f..202116a1d1 100644
--- a/c/src/exec/posix/src/sigaddset.c
+++ b/c/src/exec/posix/src/sigaddset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/posix/src/sigdelset.c b/c/src/exec/posix/src/sigdelset.c
index c16449c287..ac5e1adfa6 100644
--- a/c/src/exec/posix/src/sigdelset.c
+++ b/c/src/exec/posix/src/sigdelset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/posix/src/sigemptyset.c b/c/src/exec/posix/src/sigemptyset.c
index 653a840d91..d771f3ede2 100644
--- a/c/src/exec/posix/src/sigemptyset.c
+++ b/c/src/exec/posix/src/sigemptyset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/posix/src/sigfillset.c b/c/src/exec/posix/src/sigfillset.c
index 9ccef1a201..b3a0447602 100644
--- a/c/src/exec/posix/src/sigfillset.c
+++ b/c/src/exec/posix/src/sigfillset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/posix/src/sigismember.c b/c/src/exec/posix/src/sigismember.c
index f98730a0d5..df617ad0bc 100644
--- a/c/src/exec/posix/src/sigismember.c
+++ b/c/src/exec/posix/src/sigismember.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/posix/src/signal_2.c b/c/src/exec/posix/src/signal_2.c
index d3931ef362..2134339e76 100644
--- a/c/src/exec/posix/src/signal_2.c
+++ b/c/src/exec/posix/src/signal_2.c
@@ -1,9 +1,8 @@
/*
* signal(2) - Install signal 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
diff --git a/c/src/exec/posix/src/sigpending.c b/c/src/exec/posix/src/sigpending.c
index 49b34c9c46..2699645150 100644
--- a/c/src/exec/posix/src/sigpending.c
+++ b/c/src/exec/posix/src/sigpending.c
@@ -1,9 +1,8 @@
/*
* 3.3.6 Examine Pending Signals, P1003.1b-1993, p. 75
*
- * 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/posix/src/sigprocmask.c b/c/src/exec/posix/src/sigprocmask.c
index dcbbcfca4f..530975c6b6 100644
--- a/c/src/exec/posix/src/sigprocmask.c
+++ b/c/src/exec/posix/src/sigprocmask.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().
*
- * 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/posix/src/sigqueue.c b/c/src/exec/posix/src/sigqueue.c
index e90cf8789f..7e901565e0 100644
--- a/c/src/exec/posix/src/sigqueue.c
+++ b/c/src/exec/posix/src/sigqueue.c
@@ -1,9 +1,8 @@
/*
* 3.3.9 Queue a Signal to a Process, P1003.1b-1993, p. 78
*
- * 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/posix/src/sigsuspend.c b/c/src/exec/posix/src/sigsuspend.c
index beed3af5db..898f1d0ced 100644
--- a/c/src/exec/posix/src/sigsuspend.c
+++ b/c/src/exec/posix/src/sigsuspend.c
@@ -1,9 +1,8 @@
/*
* 3.3.7 Wait for a Signal, P1003.1b-1993, p. 75
*
- * 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/posix/src/sigtimedwait.c b/c/src/exec/posix/src/sigtimedwait.c
index 87bb0ff372..2134d8a82a 100644
--- a/c/src/exec/posix/src/sigtimedwait.c
+++ b/c/src/exec/posix/src/sigtimedwait.c
@@ -1,9 +1,8 @@
/*
* 3.3.8 Synchronously Accept a Signal, P1003.1b-1993, p. 76
*
- * 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/posix/src/sigwait.c b/c/src/exec/posix/src/sigwait.c
index d0f026fb40..8270fb90ed 100644
--- a/c/src/exec/posix/src/sigwait.c
+++ b/c/src/exec/posix/src/sigwait.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 39 adds sigwait().
*
- * 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/posix/src/sigwaitinfo.c b/c/src/exec/posix/src/sigwaitinfo.c
index ba9cd45c87..b91952ee9b 100644
--- a/c/src/exec/posix/src/sigwaitinfo.c
+++ b/c/src/exec/posix/src/sigwaitinfo.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 39 adds sigwait().
*
- * 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/rtems/include/rtems.h b/c/src/exec/rtems/include/rtems.h
index 0db253f086..0d82b3d4d0 100644
--- a/c/src/exec/rtems/include/rtems.h
+++ b/c/src/exec/rtems/include/rtems.h
@@ -5,9 +5,8 @@
* two (2) CPU dependent files to tailor its data structures for a
* particular processor.
*
- * 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/rtems/include/rtems/rtems/asr.h b/c/src/exec/rtems/include/rtems/rtems/asr.h
index 3fac2fa3e3..4a0f01e758 100644
--- a/c/src/exec/rtems/include/rtems/rtems/asr.h
+++ b/c/src/exec/rtems/include/rtems/rtems/asr.h
@@ -4,9 +4,8 @@
* with the Asynchronous Signal Handler. This Handler provides the low-level
* support required by the Signal 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/rtems/include/rtems/rtems/attr.h b/c/src/exec/rtems/include/rtems/rtems/attr.h
index 215b27f9a0..cf9b073360 100644
--- a/c/src/exec/rtems/include/rtems/rtems/attr.h
+++ b/c/src/exec/rtems/include/rtems/rtems/attr.h
@@ -3,9 +3,8 @@
* This include file contains all information about the Object Attributes
* 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
diff --git a/c/src/exec/rtems/include/rtems/rtems/clock.h b/c/src/exec/rtems/include/rtems/rtems/clock.h
index c991d769cf..1d51e8c481 100644
--- a/c/src/exec/rtems/include/rtems/rtems/clock.h
+++ b/c/src/exec/rtems/include/rtems/rtems/clock.h
@@ -11,9 +11,8 @@
* + announce a clock tick
*
*
- * 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/rtems/include/rtems/rtems/config.h b/c/src/exec/rtems/include/rtems/rtems/config.h
index f395710271..4905d06c22 100644
--- a/c/src/exec/rtems/include/rtems/rtems/config.h
+++ b/c/src/exec/rtems/include/rtems/rtems/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters specific for the RTEMS API.
*
- * 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/rtems/include/rtems/rtems/dpmem.h b/c/src/exec/rtems/include/rtems/rtems/dpmem.h
index a74fc90f2a..9f2f1468cd 100644
--- a/c/src/exec/rtems/include/rtems/rtems/dpmem.h
+++ b/c/src/exec/rtems/include/rtems/rtems/dpmem.h
@@ -14,9 +14,8 @@
* + convert internal to external 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/exec/rtems/include/rtems/rtems/event.h b/c/src/exec/rtems/include/rtems/rtems/event.h
index 576b1edbff..17b655d7d5 100644
--- a/c/src/exec/rtems/include/rtems/rtems/event.h
+++ b/c/src/exec/rtems/include/rtems/rtems/event.h
@@ -10,9 +10,8 @@
* + receive event condition
*
*
- * 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/rtems/include/rtems/rtems/eventmp.h b/c/src/exec/rtems/include/rtems/rtems/eventmp.h
index 2d609cbb37..73611d94f0 100644
--- a/c/src/exec/rtems/include/rtems/rtems/eventmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/eventmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Event 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/rtems/include/rtems/rtems/eventset.h b/c/src/exec/rtems/include/rtems/rtems/eventset.h
index fe1f9eb170..5b6d5e4409 100644
--- a/c/src/exec/rtems/include/rtems/rtems/eventset.h
+++ b/c/src/exec/rtems/include/rtems/rtems/eventset.h
@@ -4,9 +4,8 @@
* Event Sets Handler. This handler provides methods for the manipulation
* of event sets which will be sent and received by tasks.
*
- * 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/rtems/include/rtems/rtems/intr.h b/c/src/exec/rtems/include/rtems/rtems/intr.h
index 168806bff2..db8cdbf360 100644
--- a/c/src/exec/rtems/include/rtems/rtems/intr.h
+++ b/c/src/exec/rtems/include/rtems/rtems/intr.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Interrupt 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/rtems/include/rtems/rtems/message.h b/c/src/exec/rtems/include/rtems/rtems/message.h
index 198c93b288..485fe03fc5 100644
--- a/c/src/exec/rtems/include/rtems/rtems/message.h
+++ b/c/src/exec/rtems/include/rtems/rtems/message.h
@@ -16,9 +16,8 @@
* + flush all messages on a queue
*
*
- * 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/rtems/include/rtems/rtems/modes.h b/c/src/exec/rtems/include/rtems/rtems/modes.h
index 05205078c5..eed979721d 100644
--- a/c/src/exec/rtems/include/rtems/rtems/modes.h
+++ b/c/src/exec/rtems/include/rtems/rtems/modes.h
@@ -3,9 +3,8 @@
* This include file contains all constants and structures associated
* with the RTEMS thread and RTEMS_ASR modes.
*
- * 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/rtems/include/rtems/rtems/mp.h b/c/src/exec/rtems/include/rtems/rtems/mp.h
index 77dd8a707f..1e6c95e218 100644
--- a/c/src/exec/rtems/include/rtems/rtems/mp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/mp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing 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/rtems/include/rtems/rtems/msgmp.h b/c/src/exec/rtems/include/rtems/rtems/msgmp.h
index 64fa8da93b..19b52bbcc4 100644
--- a/c/src/exec/rtems/include/rtems/rtems/msgmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/msgmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Message 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/rtems/include/rtems/rtems/options.h b/c/src/exec/rtems/include/rtems/rtems/options.h
index 7746524f98..b65ce127b3 100644
--- a/c/src/exec/rtems/include/rtems/rtems/options.h
+++ b/c/src/exec/rtems/include/rtems/rtems/options.h
@@ -3,9 +3,8 @@
* This include file contains information which defines the
* options available on many directives.
*
- * 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/rtems/include/rtems/rtems/part.h b/c/src/exec/rtems/include/rtems/rtems/part.h
index 884c9a5426..1369e475e7 100644
--- a/c/src/exec/rtems/include/rtems/rtems/part.h
+++ b/c/src/exec/rtems/include/rtems/rtems/part.h
@@ -13,9 +13,8 @@
* + get a buffer from a partition
* + return a buffer to a partition
*
- * 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/rtems/include/rtems/rtems/partmp.h b/c/src/exec/rtems/include/rtems/rtems/partmp.h
index 0bac39258b..bec116367c 100644
--- a/c/src/exec/rtems/include/rtems/rtems/partmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/partmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Partition 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/rtems/include/rtems/rtems/ratemon.h b/c/src/exec/rtems/include/rtems/rtems/ratemon.h
index 0e1dfbfad3..bc1036043f 100644
--- a/c/src/exec/rtems/include/rtems/rtems/ratemon.h
+++ b/c/src/exec/rtems/include/rtems/rtems/ratemon.h
@@ -12,9 +12,8 @@
* + conclude current and start the next period
* + obtain status information on a period
*
- * 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/rtems/include/rtems/rtems/region.h b/c/src/exec/rtems/include/rtems/rtems/region.h
index 93f279fcb5..f8e4bd6512 100644
--- a/c/src/exec/rtems/include/rtems/rtems/region.h
+++ b/c/src/exec/rtems/include/rtems/rtems/region.h
@@ -12,9 +12,8 @@
* + get a segment from a region
* + return a segment to a region
*
- * 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/rtems/include/rtems/rtems/regionmp.h b/c/src/exec/rtems/include/rtems/rtems/regionmp.h
index fcdfa03178..0743f7b057 100644
--- a/c/src/exec/rtems/include/rtems/rtems/regionmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/regionmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Region 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/rtems/include/rtems/rtems/rtemsapi.h b/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h
index dcea660f43..6b1cfd8d05 100644
--- a/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h
+++ b/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/rtems/include/rtems/rtems/sem.h b/c/src/exec/rtems/include/rtems/rtems/sem.h
index 7b6d623b3b..d8e042d451 100644
--- a/c/src/exec/rtems/include/rtems/rtems/sem.h
+++ b/c/src/exec/rtems/include/rtems/rtems/sem.h
@@ -13,9 +13,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/include/rtems/rtems/semmp.h b/c/src/exec/rtems/include/rtems/rtems/semmp.h
index fdea66f6a4..e299e33c77 100644
--- a/c/src/exec/rtems/include/rtems/rtems/semmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/semmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Semaphore 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/rtems/include/rtems/rtems/signal.h b/c/src/exec/rtems/include/rtems/rtems/signal.h
index c9424a2dfd..51b837f745 100644
--- a/c/src/exec/rtems/include/rtems/rtems/signal.h
+++ b/c/src/exec/rtems/include/rtems/rtems/signal.h
@@ -9,9 +9,8 @@
* + establish an asynchronous signal routine
* + send a signal set to a task
*
- * 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/rtems/include/rtems/rtems/signalmp.h b/c/src/exec/rtems/include/rtems/rtems/signalmp.h
index 2b13a0707e..e37a8ce3a6 100644
--- a/c/src/exec/rtems/include/rtems/rtems/signalmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/signalmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Signal 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/rtems/include/rtems/rtems/status.h b/c/src/exec/rtems/include/rtems/rtems/status.h
index db1cf2049c..831039b1c1 100644
--- a/c/src/exec/rtems/include/rtems/rtems/status.h
+++ b/c/src/exec/rtems/include/rtems/rtems/status.h
@@ -3,9 +3,8 @@
* This include file contains the status codes returned from the
* executive directives.
*
- * 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/rtems/include/rtems/rtems/support.h b/c/src/exec/rtems/include/rtems/rtems/support.h
index 643b4295bd..c162a92d4f 100644
--- a/c/src/exec/rtems/include/rtems/rtems/support.h
+++ b/c/src/exec/rtems/include/rtems/rtems/support.h
@@ -3,9 +3,8 @@
* This include file contains information about support functions for
* the RTEMS API.
*
- * 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/rtems/include/rtems/rtems/taskmp.h b/c/src/exec/rtems/include/rtems/rtems/taskmp.h
index a1ff0a3715..755493de5e 100644
--- a/c/src/exec/rtems/include/rtems/rtems/taskmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/taskmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the multiprocessing support in the task 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/rtems/include/rtems/rtems/tasks.h b/c/src/exec/rtems/include/rtems/rtems/tasks.h
index 3ed495bed1..fa574bba8a 100644
--- a/c/src/exec/rtems/include/rtems/rtems/tasks.h
+++ b/c/src/exec/rtems/include/rtems/rtems/tasks.h
@@ -20,9 +20,8 @@
* + wake up after interval
* + wake up when specified
*
- * 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/rtems/include/rtems/rtems/timer.h b/c/src/exec/rtems/include/rtems/rtems/timer.h
index 4ef567c9bc..87e21d3228 100644
--- a/c/src/exec/rtems/include/rtems/rtems/timer.h
+++ b/c/src/exec/rtems/include/rtems/rtems/timer.h
@@ -15,9 +15,8 @@
* + reset a timer
* + cancel a time
*
- * 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/rtems/include/rtems/rtems/types.h b/c/src/exec/rtems/include/rtems/rtems/types.h
index 10165a6180..dbaabe5f1d 100644
--- a/c/src/exec/rtems/include/rtems/rtems/types.h
+++ b/c/src/exec/rtems/include/rtems/rtems/types.h
@@ -2,9 +2,8 @@
*
* This include file defines the types used by the RTEMS API.
*
- * 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/rtems/inline/rtems/rtems/asr.inl b/c/src/exec/rtems/inline/rtems/rtems/asr.inl
index fede9dea9b..6e4f977495 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/asr.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/asr.inl
@@ -3,9 +3,8 @@
* This include file contains the implemenation of all routines
* associated with the asynchronous signal handler which are inlined.
*
- * 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/rtems/inline/rtems/rtems/attr.inl b/c/src/exec/rtems/inline/rtems/rtems/attr.inl
index df4e8650b5..0f9e3bbbf9 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/attr.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/attr.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with attributes.
*
- * 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/rtems/inline/rtems/rtems/dpmem.inl b/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl
index 777a886452..6d3cb9cd95 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl
@@ -3,9 +3,8 @@
* This include file contains the inline routine used in conjunction
* with the Dual Ported Memory 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/rtems/inline/rtems/rtems/event.inl b/c/src/exec/rtems/inline/rtems/rtems/event.inl
index a4c6ec7930..56e9810626 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/event.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/event.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of
* macros for the Event 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/rtems/inline/rtems/rtems/eventset.inl b/c/src/exec/rtems/inline/rtems/rtems/eventset.inl
index eed8c33751..7f2757a3da 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/eventset.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/eventset.inl
@@ -2,9 +2,8 @@
*
* This include file contains the information pertaining to event sets.
*
- * 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/rtems/inline/rtems/rtems/message.inl b/c/src/exec/rtems/inline/rtems/rtems/message.inl
index f3f763ca2e..ef874b7943 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/message.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/message.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* inlined routines in the Message 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/rtems/inline/rtems/rtems/modes.inl b/c/src/exec/rtems/inline/rtems/rtems/modes.inl
index f72c2468e3..81848712da 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/modes.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/modes.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the
* inlined routines in the Mode 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
diff --git a/c/src/exec/rtems/inline/rtems/rtems/options.inl b/c/src/exec/rtems/inline/rtems/rtems/options.inl
index f92acf56c4..568a897cec 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/options.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/options.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines from the Options 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
diff --git a/c/src/exec/rtems/inline/rtems/rtems/part.inl b/c/src/exec/rtems/inline/rtems/rtems/part.inl
index 18c948d5c4..9054be3415 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/part.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/part.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Partition 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/rtems/inline/rtems/rtems/ratemon.inl b/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl
index f1293ef75a..2d0216e2ca 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines in the Rate Monotonic 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/rtems/inline/rtems/rtems/region.inl b/c/src/exec/rtems/inline/rtems/rtems/region.inl
index 37f098ae63..1f2b8f766c 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/region.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/region.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Region 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/rtems/inline/rtems/rtems/sem.inl b/c/src/exec/rtems/inline/rtems/rtems/sem.inl
index 75774b2917..4c5d1d63f8 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/sem.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/sem.inl
@@ -3,9 +3,8 @@
* This file contains the static inlin implementation of the inlined
* routines from the Semaphore 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/rtems/inline/rtems/rtems/status.inl b/c/src/exec/rtems/inline/rtems/rtems/status.inl
index b9182c6f63..c67719c82f 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/status.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/status.inl
@@ -3,9 +3,8 @@
* This include file contains the implementations of the inlined
* routines for the status 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/exec/rtems/inline/rtems/rtems/support.inl b/c/src/exec/rtems/inline/rtems/rtems/support.inl
index 06de8d1f59..4ab212ee49 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/support.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/support.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* of the inlined routines specific to the RTEMS API.
*
- * 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/rtems/inline/rtems/rtems/tasks.inl b/c/src/exec/rtems/inline/rtems/rtems/tasks.inl
index 34c1e055a8..5313a3ae7e 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/tasks.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/tasks.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of all inlined
* routines in the with RTEMS Tasks 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/rtems/inline/rtems/rtems/timer.inl b/c/src/exec/rtems/inline/rtems/rtems/timer.inl
index b884e02f4d..a887553ce4 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/timer.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/timer.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined routines
* from the Timer 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/rtems/macros/rtems/rtems/asr.inl b/c/src/exec/rtems/macros/rtems/rtems/asr.inl
index d3ed229ca9..f2943078da 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/asr.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/asr.inl
@@ -3,9 +3,8 @@
* This include file contains the implemenation of all routines
* associated with the asynchronous signal handler which are inlined.
*
- * 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/rtems/macros/rtems/rtems/attr.inl b/c/src/exec/rtems/macros/rtems/rtems/attr.inl
index 2d8303db11..035a6b8bc5 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/attr.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/attr.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with attributes.
*
- * 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/rtems/macros/rtems/rtems/dpmem.inl b/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl
index 171f15d8e9..590bb0f71a 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl
@@ -3,9 +3,8 @@
* This include file contains the inline routine used in conjunction
* with the Dual Ported Memory 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/rtems/macros/rtems/rtems/event.inl b/c/src/exec/rtems/macros/rtems/rtems/event.inl
index e0d18e7817..5ca092bee0 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/event.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/event.inl
@@ -3,9 +3,8 @@
* This include file contains the implementation of macros for
* the Event 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/rtems/macros/rtems/rtems/eventset.inl b/c/src/exec/rtems/macros/rtems/rtems/eventset.inl
index 3eeb2bea63..364887bd44 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/eventset.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/eventset.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of inlined
* routines in the event set object.
*
- * 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/rtems/macros/rtems/rtems/message.inl b/c/src/exec/rtems/macros/rtems/rtems/message.inl
index 537701d41b..ff087b96b9 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/message.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/message.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the Message 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/rtems/macros/rtems/rtems/modes.inl b/c/src/exec/rtems/macros/rtems/rtems/modes.inl
index e84bf25b32..6e0920838a 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/modes.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/modes.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of the
* inlined routines in the Mode 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
diff --git a/c/src/exec/rtems/macros/rtems/rtems/options.inl b/c/src/exec/rtems/macros/rtems/rtems/options.inl
index 78068ab17c..b0d816ed6d 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/options.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/options.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Options 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
diff --git a/c/src/exec/rtems/macros/rtems/rtems/part.inl b/c/src/exec/rtems/macros/rtems/rtems/part.inl
index 027a7427e5..050b350b05 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/part.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/part.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Partition 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/rtems/macros/rtems/rtems/ratemon.inl b/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl
index 8a550d91e0..c177b6a862 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines in the Rate Monotonic 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/rtems/macros/rtems/rtems/region.inl b/c/src/exec/rtems/macros/rtems/rtems/region.inl
index 8c36bdeb34..2576a08bec 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/region.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/region.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Region 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/rtems/macros/rtems/rtems/sem.inl b/c/src/exec/rtems/macros/rtems/rtems/sem.inl
index 132422a30b..31009ddb68 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/sem.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/sem.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Semaphore 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/rtems/macros/rtems/rtems/status.inl b/c/src/exec/rtems/macros/rtems/rtems/status.inl
index 6db9086df0..6559d04bb3 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/status.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/status.inl
@@ -3,9 +3,8 @@
* This include file contains the implementations of the inlined
* routines for the status 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/exec/rtems/macros/rtems/rtems/support.inl b/c/src/exec/rtems/macros/rtems/rtems/support.inl
index fc84a2e7ee..b62b545a8d 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/support.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/support.inl
@@ -3,9 +3,8 @@
* This include file contains the macros implementation of all
* of the inlined routines specific to the RTEMS API.
*
- * 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/rtems/macros/rtems/rtems/tasks.inl b/c/src/exec/rtems/macros/rtems/rtems/tasks.inl
index a60d80d60c..a30247b12a 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/tasks.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/tasks.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined
* routines in the with RTEMS Tasks 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/rtems/macros/rtems/rtems/timer.inl b/c/src/exec/rtems/macros/rtems/rtems/timer.inl
index 5dc329a203..36b0fdfe85 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/timer.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/timer.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Timer 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/rtems/optman/no-dpmem.c b/c/src/exec/rtems/optman/no-dpmem.c
index b3a122abb7..96461d114b 100644
--- a/c/src/exec/rtems/optman/no-dpmem.c
+++ b/c/src/exec/rtems/optman/no-dpmem.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/optman/no-event.c b/c/src/exec/rtems/optman/no-event.c
index 5aa427ce73..3511518c71 100644
--- a/c/src/exec/rtems/optman/no-event.c
+++ b/c/src/exec/rtems/optman/no-event.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/optman/no-mp.c b/c/src/exec/rtems/optman/no-mp.c
index 41fa81e597..5fc8f81df6 100644
--- a/c/src/exec/rtems/optman/no-mp.c
+++ b/c/src/exec/rtems/optman/no-mp.c
@@ -2,9 +2,8 @@
* Multiprocessing 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/rtems/optman/no-msg.c b/c/src/exec/rtems/optman/no-msg.c
index 65103dcb7d..ccd34720c3 100644
--- a/c/src/exec/rtems/optman/no-msg.c
+++ b/c/src/exec/rtems/optman/no-msg.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/optman/no-part.c b/c/src/exec/rtems/optman/no-part.c
index 56abcb7af1..842ea89333 100644
--- a/c/src/exec/rtems/optman/no-part.c
+++ b/c/src/exec/rtems/optman/no-part.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/optman/no-region.c b/c/src/exec/rtems/optman/no-region.c
index 3ae7c86f35..017d90f722 100644
--- a/c/src/exec/rtems/optman/no-region.c
+++ b/c/src/exec/rtems/optman/no-region.c
@@ -2,9 +2,8 @@
* Region 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/rtems/optman/no-rtmon.c b/c/src/exec/rtems/optman/no-rtmon.c
index 96e6fe8228..cc96089a63 100644
--- a/c/src/exec/rtems/optman/no-rtmon.c
+++ b/c/src/exec/rtems/optman/no-rtmon.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/optman/no-sem.c b/c/src/exec/rtems/optman/no-sem.c
index 2f31e50cd9..7eb04d6eca 100644
--- a/c/src/exec/rtems/optman/no-sem.c
+++ b/c/src/exec/rtems/optman/no-sem.c
@@ -2,9 +2,8 @@
* Semaphore 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/rtems/optman/no-signal.c b/c/src/exec/rtems/optman/no-signal.c
index b73d12c97b..b45fc33265 100644
--- a/c/src/exec/rtems/optman/no-signal.c
+++ b/c/src/exec/rtems/optman/no-signal.c
@@ -2,9 +2,8 @@
* Signal 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/rtems/optman/no-timer.c b/c/src/exec/rtems/optman/no-timer.c
index 5d6ec63d4e..e788ad433f 100644
--- a/c/src/exec/rtems/optman/no-timer.c
+++ b/c/src/exec/rtems/optman/no-timer.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/attr.c b/c/src/exec/rtems/src/attr.c
index ea0f68be70..bff1e61a16 100644
--- a/c/src/exec/rtems/src/attr.c
+++ b/c/src/exec/rtems/src/attr.c
@@ -2,9 +2,8 @@
* Body for Attribute 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/rtems/src/clockget.c b/c/src/exec/rtems/src/clockget.c
index d6b7173eec..e143aba213 100644
--- a/c/src/exec/rtems/src/clockget.c
+++ b/c/src/exec/rtems/src/clockget.c
@@ -1,9 +1,8 @@
/*
* Clock 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/rtems/src/clockset.c b/c/src/exec/rtems/src/clockset.c
index c0b4285a4d..cc2d2c68d9 100644
--- a/c/src/exec/rtems/src/clockset.c
+++ b/c/src/exec/rtems/src/clockset.c
@@ -1,9 +1,8 @@
/*
* Clock 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/rtems/src/clocktick.c b/c/src/exec/rtems/src/clocktick.c
index b07c9cb1a0..d80725a1b2 100644
--- a/c/src/exec/rtems/src/clocktick.c
+++ b/c/src/exec/rtems/src/clocktick.c
@@ -1,9 +1,8 @@
/*
* Clock 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/rtems/src/dpmem.c b/c/src/exec/rtems/src/dpmem.c
index e3269593f9..38ca108a1a 100644
--- a/c/src/exec/rtems/src/dpmem.c
+++ b/c/src/exec/rtems/src/dpmem.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/src/dpmemcreate.c b/c/src/exec/rtems/src/dpmemcreate.c
index 9e71d78365..8d4bdbdb10 100644
--- a/c/src/exec/rtems/src/dpmemcreate.c
+++ b/c/src/exec/rtems/src/dpmemcreate.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/src/dpmemdelete.c b/c/src/exec/rtems/src/dpmemdelete.c
index 6162e0bab1..872e2626f0 100644
--- a/c/src/exec/rtems/src/dpmemdelete.c
+++ b/c/src/exec/rtems/src/dpmemdelete.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/src/dpmemexternal2internal.c b/c/src/exec/rtems/src/dpmemexternal2internal.c
index 082de3a0d8..92407a3b55 100644
--- a/c/src/exec/rtems/src/dpmemexternal2internal.c
+++ b/c/src/exec/rtems/src/dpmemexternal2internal.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/src/dpmemident.c b/c/src/exec/rtems/src/dpmemident.c
index 167327ce9a..cdfd42abd1 100644
--- a/c/src/exec/rtems/src/dpmemident.c
+++ b/c/src/exec/rtems/src/dpmemident.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/src/dpmeminternal2external.c b/c/src/exec/rtems/src/dpmeminternal2external.c
index adfbf09933..23bc02e43f 100644
--- a/c/src/exec/rtems/src/dpmeminternal2external.c
+++ b/c/src/exec/rtems/src/dpmeminternal2external.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/rtems/src/event.c b/c/src/exec/rtems/src/event.c
index 3b79609f92..f11cd8c167 100644
--- a/c/src/exec/rtems/src/event.c
+++ b/c/src/exec/rtems/src/event.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/src/eventmp.c b/c/src/exec/rtems/src/eventmp.c
index 4a561e69a2..13fb4f7abd 100644
--- a/c/src/exec/rtems/src/eventmp.c
+++ b/c/src/exec/rtems/src/eventmp.c
@@ -1,9 +1,8 @@
/*
* Multiprocessing Support for the Event 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/rtems/src/eventreceive.c b/c/src/exec/rtems/src/eventreceive.c
index 8f9c424ca9..7b8f477ea0 100644
--- a/c/src/exec/rtems/src/eventreceive.c
+++ b/c/src/exec/rtems/src/eventreceive.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/src/eventseize.c b/c/src/exec/rtems/src/eventseize.c
index 12c1e42fa8..ca41c65b6a 100644
--- a/c/src/exec/rtems/src/eventseize.c
+++ b/c/src/exec/rtems/src/eventseize.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/src/eventsend.c b/c/src/exec/rtems/src/eventsend.c
index 4dd29339fc..62a5b48162 100644
--- a/c/src/exec/rtems/src/eventsend.c
+++ b/c/src/exec/rtems/src/eventsend.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/src/eventsurrender.c b/c/src/exec/rtems/src/eventsurrender.c
index 957171c709..7785bb6395 100644
--- a/c/src/exec/rtems/src/eventsurrender.c
+++ b/c/src/exec/rtems/src/eventsurrender.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/src/eventtimeout.c b/c/src/exec/rtems/src/eventtimeout.c
index f170a90f68..bb5eaa403c 100644
--- a/c/src/exec/rtems/src/eventtimeout.c
+++ b/c/src/exec/rtems/src/eventtimeout.c
@@ -1,9 +1,8 @@
/*
* Event 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/rtems/src/intr.c b/c/src/exec/rtems/src/intr.c
index de4703e949..9663e7cfb0 100644
--- a/c/src/exec/rtems/src/intr.c
+++ b/c/src/exec/rtems/src/intr.c
@@ -2,9 +2,8 @@
* Interrupt 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/rtems/src/intrbody.c b/c/src/exec/rtems/src/intrbody.c
index d72e21281d..4a265d5c1f 100644
--- a/c/src/exec/rtems/src/intrbody.c
+++ b/c/src/exec/rtems/src/intrbody.c
@@ -2,9 +2,8 @@
* Bodies for Inlined Interrupt Manager 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/rtems/src/intrcatch.c b/c/src/exec/rtems/src/intrcatch.c
index 6ceedd7069..4b68d5dbfd 100644
--- a/c/src/exec/rtems/src/intrcatch.c
+++ b/c/src/exec/rtems/src/intrcatch.c
@@ -2,9 +2,8 @@
* Interrupt 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/rtems/src/mp.c b/c/src/exec/rtems/src/mp.c
index 7d9f93c51c..d6e575cfc0 100644
--- a/c/src/exec/rtems/src/mp.c
+++ b/c/src/exec/rtems/src/mp.c
@@ -2,9 +2,8 @@
* Multiprocessing 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/rtems/src/msg.c b/c/src/exec/rtems/src/msg.c
index 19b090ec0e..4e68b175b3 100644
--- a/c/src/exec/rtems/src/msg.c
+++ b/c/src/exec/rtems/src/msg.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgmp.c b/c/src/exec/rtems/src/msgmp.c
index 26d56f0d59..6d48ff4955 100644
--- a/c/src/exec/rtems/src/msgmp.c
+++ b/c/src/exec/rtems/src/msgmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Message Queue 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/rtems/src/msgqallocate.c b/c/src/exec/rtems/src/msgqallocate.c
index 6a2cf65523..6945a13415 100644
--- a/c/src/exec/rtems/src/msgqallocate.c
+++ b/c/src/exec/rtems/src/msgqallocate.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqbroadcast.c b/c/src/exec/rtems/src/msgqbroadcast.c
index 470be7d84e..bd79602b6b 100644
--- a/c/src/exec/rtems/src/msgqbroadcast.c
+++ b/c/src/exec/rtems/src/msgqbroadcast.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqcreate.c b/c/src/exec/rtems/src/msgqcreate.c
index 11d1e7d297..395cbf3a02 100644
--- a/c/src/exec/rtems/src/msgqcreate.c
+++ b/c/src/exec/rtems/src/msgqcreate.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqdelete.c b/c/src/exec/rtems/src/msgqdelete.c
index 059cdeb6ea..715fb7bced 100644
--- a/c/src/exec/rtems/src/msgqdelete.c
+++ b/c/src/exec/rtems/src/msgqdelete.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqflush.c b/c/src/exec/rtems/src/msgqflush.c
index 969180e412..b4ce3ae375 100644
--- a/c/src/exec/rtems/src/msgqflush.c
+++ b/c/src/exec/rtems/src/msgqflush.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqgetnumberpending.c b/c/src/exec/rtems/src/msgqgetnumberpending.c
index 37a2bdf07d..c2cad97198 100644
--- a/c/src/exec/rtems/src/msgqgetnumberpending.c
+++ b/c/src/exec/rtems/src/msgqgetnumberpending.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqident.c b/c/src/exec/rtems/src/msgqident.c
index 25d386bdf6..eb04c28c55 100644
--- a/c/src/exec/rtems/src/msgqident.c
+++ b/c/src/exec/rtems/src/msgqident.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqreceive.c b/c/src/exec/rtems/src/msgqreceive.c
index 8883d501e0..b078049276 100644
--- a/c/src/exec/rtems/src/msgqreceive.c
+++ b/c/src/exec/rtems/src/msgqreceive.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqsend.c b/c/src/exec/rtems/src/msgqsend.c
index c657a88a60..2010e4a6b9 100644
--- a/c/src/exec/rtems/src/msgqsend.c
+++ b/c/src/exec/rtems/src/msgqsend.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqsubmit.c b/c/src/exec/rtems/src/msgqsubmit.c
index 753ba35694..5a03f6409a 100644
--- a/c/src/exec/rtems/src/msgqsubmit.c
+++ b/c/src/exec/rtems/src/msgqsubmit.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqtranslatereturncode.c b/c/src/exec/rtems/src/msgqtranslatereturncode.c
index b2246dc1b1..34c818a145 100644
--- a/c/src/exec/rtems/src/msgqtranslatereturncode.c
+++ b/c/src/exec/rtems/src/msgqtranslatereturncode.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/msgqurgent.c b/c/src/exec/rtems/src/msgqurgent.c
index 037e65938b..ddff018b13 100644
--- a/c/src/exec/rtems/src/msgqurgent.c
+++ b/c/src/exec/rtems/src/msgqurgent.c
@@ -2,9 +2,8 @@
* Message Queue 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/rtems/src/part.c b/c/src/exec/rtems/src/part.c
index 89c9ac3f3f..7e13628450 100644
--- a/c/src/exec/rtems/src/part.c
+++ b/c/src/exec/rtems/src/part.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/src/partcreate.c b/c/src/exec/rtems/src/partcreate.c
index 5c3098f02f..70b0585df7 100644
--- a/c/src/exec/rtems/src/partcreate.c
+++ b/c/src/exec/rtems/src/partcreate.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/src/partdelete.c b/c/src/exec/rtems/src/partdelete.c
index d4bcc9932d..2872c19991 100644
--- a/c/src/exec/rtems/src/partdelete.c
+++ b/c/src/exec/rtems/src/partdelete.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/src/partgetbuffer.c b/c/src/exec/rtems/src/partgetbuffer.c
index d62647b3f8..761add6727 100644
--- a/c/src/exec/rtems/src/partgetbuffer.c
+++ b/c/src/exec/rtems/src/partgetbuffer.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/src/partident.c b/c/src/exec/rtems/src/partident.c
index 2f86e17a39..2f7029cd63 100644
--- a/c/src/exec/rtems/src/partident.c
+++ b/c/src/exec/rtems/src/partident.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/src/partmp.c b/c/src/exec/rtems/src/partmp.c
index 17234974ef..88838f86b3 100644
--- a/c/src/exec/rtems/src/partmp.c
+++ b/c/src/exec/rtems/src/partmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Partition 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/rtems/src/partreturnbuffer.c b/c/src/exec/rtems/src/partreturnbuffer.c
index 3b68e53bff..2e8008c146 100644
--- a/c/src/exec/rtems/src/partreturnbuffer.c
+++ b/c/src/exec/rtems/src/partreturnbuffer.c
@@ -2,9 +2,8 @@
* Partition 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/rtems/src/ratemon.c b/c/src/exec/rtems/src/ratemon.c
index 5df26ee608..29ded58b6a 100644
--- a/c/src/exec/rtems/src/ratemon.c
+++ b/c/src/exec/rtems/src/ratemon.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemoncancel.c b/c/src/exec/rtems/src/ratemoncancel.c
index 0bc3fc6fc3..6281b6527e 100644
--- a/c/src/exec/rtems/src/ratemoncancel.c
+++ b/c/src/exec/rtems/src/ratemoncancel.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemoncreate.c b/c/src/exec/rtems/src/ratemoncreate.c
index 413da155eb..1fb4a9d466 100644
--- a/c/src/exec/rtems/src/ratemoncreate.c
+++ b/c/src/exec/rtems/src/ratemoncreate.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemondelete.c b/c/src/exec/rtems/src/ratemondelete.c
index 08d304c75a..8d144e1b09 100644
--- a/c/src/exec/rtems/src/ratemondelete.c
+++ b/c/src/exec/rtems/src/ratemondelete.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemongetstatus.c b/c/src/exec/rtems/src/ratemongetstatus.c
index 4a05a93ca6..a53a586974 100644
--- a/c/src/exec/rtems/src/ratemongetstatus.c
+++ b/c/src/exec/rtems/src/ratemongetstatus.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemonident.c b/c/src/exec/rtems/src/ratemonident.c
index 0dba33504a..8c18975009 100644
--- a/c/src/exec/rtems/src/ratemonident.c
+++ b/c/src/exec/rtems/src/ratemonident.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemonperiod.c b/c/src/exec/rtems/src/ratemonperiod.c
index 95a09c453e..6d031cf218 100644
--- a/c/src/exec/rtems/src/ratemonperiod.c
+++ b/c/src/exec/rtems/src/ratemonperiod.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/ratemontimeout.c b/c/src/exec/rtems/src/ratemontimeout.c
index 6c8a1976f4..0a53059d1b 100644
--- a/c/src/exec/rtems/src/ratemontimeout.c
+++ b/c/src/exec/rtems/src/ratemontimeout.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/rtems/src/region.c b/c/src/exec/rtems/src/region.c
index fc9a7c34ed..b00ba8bf52 100644
--- a/c/src/exec/rtems/src/region.c
+++ b/c/src/exec/rtems/src/region.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regioncreate.c b/c/src/exec/rtems/src/regioncreate.c
index 49be2c5802..cacef3fe0b 100644
--- a/c/src/exec/rtems/src/regioncreate.c
+++ b/c/src/exec/rtems/src/regioncreate.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regiondelete.c b/c/src/exec/rtems/src/regiondelete.c
index 59e38464b0..669923c2e7 100644
--- a/c/src/exec/rtems/src/regiondelete.c
+++ b/c/src/exec/rtems/src/regiondelete.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regionextend.c b/c/src/exec/rtems/src/regionextend.c
index ab2eb5f713..0bbfac73b4 100644
--- a/c/src/exec/rtems/src/regionextend.c
+++ b/c/src/exec/rtems/src/regionextend.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regiongetsegment.c b/c/src/exec/rtems/src/regiongetsegment.c
index 68d05fbc12..07a31c011e 100644
--- a/c/src/exec/rtems/src/regiongetsegment.c
+++ b/c/src/exec/rtems/src/regiongetsegment.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regiongetsegmentsize.c b/c/src/exec/rtems/src/regiongetsegmentsize.c
index 726f47cf2d..63d8c96b1c 100644
--- a/c/src/exec/rtems/src/regiongetsegmentsize.c
+++ b/c/src/exec/rtems/src/regiongetsegmentsize.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regionident.c b/c/src/exec/rtems/src/regionident.c
index 3ad1687ccf..57ca7638ed 100644
--- a/c/src/exec/rtems/src/regionident.c
+++ b/c/src/exec/rtems/src/regionident.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/regionmp.c b/c/src/exec/rtems/src/regionmp.c
index 0b833f8671..bd19e43ad0 100644
--- a/c/src/exec/rtems/src/regionmp.c
+++ b/c/src/exec/rtems/src/regionmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Region 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/rtems/src/regionreturnsegment.c b/c/src/exec/rtems/src/regionreturnsegment.c
index 950cc7118a..e5174e578b 100644
--- a/c/src/exec/rtems/src/regionreturnsegment.c
+++ b/c/src/exec/rtems/src/regionreturnsegment.c
@@ -2,9 +2,8 @@
* Region 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/rtems/src/rtclock.c b/c/src/exec/rtems/src/rtclock.c
index 84b1cd408a..7c5967f895 100644
--- a/c/src/exec/rtems/src/rtclock.c
+++ b/c/src/exec/rtems/src/rtclock.c
@@ -1,9 +1,8 @@
/*
* Clock 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/rtems/src/rtemstimer.c b/c/src/exec/rtems/src/rtemstimer.c
index 67d9c4ce89..e413681549 100644
--- a/c/src/exec/rtems/src/rtemstimer.c
+++ b/c/src/exec/rtems/src/rtemstimer.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/sem.c b/c/src/exec/rtems/src/sem.c
index f0c03334b7..6f2db08ded 100644
--- a/c/src/exec/rtems/src/sem.c
+++ b/c/src/exec/rtems/src/sem.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/semcreate.c b/c/src/exec/rtems/src/semcreate.c
index d17d6aa09c..84a960f5b2 100644
--- a/c/src/exec/rtems/src/semcreate.c
+++ b/c/src/exec/rtems/src/semcreate.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/semdelete.c b/c/src/exec/rtems/src/semdelete.c
index 8062bb7064..3bbc4001a1 100644
--- a/c/src/exec/rtems/src/semdelete.c
+++ b/c/src/exec/rtems/src/semdelete.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/semflush.c b/c/src/exec/rtems/src/semflush.c
index 2c0c4f5073..43e690479a 100644
--- a/c/src/exec/rtems/src/semflush.c
+++ b/c/src/exec/rtems/src/semflush.c
@@ -6,9 +6,8 @@
* This package is the implementation of the flush directive
* of the Semaphore 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/rtems/src/semident.c b/c/src/exec/rtems/src/semident.c
index 15c26f0b05..638cda505e 100644
--- a/c/src/exec/rtems/src/semident.c
+++ b/c/src/exec/rtems/src/semident.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/semmp.c b/c/src/exec/rtems/src/semmp.c
index 7b87720c87..f479467bc9 100644
--- a/c/src/exec/rtems/src/semmp.c
+++ b/c/src/exec/rtems/src/semmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Semaphore 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/rtems/src/semobtain.c b/c/src/exec/rtems/src/semobtain.c
index c73d84a6da..5c8eb400fb 100644
--- a/c/src/exec/rtems/src/semobtain.c
+++ b/c/src/exec/rtems/src/semobtain.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/semrelease.c b/c/src/exec/rtems/src/semrelease.c
index 18436fb965..d33c857437 100644
--- a/c/src/exec/rtems/src/semrelease.c
+++ b/c/src/exec/rtems/src/semrelease.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/semtranslatereturncode.c b/c/src/exec/rtems/src/semtranslatereturncode.c
index c2213835ca..0f9bf7d3f5 100644
--- a/c/src/exec/rtems/src/semtranslatereturncode.c
+++ b/c/src/exec/rtems/src/semtranslatereturncode.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/rtems/src/signal.c b/c/src/exec/rtems/src/signal.c
index c71afdc643..618eb22824 100644
--- a/c/src/exec/rtems/src/signal.c
+++ b/c/src/exec/rtems/src/signal.c
@@ -2,9 +2,8 @@
* Signal 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/rtems/src/signalcatch.c b/c/src/exec/rtems/src/signalcatch.c
index ee2327187a..d07d1d5fca 100644
--- a/c/src/exec/rtems/src/signalcatch.c
+++ b/c/src/exec/rtems/src/signalcatch.c
@@ -2,9 +2,8 @@
* Signal 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/rtems/src/signalmp.c b/c/src/exec/rtems/src/signalmp.c
index f78e94d366..e50f9ea6da 100644
--- a/c/src/exec/rtems/src/signalmp.c
+++ b/c/src/exec/rtems/src/signalmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Signal 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/rtems/src/signalsend.c b/c/src/exec/rtems/src/signalsend.c
index 1191f4e7f6..cb808dc8fb 100644
--- a/c/src/exec/rtems/src/signalsend.c
+++ b/c/src/exec/rtems/src/signalsend.c
@@ -2,9 +2,8 @@
* Signal 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/rtems/src/taskcreate.c b/c/src/exec/rtems/src/taskcreate.c
index c5945a5332..6183079c66 100644
--- a/c/src/exec/rtems/src/taskcreate.c
+++ b/c/src/exec/rtems/src/taskcreate.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskdelete.c b/c/src/exec/rtems/src/taskdelete.c
index b9a8a47d7a..a5d09d2749 100644
--- a/c/src/exec/rtems/src/taskdelete.c
+++ b/c/src/exec/rtems/src/taskdelete.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskgetnote.c b/c/src/exec/rtems/src/taskgetnote.c
index dafbbaba3b..47e6c24bef 100644
--- a/c/src/exec/rtems/src/taskgetnote.c
+++ b/c/src/exec/rtems/src/taskgetnote.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskident.c b/c/src/exec/rtems/src/taskident.c
index ac2b707279..7d6baff020 100644
--- a/c/src/exec/rtems/src/taskident.c
+++ b/c/src/exec/rtems/src/taskident.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskinitusers.c b/c/src/exec/rtems/src/taskinitusers.c
index 648c059a22..dceb32a194 100644
--- a/c/src/exec/rtems/src/taskinitusers.c
+++ b/c/src/exec/rtems/src/taskinitusers.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskissuspended.c b/c/src/exec/rtems/src/taskissuspended.c
index 2ff1dc18eb..bea81e8126 100644
--- a/c/src/exec/rtems/src/taskissuspended.c
+++ b/c/src/exec/rtems/src/taskissuspended.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskmode.c b/c/src/exec/rtems/src/taskmode.c
index 2dc96a8a5d..008447c42c 100644
--- a/c/src/exec/rtems/src/taskmode.c
+++ b/c/src/exec/rtems/src/taskmode.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskmp.c b/c/src/exec/rtems/src/taskmp.c
index 5d5f3df763..7e5baca9a3 100644
--- a/c/src/exec/rtems/src/taskmp.c
+++ b/c/src/exec/rtems/src/taskmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the RTEMS Task 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/rtems/src/taskrestart.c b/c/src/exec/rtems/src/taskrestart.c
index 14e11a06d7..f7f14efaef 100644
--- a/c/src/exec/rtems/src/taskrestart.c
+++ b/c/src/exec/rtems/src/taskrestart.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskresume.c b/c/src/exec/rtems/src/taskresume.c
index 92360db43b..226c6942fe 100644
--- a/c/src/exec/rtems/src/taskresume.c
+++ b/c/src/exec/rtems/src/taskresume.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/tasks.c b/c/src/exec/rtems/src/tasks.c
index d49236cadf..bbd9ff0dd8 100644
--- a/c/src/exec/rtems/src/tasks.c
+++ b/c/src/exec/rtems/src/tasks.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/tasksetnote.c b/c/src/exec/rtems/src/tasksetnote.c
index 982d111b7c..d992bf48ca 100644
--- a/c/src/exec/rtems/src/tasksetnote.c
+++ b/c/src/exec/rtems/src/tasksetnote.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/tasksetpriority.c b/c/src/exec/rtems/src/tasksetpriority.c
index 469dde3ee4..426d9dc123 100644
--- a/c/src/exec/rtems/src/tasksetpriority.c
+++ b/c/src/exec/rtems/src/tasksetpriority.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskstart.c b/c/src/exec/rtems/src/taskstart.c
index 45a89eba63..6764333d87 100644
--- a/c/src/exec/rtems/src/taskstart.c
+++ b/c/src/exec/rtems/src/taskstart.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/tasksuspend.c b/c/src/exec/rtems/src/tasksuspend.c
index 04fafcbea9..a0ff597c8d 100644
--- a/c/src/exec/rtems/src/tasksuspend.c
+++ b/c/src/exec/rtems/src/tasksuspend.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskvariableadd.c b/c/src/exec/rtems/src/taskvariableadd.c
index 8928f6d7d7..4ba8b7b21b 100644
--- a/c/src/exec/rtems/src/taskvariableadd.c
+++ b/c/src/exec/rtems/src/taskvariableadd.c
@@ -2,9 +2,8 @@
* rtems_task_variable_add - Add a per-task variable
*
*
- * 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/rtems/src/taskvariabledelete.c b/c/src/exec/rtems/src/taskvariabledelete.c
index 82fd444bd8..eddaf1903d 100644
--- a/c/src/exec/rtems/src/taskvariabledelete.c
+++ b/c/src/exec/rtems/src/taskvariabledelete.c
@@ -2,9 +2,8 @@
* rtems_task_variable_delete - Delete a per-task variable
*
*
- * 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/rtems/src/taskwakeafter.c b/c/src/exec/rtems/src/taskwakeafter.c
index 5e83aaee5e..65ecfa64d2 100644
--- a/c/src/exec/rtems/src/taskwakeafter.c
+++ b/c/src/exec/rtems/src/taskwakeafter.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/taskwakewhen.c b/c/src/exec/rtems/src/taskwakewhen.c
index 238bbb7dcd..3469b7ee17 100644
--- a/c/src/exec/rtems/src/taskwakewhen.c
+++ b/c/src/exec/rtems/src/taskwakewhen.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/rtems/src/timercancel.c b/c/src/exec/rtems/src/timercancel.c
index c223ad5332..9db829d717 100644
--- a/c/src/exec/rtems/src/timercancel.c
+++ b/c/src/exec/rtems/src/timercancel.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/timercreate.c b/c/src/exec/rtems/src/timercreate.c
index 72b0f4add8..33e7f00d79 100644
--- a/c/src/exec/rtems/src/timercreate.c
+++ b/c/src/exec/rtems/src/timercreate.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/timerdelete.c b/c/src/exec/rtems/src/timerdelete.c
index c7a0d6c092..c207cb0ab7 100644
--- a/c/src/exec/rtems/src/timerdelete.c
+++ b/c/src/exec/rtems/src/timerdelete.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/timerfireafter.c b/c/src/exec/rtems/src/timerfireafter.c
index 6a19d3184c..f31b63ae92 100644
--- a/c/src/exec/rtems/src/timerfireafter.c
+++ b/c/src/exec/rtems/src/timerfireafter.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/timerfirewhen.c b/c/src/exec/rtems/src/timerfirewhen.c
index a74d27e80b..309261351a 100644
--- a/c/src/exec/rtems/src/timerfirewhen.c
+++ b/c/src/exec/rtems/src/timerfirewhen.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/timerident.c b/c/src/exec/rtems/src/timerident.c
index 568233ce40..492f55c6ac 100644
--- a/c/src/exec/rtems/src/timerident.c
+++ b/c/src/exec/rtems/src/timerident.c
@@ -2,9 +2,8 @@
* Timer 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/rtems/src/timerreset.c b/c/src/exec/rtems/src/timerreset.c
index 1ef029b562..f538098b1e 100644
--- a/c/src/exec/rtems/src/timerreset.c
+++ b/c/src/exec/rtems/src/timerreset.c
@@ -2,9 +2,8 @@
* Timer 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/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index 152ae790df..8e2e876aad 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -4,9 +4,8 @@
* be used by the single processor tests to define its default configuration
* parameters.
*
- * 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/sapi/include/rtems/config.h b/c/src/exec/sapi/include/rtems/config.h
index 636813edc5..bd8d972fc2 100644
--- a/c/src/exec/sapi/include/rtems/config.h
+++ b/c/src/exec/sapi/include/rtems/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters.
*
- * 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/sapi/include/rtems/extension.h b/c/src/exec/sapi/include/rtems/extension.h
index 9b6b21c70e..ed532658f2 100644
--- a/c/src/exec/sapi/include/rtems/extension.h
+++ b/c/src/exec/sapi/include/rtems/extension.h
@@ -10,9 +10,8 @@
* + get ID of user extension set
* + delete user extension set
*
- * 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/sapi/include/rtems/fatal.h b/c/src/exec/sapi/include/rtems/fatal.h
index 7f0a7b443a..fd50518aef 100644
--- a/c/src/exec/sapi/include/rtems/fatal.h
+++ b/c/src/exec/sapi/include/rtems/fatal.h
@@ -9,9 +9,8 @@
* + announce a fatal error has occurred
*
*
- * 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/sapi/include/rtems/init.h b/c/src/exec/sapi/include/rtems/init.h
index a4f24d8010..0aa86a29ef 100644
--- a/c/src/exec/sapi/include/rtems/init.h
+++ b/c/src/exec/sapi/include/rtems/init.h
@@ -12,9 +12,8 @@
* + shutdown the RTEMS executive
*
*
- * 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/sapi/include/rtems/io.h b/c/src/exec/sapi/include/rtems/io.h
index 11b4f812cd..55a9aac7b4 100644
--- a/c/src/exec/sapi/include/rtems/io.h
+++ b/c/src/exec/sapi/include/rtems/io.h
@@ -14,9 +14,8 @@
* + write to a device driver
* + special device services
*
- * 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/sapi/include/rtems/mptables.h b/c/src/exec/sapi/include/rtems/mptables.h
index 8fdbdfebd2..f1e7435442 100644
--- a/c/src/exec/sapi/include/rtems/mptables.h
+++ b/c/src/exec/sapi/include/rtems/mptables.h
@@ -3,9 +3,8 @@
* This include file contains the executive's pre-initialized tables
* used in a multiprocessor 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/sapi/include/rtems/sptables.h.in b/c/src/exec/sapi/include/rtems/sptables.h.in
index de98be836c..4d1425120b 100644
--- a/c/src/exec/sapi/include/rtems/sptables.h.in
+++ b/c/src/exec/sapi/include/rtems/sptables.h.in
@@ -3,9 +3,8 @@
* This include file contains the executive's pre-initialized tables
* used when in a single processor 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/sapi/inline/rtems/extension.inl b/c/src/exec/sapi/inline/rtems/extension.inl
index 49cd834832..01bb1e7dbe 100644
--- a/c/src/exec/sapi/inline/rtems/extension.inl
+++ b/c/src/exec/sapi/inline/rtems/extension.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined routines
* from the Extension 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/sapi/macros/rtems/extension.inl b/c/src/exec/sapi/macros/rtems/extension.inl
index 225f6b188d..5501e1e3f6 100644
--- a/c/src/exec/sapi/macros/rtems/extension.inl
+++ b/c/src/exec/sapi/macros/rtems/extension.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Extension 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/sapi/optman/no-ext.c b/c/src/exec/sapi/optman/no-ext.c
index ae72a6e552..1c2fffe8b8 100644
--- a/c/src/exec/sapi/optman/no-ext.c
+++ b/c/src/exec/sapi/optman/no-ext.c
@@ -2,9 +2,8 @@
* Extension 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/sapi/optman/no-io.c b/c/src/exec/sapi/optman/no-io.c
index 7b38c436d4..df03245239 100644
--- a/c/src/exec/sapi/optman/no-io.c
+++ b/c/src/exec/sapi/optman/no-io.c
@@ -2,9 +2,8 @@
* Input/Output 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/sapi/src/debug.c b/c/src/exec/sapi/src/debug.c
index e44e837dc9..e58a7219c2 100644
--- a/c/src/exec/sapi/src/debug.c
+++ b/c/src/exec/sapi/src/debug.c
@@ -1,9 +1,8 @@
/*
* Debug 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/sapi/src/entrytable.c b/c/src/exec/sapi/src/entrytable.c
index 32d681bc99..e54aed3b6e 100644
--- a/c/src/exec/sapi/src/entrytable.c
+++ b/c/src/exec/sapi/src/entrytable.c
@@ -2,9 +2,8 @@
*
* This include file contains the executive's entry table.
*
- * 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/sapi/src/exinit.c b/c/src/exec/sapi/src/exinit.c
index 511a0086f5..034b3ce4ab 100644
--- a/c/src/exec/sapi/src/exinit.c
+++ b/c/src/exec/sapi/src/exinit.c
@@ -1,9 +1,8 @@
/*
* Initialization 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/sapi/src/extension.c b/c/src/exec/sapi/src/extension.c
index 09d9e09d33..fccbb47274 100644
--- a/c/src/exec/sapi/src/extension.c
+++ b/c/src/exec/sapi/src/extension.c
@@ -2,9 +2,8 @@
* Extension 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/sapi/src/fatal.c b/c/src/exec/sapi/src/fatal.c
index d0fc3ff5c7..8a0e3cedf0 100644
--- a/c/src/exec/sapi/src/fatal.c
+++ b/c/src/exec/sapi/src/fatal.c
@@ -1,9 +1,8 @@
/*
* Fatal Error 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/sapi/src/io.c b/c/src/exec/sapi/src/io.c
index d6e669c4fc..f79189f060 100644
--- a/c/src/exec/sapi/src/io.c
+++ b/c/src/exec/sapi/src/io.c
@@ -2,9 +2,8 @@
* Input/Output 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/sapi/src/itronapi.c b/c/src/exec/sapi/src/itronapi.c
index 0309967ecf..98475c6fc3 100644
--- a/c/src/exec/sapi/src/itronapi.c
+++ b/c/src/exec/sapi/src/itronapi.c
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/sapi/src/posixapi.c b/c/src/exec/sapi/src/posixapi.c
index c70a1b230c..18de12faf8 100644
--- a/c/src/exec/sapi/src/posixapi.c
+++ b/c/src/exec/sapi/src/posixapi.c
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/sapi/src/rtemsapi.c b/c/src/exec/sapi/src/rtemsapi.c
index 65475e2399..58953117c3 100644
--- a/c/src/exec/sapi/src/rtemsapi.c
+++ b/c/src/exec/sapi/src/rtemsapi.c
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/score/cpu/a29k/cpu.c b/c/src/exec/score/cpu/a29k/cpu.c
index 111533a2ae..0485714062 100644
--- a/c/src/exec/score/cpu/a29k/cpu.c
+++ b/c/src/exec/score/cpu/a29k/cpu.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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 the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/cpu/a29k/cpu_asm.S b/c/src/exec/score/cpu/a29k/cpu_asm.S
index a3ed2c59c3..bfa7444f35 100644
--- a/c/src/exec/score/cpu/a29k/cpu_asm.S
+++ b/c/src/exec/score/cpu/a29k/cpu_asm.S
@@ -22,9 +22,8 @@
; *
; * NOTE: This is supposed to be a .S or .s file NOT a C file.
; *
-; * 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/score/cpu/a29k/rtems.c b/c/src/exec/score/cpu/a29k/rtems.c
index 35fef9ed1a..b729ffdb73 100644
--- a/c/src/exec/score/cpu/a29k/rtems.c
+++ b/c/src/exec/score/cpu/a29k/rtems.c
@@ -5,9 +5,8 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * 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/score/cpu/a29k/rtems/score/a29k.h b/c/src/exec/score/cpu/a29k/rtems/score/a29k.h
index c22a70d437..7dd9030609 100644
--- a/c/src/exec/score/cpu/a29k/rtems/score/a29k.h
+++ b/c/src/exec/score/cpu/a29k/rtems/score/a29k.h
@@ -1,6 +1,6 @@
/* a29k.h
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/a29k/rtems/score/a29ktypes.h b/c/src/exec/score/cpu/a29k/rtems/score/a29ktypes.h
index 943a922695..130fd30dd4 100644
--- a/c/src/exec/score/cpu/a29k/rtems/score/a29ktypes.h
+++ b/c/src/exec/score/cpu/a29k/rtems/score/a29ktypes.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*
- * 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/score/cpu/a29k/rtems/score/cpu.h b/c/src/exec/score/cpu/a29k/rtems/score/cpu.h
index 1235e991c8..c65c628979 100644
--- a/c/src/exec/score/cpu/a29k/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/a29k/rtems/score/cpu.h
@@ -20,9 +20,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.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 the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/cpu/a29k/rtems/score/cpu_asm.h b/c/src/exec/score/cpu/a29k/rtems/score/cpu_asm.h
index 65eaf29737..d2c09fa103 100644
--- a/c/src/exec/score/cpu/a29k/rtems/score/cpu_asm.h
+++ b/c/src/exec/score/cpu/a29k/rtems/score/cpu_asm.h
@@ -5,7 +5,7 @@
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/a29k/rtems/score/types.h b/c/src/exec/score/cpu/a29k/rtems/score/types.h
index 943a922695..130fd30dd4 100644
--- a/c/src/exec/score/cpu/a29k/rtems/score/types.h
+++ b/c/src/exec/score/cpu/a29k/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*
- * 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/score/cpu/hppa1.1/rtems.S b/c/src/exec/score/cpu/hppa1.1/rtems.S
index 3f02c9d006..a16f57c114 100644
--- a/c/src/exec/score/cpu/hppa1.1/rtems.S
+++ b/c/src/exec/score/cpu/hppa1.1/rtems.S
@@ -3,9 +3,8 @@
* This file contains the single entry point code for
* the HPPA implementation of RTEMS.
*
- * 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/score/cpu/i386/cpu.c b/c/src/exec/score/cpu/i386/cpu.c
index cabc285ce9..7ee7e6814c 100644
--- a/c/src/exec/score/cpu/i386/cpu.c
+++ b/c/src/exec/score/cpu/i386/cpu.c
@@ -2,9 +2,8 @@
* Intel i386 Dependent Source
*
*
- * 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/score/cpu/i386/cpu_asm.S b/c/src/exec/score/cpu/i386/cpu_asm.S
index 906407836b..85316e357a 100644
--- a/c/src/exec/score/cpu/i386/cpu_asm.S
+++ b/c/src/exec/score/cpu/i386/cpu_asm.S
@@ -3,9 +3,8 @@
* This file contains all assembly code for the Intel i386 implementation
* of RTEMS.
*
- * 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/score/cpu/i386/rtems.S b/c/src/exec/score/cpu/i386/rtems.S
index f08fe63299..96e7d2a0a6 100644
--- a/c/src/exec/score/cpu/i386/rtems.S
+++ b/c/src/exec/score/cpu/i386/rtems.S
@@ -3,9 +3,8 @@
* This file contains the single entry point code for
* the i386 implementation of RTEMS.
*
- * 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/score/cpu/i386/rtems/score/cpu.h b/c/src/exec/score/cpu/i386/rtems/score/cpu.h
index 68fdea703d..ab256cfa57 100644
--- a/c/src/exec/score/cpu/i386/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/i386/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i386 processor.
*
- * 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/score/cpu/i386/rtems/score/i386.h b/c/src/exec/score/cpu/i386/rtems/score/i386.h
index 0eb936a6f7..4ddf0c5eab 100644
--- a/c/src/exec/score/cpu/i386/rtems/score/i386.h
+++ b/c/src/exec/score/cpu/i386/rtems/score/i386.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i386 processor.
*
- * 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/score/cpu/i386/rtems/score/i386types.h b/c/src/exec/score/cpu/i386/rtems/score/i386types.h
index 7d2a8a1f4f..1b9091f501 100644
--- a/c/src/exec/score/cpu/i386/rtems/score/i386types.h
+++ b/c/src/exec/score/cpu/i386/rtems/score/i386types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* i386 processor family.
*
- * 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/score/cpu/i386/rtems/score/types.h b/c/src/exec/score/cpu/i386/rtems/score/types.h
index 7d2a8a1f4f..1b9091f501 100644
--- a/c/src/exec/score/cpu/i386/rtems/score/types.h
+++ b/c/src/exec/score/cpu/i386/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* i386 processor family.
*
- * 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/score/cpu/i960/cpu.c b/c/src/exec/score/cpu/i960/cpu.c
index b1f29ff1bf..a66cd4eda7 100644
--- a/c/src/exec/score/cpu/i960/cpu.c
+++ b/c/src/exec/score/cpu/i960/cpu.c
@@ -2,9 +2,8 @@
* Intel i960CA Dependent Source
*
*
- * 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/score/cpu/i960/cpu_asm.S b/c/src/exec/score/cpu/i960/cpu_asm.S
index ee6e053259..e990b7a799 100644
--- a/c/src/exec/score/cpu/i960/cpu_asm.S
+++ b/c/src/exec/score/cpu/i960/cpu_asm.S
@@ -3,9 +3,8 @@
* This file contains all assembly code for the i960CA implementation
* of RTEMS.
*
- * 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/score/cpu/i960/rtems.S b/c/src/exec/score/cpu/i960/rtems.S
index 37fb734436..18c6ca5a5f 100644
--- a/c/src/exec/score/cpu/i960/rtems.S
+++ b/c/src/exec/score/cpu/i960/rtems.S
@@ -3,9 +3,8 @@
* This file contains the single entry point code for
* the i960 implementation of RTEMS.
*
- * 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/score/cpu/i960/rtems/score/cpu.h b/c/src/exec/score/cpu/i960/rtems/score/cpu.h
index 45a7fb85d6..ef7c3ad968 100644
--- a/c/src/exec/score/cpu/i960/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/i960/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i960 processor family.
*
- * 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/score/cpu/i960/rtems/score/i960.h b/c/src/exec/score/cpu/i960/rtems/score/i960.h
index 3719d96496..ae9a073aff 100644
--- a/c/src/exec/score/cpu/i960/rtems/score/i960.h
+++ b/c/src/exec/score/cpu/i960/rtems/score/i960.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i960 processor family.
*
- * 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/score/cpu/i960/rtems/score/i960types.h b/c/src/exec/score/cpu/i960/rtems/score/i960types.h
index dff4c95f83..81deddaa1f 100644
--- a/c/src/exec/score/cpu/i960/rtems/score/i960types.h
+++ b/c/src/exec/score/cpu/i960/rtems/score/i960types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* i960 processor family.
*
- * 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/score/cpu/i960/rtems/score/types.h b/c/src/exec/score/cpu/i960/rtems/score/types.h
index dff4c95f83..81deddaa1f 100644
--- a/c/src/exec/score/cpu/i960/rtems/score/types.h
+++ b/c/src/exec/score/cpu/i960/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* i960 processor family.
*
- * 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/score/cpu/m68k/cpu.c b/c/src/exec/score/cpu/m68k/cpu.c
index e714933350..f1ffe31fe0 100644
--- a/c/src/exec/score/cpu/m68k/cpu.c
+++ b/c/src/exec/score/cpu/m68k/cpu.c
@@ -1,9 +1,8 @@
/*
* Motorola MC68xxx Dependent Source
*
- * 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/score/cpu/m68k/cpu_asm.S b/c/src/exec/score/cpu/m68k/cpu_asm.S
index 03747222e5..3d663372a0 100644
--- a/c/src/exec/score/cpu/m68k/cpu_asm.S
+++ b/c/src/exec/score/cpu/m68k/cpu_asm.S
@@ -3,9 +3,8 @@
* This file contains all assembly code for the MC68020 implementation
* of RTEMS.
*
- * 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/score/cpu/m68k/rtems.S b/c/src/exec/score/cpu/m68k/rtems.S
index 992abbfa34..2014f0decf 100644
--- a/c/src/exec/score/cpu/m68k/rtems.S
+++ b/c/src/exec/score/cpu/m68k/rtems.S
@@ -3,9 +3,8 @@
* This file contains the single entry point code for
* the m68k implementation of RTEMS.
*
- * 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/score/cpu/m68k/rtems/score/cpu.h b/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
index 248492ba97..fb58e18834 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*
- * 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/score/cpu/m68k/rtems/score/m68k.h b/c/src/exec/score/cpu/m68k/rtems/score/m68k.h
index 5f4c3597b5..7408aae231 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/m68k.h
+++ b/c/src/exec/score/cpu/m68k/rtems/score/m68k.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*
- * 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/score/cpu/m68k/rtems/score/m68ktypes.h b/c/src/exec/score/cpu/m68k/rtems/score/m68ktypes.h
index 6592d36187..7b1a1c643e 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/m68ktypes.h
+++ b/c/src/exec/score/cpu/m68k/rtems/score/m68ktypes.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Motorola
* m68xxx processor family.
*
- * 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/score/cpu/m68k/rtems/score/types.h b/c/src/exec/score/cpu/m68k/rtems/score/types.h
index 6592d36187..7b1a1c643e 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/types.h
+++ b/c/src/exec/score/cpu/m68k/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Motorola
* m68xxx processor family.
*
- * 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/score/cpu/mips/cpu.c b/c/src/exec/score/cpu/mips/cpu.c
index 4617be460d..8d05c336c4 100644
--- a/c/src/exec/score/cpu/mips/cpu.c
+++ b/c/src/exec/score/cpu/mips/cpu.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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 the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/cpu/mips/cpu_asm.S b/c/src/exec/score/cpu/mips/cpu_asm.S
index 125b4d58d4..4acebc663e 100644
--- a/c/src/exec/score/cpu/mips/cpu_asm.S
+++ b/c/src/exec/score/cpu/mips/cpu_asm.S
@@ -21,9 +21,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s:
*
- * 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/score/cpu/mips/cpu_asm.h b/c/src/exec/score/cpu/mips/cpu_asm.h
index 5d78f39d7c..287b881068 100644
--- a/c/src/exec/score/cpu/mips/cpu_asm.h
+++ b/c/src/exec/score/cpu/mips/cpu_asm.h
@@ -18,7 +18,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/mips/rtems.c b/c/src/exec/score/cpu/mips/rtems.c
index 356f1b8b9e..7120ded725 100644
--- a/c/src/exec/score/cpu/mips/rtems.c
+++ b/c/src/exec/score/cpu/mips/rtems.c
@@ -5,9 +5,8 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * 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/score/cpu/mips/rtems/score/cpu.h b/c/src/exec/score/cpu/mips/rtems/score/cpu.h
index 69478af9ee..96eb34292a 100644
--- a/c/src/exec/score/cpu/mips/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/mips/rtems/score/cpu.h
@@ -20,9 +20,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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/exec/score/cpu/mips/rtems/score/mips.h b/c/src/exec/score/cpu/mips/rtems/score/mips.h
index ec89a32a0d..1ff139f604 100644
--- a/c/src/exec/score/cpu/mips/rtems/score/mips.h
+++ b/c/src/exec/score/cpu/mips/rtems/score/mips.h
@@ -17,7 +17,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h b/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h
index ec89a32a0d..1ff139f604 100644
--- a/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h
+++ b/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h
@@ -17,7 +17,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/mips/rtems/score/mipstypes.h b/c/src/exec/score/cpu/mips/rtems/score/mipstypes.h
index 50f28ccf9b..9d82f2a5d0 100644
--- a/c/src/exec/score/cpu/mips/rtems/score/mipstypes.h
+++ b/c/src/exec/score/cpu/mips/rtems/score/mipstypes.h
@@ -18,9 +18,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * 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/score/cpu/mips/rtems/score/types.h b/c/src/exec/score/cpu/mips/rtems/score/types.h
index 50f28ccf9b..9d82f2a5d0 100644
--- a/c/src/exec/score/cpu/mips/rtems/score/types.h
+++ b/c/src/exec/score/cpu/mips/rtems/score/types.h
@@ -18,9 +18,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * 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/score/cpu/mips64orion/cpu.c b/c/src/exec/score/cpu/mips64orion/cpu.c
index 4617be460d..8d05c336c4 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.c
+++ b/c/src/exec/score/cpu/mips64orion/cpu.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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 the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.S b/c/src/exec/score/cpu/mips64orion/cpu_asm.S
index 125b4d58d4..4acebc663e 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu_asm.S
+++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.S
@@ -21,9 +21,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s:
*
- * 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/score/cpu/mips64orion/cpu_asm.h b/c/src/exec/score/cpu/mips64orion/cpu_asm.h
index 5d78f39d7c..287b881068 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu_asm.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.h
@@ -18,7 +18,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/mips64orion/rtems.c b/c/src/exec/score/cpu/mips64orion/rtems.c
index 356f1b8b9e..7120ded725 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems.c
+++ b/c/src/exec/score/cpu/mips64orion/rtems.c
@@ -5,9 +5,8 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * 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/score/cpu/mips64orion/rtems/score/cpu.h b/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
index 69478af9ee..96eb34292a 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
@@ -20,9 +20,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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/exec/score/cpu/mips64orion/rtems/score/mips64orion.h b/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h
index ec89a32a0d..1ff139f604 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h
+++ b/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h
@@ -17,7 +17,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/mipstypes.h b/c/src/exec/score/cpu/mips64orion/rtems/score/mipstypes.h
index 50f28ccf9b..9d82f2a5d0 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems/score/mipstypes.h
+++ b/c/src/exec/score/cpu/mips64orion/rtems/score/mipstypes.h
@@ -18,9 +18,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * 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/score/cpu/mips64orion/rtems/score/types.h b/c/src/exec/score/cpu/mips64orion/rtems/score/types.h
index 50f28ccf9b..9d82f2a5d0 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems/score/types.h
+++ b/c/src/exec/score/cpu/mips64orion/rtems/score/types.h
@@ -18,9 +18,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * 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/score/cpu/no_cpu/cpu.c b/c/src/exec/score/cpu/no_cpu/cpu.c
index 58e71f9266..4711eb6703 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.c
+++ b/c/src/exec/score/cpu/no_cpu/cpu.c
@@ -2,9 +2,8 @@
* XXX CPU Dependent Source
*
*
- * 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/score/cpu/no_cpu/cpu_asm.c b/c/src/exec/score/cpu/no_cpu/cpu_asm.c
index d6abcab5c2..5a5728a2f8 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu_asm.c
+++ b/c/src/exec/score/cpu/no_cpu/cpu_asm.c
@@ -6,9 +6,8 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * 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/score/cpu/no_cpu/rtems.c b/c/src/exec/score/cpu/no_cpu/rtems.c
index 7744c53dab..9e7e0b66d7 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems.c
+++ b/c/src/exec/score/cpu/no_cpu/rtems.c
@@ -5,9 +5,8 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * 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/score/cpu/no_cpu/rtems/score/cpu.h b/c/src/exec/score/cpu/no_cpu/rtems/score/cpu.h
index 9bd8c2b045..da99e163cc 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the XXX
* processor.
*
- * 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/score/cpu/no_cpu/rtems/score/cpu_asm.h b/c/src/exec/score/cpu/no_cpu/rtems/score/cpu_asm.h
index ed58c331bc..b5f3673d61 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems/score/cpu_asm.h
+++ b/c/src/exec/score/cpu/no_cpu/rtems/score/cpu_asm.h
@@ -5,7 +5,7 @@
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h b/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
index a6df61a908..3f374d5500 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -4,7 +4,7 @@
* created for each CPU family port of RTEMS.
*
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/exec/score/cpu/no_cpu/rtems/score/no_cputypes.h b/c/src/exec/score/cpu/no_cpu/rtems/score/no_cputypes.h
index a195711342..6dea57ebf3 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems/score/no_cputypes.h
+++ b/c/src/exec/score/cpu/no_cpu/rtems/score/no_cputypes.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*
- * 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/score/cpu/no_cpu/rtems/score/types.h b/c/src/exec/score/cpu/no_cpu/rtems/score/types.h
index a195711342..6dea57ebf3 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems/score/types.h
+++ b/c/src/exec/score/cpu/no_cpu/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*
- * 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/score/cpu/sparc/cpu.c b/c/src/exec/score/cpu/sparc/cpu.c
index 70b0f8f219..9a78a0fc96 100644
--- a/c/src/exec/score/cpu/sparc/cpu.c
+++ b/c/src/exec/score/cpu/sparc/cpu.c
@@ -1,9 +1,8 @@
/*
* SPARC Dependent Source
*
- * 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/score/cpu/sparc/cpu_asm.S b/c/src/exec/score/cpu/sparc/cpu_asm.S
index d96256694f..af7df160ef 100644
--- a/c/src/exec/score/cpu/sparc/cpu_asm.S
+++ b/c/src/exec/score/cpu/sparc/cpu_asm.S
@@ -4,9 +4,8 @@
* in an specific CPU port of RTEMS. These algorithms must be implemented
* in assembly language.
*
- * 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/score/cpu/sparc/erc32.h b/c/src/exec/score/cpu/sparc/erc32.h
index bfcec909b7..0d2e23da01 100644
--- a/c/src/exec/score/cpu/sparc/erc32.h
+++ b/c/src/exec/score/cpu/sparc/erc32.h
@@ -18,9 +18,8 @@
* + Memory Control Register
* + Interrupt Control
*
- * 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/score/cpu/sparc/rtems.S b/c/src/exec/score/cpu/sparc/rtems.S
index f20d8c8288..5132aff4bf 100644
--- a/c/src/exec/score/cpu/sparc/rtems.S
+++ b/c/src/exec/score/cpu/sparc/rtems.S
@@ -3,9 +3,8 @@
* This file contains the single entry point code for
* the SPARC port of RTEMS.
*
- * 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/score/cpu/sparc/rtems/score/cpu.h b/c/src/exec/score/cpu/sparc/rtems/score/cpu.h
index 3442adc67d..b74292ab07 100644
--- a/c/src/exec/score/cpu/sparc/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/sparc/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the port of
* the executive to the SPARC processor.
*
- * 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/score/cpu/sparc/rtems/score/sparc.h b/c/src/exec/score/cpu/sparc/rtems/score/sparc.h
index a8f2122c44..0cb44c2df9 100644
--- a/c/src/exec/score/cpu/sparc/rtems/score/sparc.h
+++ b/c/src/exec/score/cpu/sparc/rtems/score/sparc.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the SPARC
* processor family.
*
- * 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/score/cpu/sparc/rtems/score/sparctypes.h b/c/src/exec/score/cpu/sparc/rtems/score/sparctypes.h
index 7a7b2bb606..1621d6fd5c 100644
--- a/c/src/exec/score/cpu/sparc/rtems/score/sparctypes.h
+++ b/c/src/exec/score/cpu/sparc/rtems/score/sparctypes.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the
* SPARC processor family.
*
- * 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/score/cpu/sparc/rtems/score/types.h b/c/src/exec/score/cpu/sparc/rtems/score/types.h
index 7a7b2bb606..1621d6fd5c 100644
--- a/c/src/exec/score/cpu/sparc/rtems/score/types.h
+++ b/c/src/exec/score/cpu/sparc/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the
* SPARC processor family.
*
- * 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/score/cpu/unix/rtems/score/types.h b/c/src/exec/score/cpu/unix/rtems/score/types.h
index 1ecaa2307d..f423564ebc 100644
--- a/c/src/exec/score/cpu/unix/rtems/score/types.h
+++ b/c/src/exec/score/cpu/unix/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions which are appropriate
* for a typical modern UNIX box using GNU C for the RTEMS simulator.
*
- * 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/score/cpu/unix/rtems/score/unix.h b/c/src/exec/score/cpu/unix/rtems/score/unix.h
index 52cfef79e4..26ef8ca4e4 100644
--- a/c/src/exec/score/cpu/unix/rtems/score/unix.h
+++ b/c/src/exec/score/cpu/unix/rtems/score/unix.h
@@ -3,9 +3,8 @@
* This include file contains the definitions required by RTEMS
* which are typical for a modern UNIX computer using GCC.
*
- * 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/score/cpu/unix/rtems/score/unixtypes.h b/c/src/exec/score/cpu/unix/rtems/score/unixtypes.h
index 1ecaa2307d..f423564ebc 100644
--- a/c/src/exec/score/cpu/unix/rtems/score/unixtypes.h
+++ b/c/src/exec/score/cpu/unix/rtems/score/unixtypes.h
@@ -3,9 +3,8 @@
* This include file contains type definitions which are appropriate
* for a typical modern UNIX box using GNU C for the RTEMS simulator.
*
- * 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/score/include/rtems/debug.h b/c/src/exec/score/include/rtems/debug.h
index 5c83e67d05..1b142be59f 100644
--- a/c/src/exec/score/include/rtems/debug.h
+++ b/c/src/exec/score/include/rtems/debug.h
@@ -5,9 +5,8 @@
* Manager since it is externally accessible.
*
*
- * 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/score/include/rtems/score/address.h b/c/src/exec/score/include/rtems/score/address.h
index e64cd54931..edb04729dc 100644
--- a/c/src/exec/score/include/rtems/score/address.h
+++ b/c/src/exec/score/include/rtems/score/address.h
@@ -3,9 +3,8 @@
* This include file contains the information required to manipulate
* physical addresses.
*
- * 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/score/include/rtems/score/apiext.h b/c/src/exec/score/include/rtems/score/apiext.h
index 4ca6570cee..1622f504da 100644
--- a/c/src/exec/score/include/rtems/score/apiext.h
+++ b/c/src/exec/score/include/rtems/score/apiext.h
@@ -2,9 +2,8 @@
*
* This is the API Extensions 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
diff --git a/c/src/exec/score/include/rtems/score/bitfield.h b/c/src/exec/score/include/rtems/score/bitfield.h
index bbced47652..05c0daeb5b 100644
--- a/c/src/exec/score/include/rtems/score/bitfield.h
+++ b/c/src/exec/score/include/rtems/score/bitfield.h
@@ -2,9 +2,8 @@
*
* This include file contains all bit field manipulation 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/score/include/rtems/score/chain.h b/c/src/exec/score/include/rtems/score/chain.h
index 910f5e4414..469979c68e 100644
--- a/c/src/exec/score/include/rtems/score/chain.h
+++ b/c/src/exec/score/include/rtems/score/chain.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain 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
diff --git a/c/src/exec/score/include/rtems/score/context.h b/c/src/exec/score/include/rtems/score/context.h
index 5a22fd4b6d..acfaeccef7 100644
--- a/c/src/exec/score/include/rtems/score/context.h
+++ b/c/src/exec/score/include/rtems/score/context.h
@@ -2,9 +2,8 @@
*
* This include file contains all information about a context.
*
- * 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/score/include/rtems/score/copyrt.h b/c/src/exec/score/include/rtems/score/copyrt.h
index 3a9a5a5c60..d7e1c3c474 100644
--- a/c/src/exec/score/include/rtems/score/copyrt.h
+++ b/c/src/exec/score/include/rtems/score/copyrt.h
@@ -3,9 +3,8 @@
* This include file contains the copyright notice for RTEMS
* which is included in every binary copy of the executive.
*
- * 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
@@ -24,9 +23,8 @@ extern "C" {
#ifdef SCORE_INIT
const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-1998.\n\
-On-Line Applications Research Corporation (OAR).\n\
-Copyright assigned to U.S. Government, 1994.\n";
+"COPYRIGHT (c) 1989-1999.\n\
+On-Line Applications Research Corporation (OAR).\n";
#else
diff --git a/c/src/exec/score/include/rtems/score/coremsg.h b/c/src/exec/score/include/rtems/score/coremsg.h
index 9e94828468..71f36d525e 100644
--- a/c/src/exec/score/include/rtems/score/coremsg.h
+++ b/c/src/exec/score/include/rtems/score/coremsg.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Message queue 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
diff --git a/c/src/exec/score/include/rtems/score/coremutex.h b/c/src/exec/score/include/rtems/score/coremutex.h
index 7145e4f19f..73f92c76e0 100644
--- a/c/src/exec/score/include/rtems/score/coremutex.h
+++ b/c/src/exec/score/include/rtems/score/coremutex.h
@@ -5,9 +5,8 @@
* Dijkstra binary semaphore used to provide synchronization and mutual
* exclusion capabilities.
*
- * 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/score/include/rtems/score/coresem.h b/c/src/exec/score/include/rtems/score/coresem.h
index 1384ca361d..324fdcf1aa 100644
--- a/c/src/exec/score/include/rtems/score/coresem.h
+++ b/c/src/exec/score/include/rtems/score/coresem.h
@@ -5,9 +5,8 @@
* standard Dijkstra binary semaphore used to provide synchronization
* and mutual exclusion capabilities.
*
- * 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/score/include/rtems/score/heap.h b/c/src/exec/score/include/rtems/score/heap.h
index eaee7cde3f..1a502f7999 100644
--- a/c/src/exec/score/include/rtems/score/heap.h
+++ b/c/src/exec/score/include/rtems/score/heap.h
@@ -8,9 +8,8 @@
* and unallocated blocks is contained in the heap space. A heap header
* contains control information for the heap.
*
- * 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/score/include/rtems/score/interr.h b/c/src/exec/score/include/rtems/score/interr.h
index f3fba47f66..b2e92906fe 100644
--- a/c/src/exec/score/include/rtems/score/interr.h
+++ b/c/src/exec/score/include/rtems/score/interr.h
@@ -4,9 +4,8 @@
* to the Internal Error 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
diff --git a/c/src/exec/score/include/rtems/score/isr.h b/c/src/exec/score/include/rtems/score/isr.h
index 617c7989ef..2cba4394d4 100644
--- a/c/src/exec/score/include/rtems/score/isr.h
+++ b/c/src/exec/score/include/rtems/score/isr.h
@@ -5,9 +5,8 @@
* supports interrupt critical sections, vectoring of user interrupt
* handlers, nesting of interrupts, and manipulating interrupt levels.
*
- * 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/score/include/rtems/score/mpci.h b/c/src/exec/score/include/rtems/score/mpci.h
index 4475021eca..0ca7f15c02 100644
--- a/c/src/exec/score/include/rtems/score/mpci.h
+++ b/c/src/exec/score/include/rtems/score/mpci.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the MPCI layer. It provides mechanisms to utilize packets.
*
- * 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/score/include/rtems/score/mppkt.h b/c/src/exec/score/include/rtems/score/mppkt.h
index 1838d92336..58d4785a3b 100644
--- a/c/src/exec/score/include/rtems/score/mppkt.h
+++ b/c/src/exec/score/include/rtems/score/mppkt.h
@@ -7,9 +7,8 @@
* nodes in an MP 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/score/include/rtems/score/object.h b/c/src/exec/score/include/rtems/score/object.h
index 9f4a6a929d..811e33a17e 100644
--- a/c/src/exec/score/include/rtems/score/object.h
+++ b/c/src/exec/score/include/rtems/score/object.h
@@ -5,9 +5,8 @@
* can be used to initialize and manipulate all objects which have
* ids.
*
- * 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/score/include/rtems/score/objectmp.h b/c/src/exec/score/include/rtems/score/objectmp.h
index e307ca4264..de227a128b 100644
--- a/c/src/exec/score/include/rtems/score/objectmp.h
+++ b/c/src/exec/score/include/rtems/score/objectmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the manipulation of Global RTEMS Objects.
*
- * 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/score/include/rtems/score/priority.h b/c/src/exec/score/include/rtems/score/priority.h
index 7241888242..216673bac2 100644
--- a/c/src/exec/score/include/rtems/score/priority.h
+++ b/c/src/exec/score/include/rtems/score/priority.h
@@ -4,9 +4,8 @@
* This Handler provides mechanisms which can be used to
* initialize and manipulate thread priorities.
*
- * 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/score/include/rtems/score/stack.h b/c/src/exec/score/include/rtems/score/stack.h
index 1fc4a13966..d9997bb389 100644
--- a/c/src/exec/score/include/rtems/score/stack.h
+++ b/c/src/exec/score/include/rtems/score/stack.h
@@ -4,9 +4,8 @@
* Stack Handler. This Handler provides mechanisms which can be used to
* initialize and utilize stacks.
*
- * 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/score/include/rtems/score/states.h b/c/src/exec/score/include/rtems/score/states.h
index a0d7ed8ab8..b12571824f 100644
--- a/c/src/exec/score/include/rtems/score/states.h
+++ b/c/src/exec/score/include/rtems/score/states.h
@@ -2,9 +2,8 @@
*
* This include file contains thread execution state information.
*
- * 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/score/include/rtems/score/sysstate.h b/c/src/exec/score/include/rtems/score/sysstate.h
index 8451894e97..526494b79b 100644
--- a/c/src/exec/score/include/rtems/score/sysstate.h
+++ b/c/src/exec/score/include/rtems/score/sysstate.h
@@ -2,9 +2,8 @@
*
* This include file contains information regarding the system state.
*
- * 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/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index 59c61f7365..0e2802bbac 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/score/include/rtems/score/thread.h
@@ -3,9 +3,8 @@
* This include file contains all constants and structures associated
* with the thread control block.
*
- * 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/score/include/rtems/score/threadmp.h b/c/src/exec/score/include/rtems/score/threadmp.h
index 497bdc8c5b..62a379d723 100644
--- a/c/src/exec/score/include/rtems/score/threadmp.h
+++ b/c/src/exec/score/include/rtems/score/threadmp.h
@@ -3,9 +3,8 @@
* This include file contains the specification for all routines
* and data specific to the multiprocessing portion of the thread 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/exec/score/include/rtems/score/threadq.h b/c/src/exec/score/include/rtems/score/threadq.h
index d3a0f58ad1..1ef6c009cb 100644
--- a/c/src/exec/score/include/rtems/score/threadq.h
+++ b/c/src/exec/score/include/rtems/score/threadq.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the manipulation of objects.
*
- * 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/score/include/rtems/score/tod.h b/c/src/exec/score/include/rtems/score/tod.h
index b87486bda1..c745fdb1f6 100644
--- a/c/src/exec/score/include/rtems/score/tod.h
+++ b/c/src/exec/score/include/rtems/score/tod.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Time of Day 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
diff --git a/c/src/exec/score/include/rtems/score/tqdata.h b/c/src/exec/score/include/rtems/score/tqdata.h
index 6136d35412..98b9e4d9d2 100644
--- a/c/src/exec/score/include/rtems/score/tqdata.h
+++ b/c/src/exec/score/include/rtems/score/tqdata.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures
* needed to declare a thread queue.
*
- * 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/score/include/rtems/score/userext.h b/c/src/exec/score/include/rtems/score/userext.h
index 29b0e9564e..4c2972030e 100644
--- a/c/src/exec/score/include/rtems/score/userext.h
+++ b/c/src/exec/score/include/rtems/score/userext.h
@@ -4,9 +4,8 @@
* Handler provides mechanisms which can be used to initialize and manipulate
* all user extensions.
*
- * 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/score/include/rtems/score/watchdog.h b/c/src/exec/score/include/rtems/score/watchdog.h
index ceb09793f6..ad25d62126 100644
--- a/c/src/exec/score/include/rtems/score/watchdog.h
+++ b/c/src/exec/score/include/rtems/score/watchdog.h
@@ -4,9 +4,8 @@
* with watchdog timers. This Handler provides mechanisms which can be
* used to initialize and manipulate watchdog timers.
*
- * 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/score/include/rtems/score/wkspace.h b/c/src/exec/score/include/rtems/score/wkspace.h
index 3b4b84f95f..77d7142204 100644
--- a/c/src/exec/score/include/rtems/score/wkspace.h
+++ b/c/src/exec/score/include/rtems/score/wkspace.h
@@ -4,9 +4,8 @@
* RAM Workspace. This Handler provides mechanisms which can be used to
* define, initialize and manipulate the workspace.
*
- * 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/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index 423952aa56..6db19e8c62 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -4,9 +4,8 @@
* function in the executive. This must be the first include file
* included in all internal RTEMS files.
*
- * 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/score/inline/rtems/score/address.inl b/c/src/exec/score/inline/rtems/score/address.inl
index 2e3049d08e..1a77e617d7 100644
--- a/c/src/exec/score/inline/rtems/score/address.inl
+++ b/c/src/exec/score/inline/rtems/score/address.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines
* about addresses which are inlined.
*
- * 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/score/inline/rtems/score/chain.inl b/c/src/exec/score/inline/rtems/score/chain.inl
index 4bd80116ae..ca005fe0a9 100644
--- a/c/src/exec/score/inline/rtems/score/chain.inl
+++ b/c/src/exec/score/inline/rtems/score/chain.inl
@@ -7,9 +7,8 @@
* to complex. No other Chain Handler routine is referenced
* unless it has already been defined.
*
- * 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/score/inline/rtems/score/coremsg.inl b/c/src/exec/score/inline/rtems/score/coremsg.inl
index d4dafd8fdc..af16fbd4aa 100644
--- a/c/src/exec/score/inline/rtems/score/coremsg.inl
+++ b/c/src/exec/score/inline/rtems/score/coremsg.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* inlined routines in the Core Message 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
diff --git a/c/src/exec/score/inline/rtems/score/coremutex.inl b/c/src/exec/score/inline/rtems/score/coremutex.inl
index 457f7c7d7d..b0289c3f9c 100644
--- a/c/src/exec/score/inline/rtems/score/coremutex.inl
+++ b/c/src/exec/score/inline/rtems/score/coremutex.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with the CORE mutexes.
*
- * 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/score/inline/rtems/score/coresem.inl b/c/src/exec/score/inline/rtems/score/coresem.inl
index 7ef8c93990..d2e0542281 100644
--- a/c/src/exec/score/inline/rtems/score/coresem.inl
+++ b/c/src/exec/score/inline/rtems/score/coresem.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with the CORE semaphore.
*
- * 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/score/inline/rtems/score/heap.inl b/c/src/exec/score/inline/rtems/score/heap.inl
index 92936f8135..976ddfa0af 100644
--- a/c/src/exec/score/inline/rtems/score/heap.inl
+++ b/c/src/exec/score/inline/rtems/score/heap.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines from the heap 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
diff --git a/c/src/exec/score/inline/rtems/score/isr.inl b/c/src/exec/score/inline/rtems/score/isr.inl
index 59d0464f1b..5b6e3918b9 100644
--- a/c/src/exec/score/inline/rtems/score/isr.inl
+++ b/c/src/exec/score/inline/rtems/score/isr.inl
@@ -3,9 +3,8 @@
* This include file contains the static implementation of all
* inlined routines in the 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
diff --git a/c/src/exec/score/inline/rtems/score/mppkt.inl b/c/src/exec/score/inline/rtems/score/mppkt.inl
index 4be286b294..3838a96812 100644
--- a/c/src/exec/score/inline/rtems/score/mppkt.inl
+++ b/c/src/exec/score/inline/rtems/score/mppkt.inl
@@ -3,9 +3,8 @@
* This package is the implementation of the Packet Handler
* routines which are inlined.
*
- * 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/score/inline/rtems/score/object.inl b/c/src/exec/score/inline/rtems/score/object.inl
index 73a496d30c..b4de63034c 100644
--- a/c/src/exec/score/inline/rtems/score/object.inl
+++ b/c/src/exec/score/inline/rtems/score/object.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* of the inlined routines in the Object 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
diff --git a/c/src/exec/score/inline/rtems/score/objectmp.inl b/c/src/exec/score/inline/rtems/score/objectmp.inl
index f8fc62e129..7e840c9ca3 100644
--- a/c/src/exec/score/inline/rtems/score/objectmp.inl
+++ b/c/src/exec/score/inline/rtems/score/objectmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* which deal with global objects.
*
- * 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/score/inline/rtems/score/priority.inl b/c/src/exec/score/inline/rtems/score/priority.inl
index b19d157976..4928dba5ef 100644
--- a/c/src/exec/score/inline/rtems/score/priority.inl
+++ b/c/src/exec/score/inline/rtems/score/priority.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of all inlined
* routines in the Priority 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
diff --git a/c/src/exec/score/inline/rtems/score/stack.inl b/c/src/exec/score/inline/rtems/score/stack.inl
index eedd2f5ba2..ea7f2f1c36 100644
--- a/c/src/exec/score/inline/rtems/score/stack.inl
+++ b/c/src/exec/score/inline/rtems/score/stack.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines from the Stack 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
diff --git a/c/src/exec/score/inline/rtems/score/states.inl b/c/src/exec/score/inline/rtems/score/states.inl
index 1e67b14144..5d57648f23 100644
--- a/c/src/exec/score/inline/rtems/score/states.inl
+++ b/c/src/exec/score/inline/rtems/score/states.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines associated with thread state information.
*
- * 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/score/inline/rtems/score/sysstate.inl b/c/src/exec/score/inline/rtems/score/sysstate.inl
index dea36d2806..17976f3e3f 100644
--- a/c/src/exec/score/inline/rtems/score/sysstate.inl
+++ b/c/src/exec/score/inline/rtems/score/sysstate.inl
@@ -3,9 +3,8 @@
* This file contains the inline implementation of routines regarding the
* system state.
*
- * 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/score/inline/rtems/score/thread.inl b/c/src/exec/score/inline/rtems/score/thread.inl
index 650439e8e6..f1a2410c95 100644
--- a/c/src/exec/score/inline/rtems/score/thread.inl
+++ b/c/src/exec/score/inline/rtems/score/thread.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Thread 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
diff --git a/c/src/exec/score/inline/rtems/score/threadmp.inl b/c/src/exec/score/inline/rtems/score/threadmp.inl
index 7a0391ff73..c095fd5072 100644
--- a/c/src/exec/score/inline/rtems/score/threadmp.inl
+++ b/c/src/exec/score/inline/rtems/score/threadmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* for the multiprocessing part of thread 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/exec/score/inline/rtems/score/tod.inl b/c/src/exec/score/inline/rtems/score/tod.inl
index 326d662e64..2d429a8005 100644
--- a/c/src/exec/score/inline/rtems/score/tod.inl
+++ b/c/src/exec/score/inline/rtems/score/tod.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined routines
* from the Time of Day 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
diff --git a/c/src/exec/score/inline/rtems/score/tqdata.inl b/c/src/exec/score/inline/rtems/score/tqdata.inl
index d589933cf8..201abeb82f 100644
--- a/c/src/exec/score/inline/rtems/score/tqdata.inl
+++ b/c/src/exec/score/inline/rtems/score/tqdata.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines needed to support the Thread Queue Data.
*
- * 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/score/inline/rtems/score/userext.inl b/c/src/exec/score/inline/rtems/score/userext.inl
index 29f7975aaa..06f1525680 100644
--- a/c/src/exec/score/inline/rtems/score/userext.inl
+++ b/c/src/exec/score/inline/rtems/score/userext.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the User Extension 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
diff --git a/c/src/exec/score/inline/rtems/score/watchdog.inl b/c/src/exec/score/inline/rtems/score/watchdog.inl
index 9662a9abc6..5b87c00f17 100644
--- a/c/src/exec/score/inline/rtems/score/watchdog.inl
+++ b/c/src/exec/score/inline/rtems/score/watchdog.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of all inlined
* routines in the Watchdog 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
diff --git a/c/src/exec/score/inline/rtems/score/wkspace.inl b/c/src/exec/score/inline/rtems/score/wkspace.inl
index f92bde0f41..2a31514c32 100644
--- a/c/src/exec/score/inline/rtems/score/wkspace.inl
+++ b/c/src/exec/score/inline/rtems/score/wkspace.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines which contains
* information related to the RAM Workspace.
*
- * 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/score/macros/rtems/score/address.inl b/c/src/exec/score/macros/rtems/score/address.inl
index 712809a4e7..379aaca6cc 100644
--- a/c/src/exec/score/macros/rtems/score/address.inl
+++ b/c/src/exec/score/macros/rtems/score/address.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines
* about addresses which are inlined.
*
- * 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/score/macros/rtems/score/chain.inl b/c/src/exec/score/macros/rtems/score/chain.inl
index 85ede31c12..0c9f998117 100644
--- a/c/src/exec/score/macros/rtems/score/chain.inl
+++ b/c/src/exec/score/macros/rtems/score/chain.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines which are
* associated with doubly linked chains and inlined.
*
- * 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/score/macros/rtems/score/coremsg.inl b/c/src/exec/score/macros/rtems/score/coremsg.inl
index 9868c97074..bc45a51ac3 100644
--- a/c/src/exec/score/macros/rtems/score/coremsg.inl
+++ b/c/src/exec/score/macros/rtems/score/coremsg.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the Core Message 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
diff --git a/c/src/exec/score/macros/rtems/score/coremutex.inl b/c/src/exec/score/macros/rtems/score/coremutex.inl
index 19d535dc4e..88bc514d3d 100644
--- a/c/src/exec/score/macros/rtems/score/coremutex.inl
+++ b/c/src/exec/score/macros/rtems/score/coremutex.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with core mutexes.
*
- * 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/score/macros/rtems/score/coresem.inl b/c/src/exec/score/macros/rtems/score/coresem.inl
index fed9227c59..904b004cc6 100644
--- a/c/src/exec/score/macros/rtems/score/coresem.inl
+++ b/c/src/exec/score/macros/rtems/score/coresem.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with core semaphores.
*
- * 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/score/macros/rtems/score/heap.inl b/c/src/exec/score/macros/rtems/score/heap.inl
index d4bb8edb97..6c2016be8d 100644
--- a/c/src/exec/score/macros/rtems/score/heap.inl
+++ b/c/src/exec/score/macros/rtems/score/heap.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the heap 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
diff --git a/c/src/exec/score/macros/rtems/score/isr.inl b/c/src/exec/score/macros/rtems/score/isr.inl
index b642c4fed2..b4c5eea4a1 100644
--- a/c/src/exec/score/macros/rtems/score/isr.inl
+++ b/c/src/exec/score/macros/rtems/score/isr.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the 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
diff --git a/c/src/exec/score/macros/rtems/score/mppkt.inl b/c/src/exec/score/macros/rtems/score/mppkt.inl
index b698602626..ca88f64907 100644
--- a/c/src/exec/score/macros/rtems/score/mppkt.inl
+++ b/c/src/exec/score/macros/rtems/score/mppkt.inl
@@ -3,9 +3,8 @@
* This package is the implementation of the Packet Handler
* routines which are inlined.
*
- * 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/score/macros/rtems/score/object.inl b/c/src/exec/score/macros/rtems/score/object.inl
index 62994ee4e5..d303535489 100644
--- a/c/src/exec/score/macros/rtems/score/object.inl
+++ b/c/src/exec/score/macros/rtems/score/object.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* of the inlined routines in the Object 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
diff --git a/c/src/exec/score/macros/rtems/score/objectmp.inl b/c/src/exec/score/macros/rtems/score/objectmp.inl
index 4593857fba..ce5550018d 100644
--- a/c/src/exec/score/macros/rtems/score/objectmp.inl
+++ b/c/src/exec/score/macros/rtems/score/objectmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* which deal with global objects.
*
- * 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/score/macros/rtems/score/priority.inl b/c/src/exec/score/macros/rtems/score/priority.inl
index c588289163..f8598abb5c 100644
--- a/c/src/exec/score/macros/rtems/score/priority.inl
+++ b/c/src/exec/score/macros/rtems/score/priority.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Priority 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
diff --git a/c/src/exec/score/macros/rtems/score/stack.inl b/c/src/exec/score/macros/rtems/score/stack.inl
index 0e976eb0e0..fc0c94a980 100644
--- a/c/src/exec/score/macros/rtems/score/stack.inl
+++ b/c/src/exec/score/macros/rtems/score/stack.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Stack 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
diff --git a/c/src/exec/score/macros/rtems/score/states.inl b/c/src/exec/score/macros/rtems/score/states.inl
index a100da077a..05a816f18d 100644
--- a/c/src/exec/score/macros/rtems/score/states.inl
+++ b/c/src/exec/score/macros/rtems/score/states.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines associated with thread state information.
*
- * 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/score/macros/rtems/score/sysstate.inl b/c/src/exec/score/macros/rtems/score/sysstate.inl
index 44957f6faa..ac4197e8c6 100644
--- a/c/src/exec/score/macros/rtems/score/sysstate.inl
+++ b/c/src/exec/score/macros/rtems/score/sysstate.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of routines regarding the
* system state.
*
- * 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/score/macros/rtems/score/thread.inl b/c/src/exec/score/macros/rtems/score/thread.inl
index 415bb0fb8d..26671093b6 100644
--- a/c/src/exec/score/macros/rtems/score/thread.inl
+++ b/c/src/exec/score/macros/rtems/score/thread.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Thread 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
diff --git a/c/src/exec/score/macros/rtems/score/threadmp.inl b/c/src/exec/score/macros/rtems/score/threadmp.inl
index c9cc91319f..975403860d 100644
--- a/c/src/exec/score/macros/rtems/score/threadmp.inl
+++ b/c/src/exec/score/macros/rtems/score/threadmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* for the multiprocessing part of thread 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/exec/score/macros/rtems/score/tod.inl b/c/src/exec/score/macros/rtems/score/tod.inl
index 85603550ee..2fa91b127b 100644
--- a/c/src/exec/score/macros/rtems/score/tod.inl
+++ b/c/src/exec/score/macros/rtems/score/tod.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Time of Day 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
diff --git a/c/src/exec/score/macros/rtems/score/tqdata.inl b/c/src/exec/score/macros/rtems/score/tqdata.inl
index 0749e612d6..96be35427b 100644
--- a/c/src/exec/score/macros/rtems/score/tqdata.inl
+++ b/c/src/exec/score/macros/rtems/score/tqdata.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines needed to support the Thread Queue Data.
*
- * 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/score/macros/rtems/score/userext.inl b/c/src/exec/score/macros/rtems/score/userext.inl
index 69fd0de4b1..8be1502778 100644
--- a/c/src/exec/score/macros/rtems/score/userext.inl
+++ b/c/src/exec/score/macros/rtems/score/userext.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the User Extension 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
diff --git a/c/src/exec/score/macros/rtems/score/watchdog.inl b/c/src/exec/score/macros/rtems/score/watchdog.inl
index fecc20e4f1..53a88eacad 100644
--- a/c/src/exec/score/macros/rtems/score/watchdog.inl
+++ b/c/src/exec/score/macros/rtems/score/watchdog.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Watchdog 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
diff --git a/c/src/exec/score/macros/rtems/score/wkspace.inl b/c/src/exec/score/macros/rtems/score/wkspace.inl
index 525756db6b..e327d27349 100644
--- a/c/src/exec/score/macros/rtems/score/wkspace.inl
+++ b/c/src/exec/score/macros/rtems/score/wkspace.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the RAM Workspace 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
diff --git a/c/src/exec/score/src/apiext.c b/c/src/exec/score/src/apiext.c
index 2fb2155558..5bb2ad658e 100644
--- a/c/src/exec/score/src/apiext.c
+++ b/c/src/exec/score/src/apiext.c
@@ -2,9 +2,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/score/src/chain.c b/c/src/exec/score/src/chain.c
index 690141d3ee..1819968c76 100644
--- a/c/src/exec/score/src/chain.c
+++ b/c/src/exec/score/src/chain.c
@@ -6,9 +6,8 @@
* The order of this file is to allow proper compilation due to the
* order of inlining required by the compiler.
*
- * 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/score/src/coremsg.c b/c/src/exec/score/src/coremsg.c
index e9f640db7f..9895d52f68 100644
--- a/c/src/exec/score/src/coremsg.c
+++ b/c/src/exec/score/src/coremsg.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremsgbroadcast.c b/c/src/exec/score/src/coremsgbroadcast.c
index e6f2ae221f..2e6f649545 100644
--- a/c/src/exec/score/src/coremsgbroadcast.c
+++ b/c/src/exec/score/src/coremsgbroadcast.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremsgclose.c b/c/src/exec/score/src/coremsgclose.c
index aaca99fc95..552c0dc477 100644
--- a/c/src/exec/score/src/coremsgclose.c
+++ b/c/src/exec/score/src/coremsgclose.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremsgflush.c b/c/src/exec/score/src/coremsgflush.c
index 9d219e90b7..f11ed065b6 100644
--- a/c/src/exec/score/src/coremsgflush.c
+++ b/c/src/exec/score/src/coremsgflush.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremsgflushsupp.c b/c/src/exec/score/src/coremsgflushsupp.c
index dde103a608..f221be000e 100644
--- a/c/src/exec/score/src/coremsgflushsupp.c
+++ b/c/src/exec/score/src/coremsgflushsupp.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremsgseize.c b/c/src/exec/score/src/coremsgseize.c
index cbeb6778a7..31d114ac07 100644
--- a/c/src/exec/score/src/coremsgseize.c
+++ b/c/src/exec/score/src/coremsgseize.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremsgsubmit.c b/c/src/exec/score/src/coremsgsubmit.c
index 4a2fa7ec96..db81013824 100644
--- a/c/src/exec/score/src/coremsgsubmit.c
+++ b/c/src/exec/score/src/coremsgsubmit.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/score/src/coremutex.c b/c/src/exec/score/src/coremutex.c
index c24e272f6b..2f5b4a6675 100644
--- a/c/src/exec/score/src/coremutex.c
+++ b/c/src/exec/score/src/coremutex.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coremutexflush.c b/c/src/exec/score/src/coremutexflush.c
index 27ba369acf..ad4f3b6cc3 100644
--- a/c/src/exec/score/src/coremutexflush.c
+++ b/c/src/exec/score/src/coremutexflush.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coremutexseize.c b/c/src/exec/score/src/coremutexseize.c
index a2c8a37d71..0fe5fd288a 100644
--- a/c/src/exec/score/src/coremutexseize.c
+++ b/c/src/exec/score/src/coremutexseize.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coremutexsurrender.c b/c/src/exec/score/src/coremutexsurrender.c
index b7f38eb2b0..fbd75fd8e8 100644
--- a/c/src/exec/score/src/coremutexsurrender.c
+++ b/c/src/exec/score/src/coremutexsurrender.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coresem.c b/c/src/exec/score/src/coresem.c
index aa8d712146..8cbaaef486 100644
--- a/c/src/exec/score/src/coresem.c
+++ b/c/src/exec/score/src/coresem.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coresemflush.c b/c/src/exec/score/src/coresemflush.c
index c456b661e5..e30f768aab 100644
--- a/c/src/exec/score/src/coresemflush.c
+++ b/c/src/exec/score/src/coresemflush.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coresemseize.c b/c/src/exec/score/src/coresemseize.c
index f08b40ca5b..0f3c25aeac 100644
--- a/c/src/exec/score/src/coresemseize.c
+++ b/c/src/exec/score/src/coresemseize.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coresemsurrender.c b/c/src/exec/score/src/coresemsurrender.c
index dd4839182c..1a54a5c712 100644
--- a/c/src/exec/score/src/coresemsurrender.c
+++ b/c/src/exec/score/src/coresemsurrender.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/score/src/coretod.c b/c/src/exec/score/src/coretod.c
index 88ddc6e30f..ef1091e1d2 100644
--- a/c/src/exec/score/src/coretod.c
+++ b/c/src/exec/score/src/coretod.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/c/src/exec/score/src/coretodset.c b/c/src/exec/score/src/coretodset.c
index 5b7358f734..ddb6f8ee43 100644
--- a/c/src/exec/score/src/coretodset.c
+++ b/c/src/exec/score/src/coretodset.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/c/src/exec/score/src/coretodtickle.c b/c/src/exec/score/src/coretodtickle.c
index 1aed522e56..c28545f2b4 100644
--- a/c/src/exec/score/src/coretodtickle.c
+++ b/c/src/exec/score/src/coretodtickle.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/c/src/exec/score/src/coretodtoseconds.c b/c/src/exec/score/src/coretodtoseconds.c
index 6f5bd032a0..16e9d24a1e 100644
--- a/c/src/exec/score/src/coretodtoseconds.c
+++ b/c/src/exec/score/src/coretodtoseconds.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/c/src/exec/score/src/coretodvalidate.c b/c/src/exec/score/src/coretodvalidate.c
index 902079f5e5..18f377e500 100644
--- a/c/src/exec/score/src/coretodvalidate.c
+++ b/c/src/exec/score/src/coretodvalidate.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/c/src/exec/score/src/heap.c b/c/src/exec/score/src/heap.c
index b92d01329f..9ad4ca51ee 100644
--- a/c/src/exec/score/src/heap.c
+++ b/c/src/exec/score/src/heap.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/c/src/exec/score/src/heapallocate.c b/c/src/exec/score/src/heapallocate.c
index e6e103e6be..661a4ba0f7 100644
--- a/c/src/exec/score/src/heapallocate.c
+++ b/c/src/exec/score/src/heapallocate.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/c/src/exec/score/src/heapextend.c b/c/src/exec/score/src/heapextend.c
index 38b74e66e2..3b928301ae 100644
--- a/c/src/exec/score/src/heapextend.c
+++ b/c/src/exec/score/src/heapextend.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/c/src/exec/score/src/heapfree.c b/c/src/exec/score/src/heapfree.c
index f4f1075f35..1571e1ea2b 100644
--- a/c/src/exec/score/src/heapfree.c
+++ b/c/src/exec/score/src/heapfree.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/c/src/exec/score/src/heapsizeofuserarea.c b/c/src/exec/score/src/heapsizeofuserarea.c
index da664ffec1..243d1844e6 100644
--- a/c/src/exec/score/src/heapsizeofuserarea.c
+++ b/c/src/exec/score/src/heapsizeofuserarea.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/c/src/exec/score/src/heapwalk.c b/c/src/exec/score/src/heapwalk.c
index 91bfa8e3a2..3cd9c356ae 100644
--- a/c/src/exec/score/src/heapwalk.c
+++ b/c/src/exec/score/src/heapwalk.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/c/src/exec/score/src/interr.c b/c/src/exec/score/src/interr.c
index c3a6d48514..e2a4d078bb 100644
--- a/c/src/exec/score/src/interr.c
+++ b/c/src/exec/score/src/interr.c
@@ -1,9 +1,8 @@
/*
* Internal Error 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
diff --git a/c/src/exec/score/src/isr.c b/c/src/exec/score/src/isr.c
index 53baf388c4..b187fda581 100644
--- a/c/src/exec/score/src/isr.c
+++ b/c/src/exec/score/src/isr.c
@@ -2,9 +2,8 @@
* ISR 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
diff --git a/c/src/exec/score/src/mpci.c b/c/src/exec/score/src/mpci.c
index ad9ae9c47e..fb51a5f494 100644
--- a/c/src/exec/score/src/mpci.c
+++ b/c/src/exec/score/src/mpci.c
@@ -2,9 +2,8 @@
* Multiprocessing Communications Interface (MPCI) 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
diff --git a/c/src/exec/score/src/object.c b/c/src/exec/score/src/object.c
index 283409d2d5..5d3ffb5916 100644
--- a/c/src/exec/score/src/object.c
+++ b/c/src/exec/score/src/object.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectallocate.c b/c/src/exec/score/src/objectallocate.c
index 787aaad592..9d7193fc7a 100644
--- a/c/src/exec/score/src/objectallocate.c
+++ b/c/src/exec/score/src/objectallocate.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectallocatebyindex.c b/c/src/exec/score/src/objectallocatebyindex.c
index 043d41978e..d46399c535 100644
--- a/c/src/exec/score/src/objectallocatebyindex.c
+++ b/c/src/exec/score/src/objectallocatebyindex.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectclearname.c b/c/src/exec/score/src/objectclearname.c
index a3a027e34f..8c55b342e4 100644
--- a/c/src/exec/score/src/objectclearname.c
+++ b/c/src/exec/score/src/objectclearname.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectcomparenameraw.c b/c/src/exec/score/src/objectcomparenameraw.c
index 9e9f1e2f17..2092d7f822 100644
--- a/c/src/exec/score/src/objectcomparenameraw.c
+++ b/c/src/exec/score/src/objectcomparenameraw.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectcomparenamestring.c b/c/src/exec/score/src/objectcomparenamestring.c
index 23bbc33bbf..9b1067bacb 100644
--- a/c/src/exec/score/src/objectcomparenamestring.c
+++ b/c/src/exec/score/src/objectcomparenamestring.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectcopynameraw.c b/c/src/exec/score/src/objectcopynameraw.c
index 8aecb3b02a..74eb94afc1 100644
--- a/c/src/exec/score/src/objectcopynameraw.c
+++ b/c/src/exec/score/src/objectcopynameraw.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectcopynamestring.c b/c/src/exec/score/src/objectcopynamestring.c
index c25e965c9e..cd0779d546 100644
--- a/c/src/exec/score/src/objectcopynamestring.c
+++ b/c/src/exec/score/src/objectcopynamestring.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectextendinformation.c b/c/src/exec/score/src/objectextendinformation.c
index 336cbcf101..2e5ee327e1 100644
--- a/c/src/exec/score/src/objectextendinformation.c
+++ b/c/src/exec/score/src/objectextendinformation.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectfree.c b/c/src/exec/score/src/objectfree.c
index 3b136a9627..cf337efa8c 100644
--- a/c/src/exec/score/src/objectfree.c
+++ b/c/src/exec/score/src/objectfree.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectget.c b/c/src/exec/score/src/objectget.c
index 2962e040a4..91e44d28cf 100644
--- a/c/src/exec/score/src/objectget.c
+++ b/c/src/exec/score/src/objectget.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectgetbyindex.c b/c/src/exec/score/src/objectgetbyindex.c
index b4b953a25f..6cfc2b98cd 100644
--- a/c/src/exec/score/src/objectgetbyindex.c
+++ b/c/src/exec/score/src/objectgetbyindex.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectgetnext.c b/c/src/exec/score/src/objectgetnext.c
index e03b4ba668..ba3cea04e2 100644
--- a/c/src/exec/score/src/objectgetnext.c
+++ b/c/src/exec/score/src/objectgetnext.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectinitializeinformation.c b/c/src/exec/score/src/objectinitializeinformation.c
index 22c5cc0ccb..9c21820888 100644
--- a/c/src/exec/score/src/objectinitializeinformation.c
+++ b/c/src/exec/score/src/objectinitializeinformation.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectmp.c b/c/src/exec/score/src/objectmp.c
index 62f7fb5285..bbd2f18cc5 100644
--- a/c/src/exec/score/src/objectmp.c
+++ b/c/src/exec/score/src/objectmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Object 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
diff --git a/c/src/exec/score/src/objectnametoid.c b/c/src/exec/score/src/objectnametoid.c
index 4f01ca17b1..086a9fd74d 100644
--- a/c/src/exec/score/src/objectnametoid.c
+++ b/c/src/exec/score/src/objectnametoid.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/objectshrinkinformation.c b/c/src/exec/score/src/objectshrinkinformation.c
index 36c2038def..136e6b1686 100644
--- a/c/src/exec/score/src/objectshrinkinformation.c
+++ b/c/src/exec/score/src/objectshrinkinformation.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/c/src/exec/score/src/thread.c b/c/src/exec/score/src/thread.c
index cbe77b23ee..9cb197e5bc 100644
--- a/c/src/exec/score/src/thread.c
+++ b/c/src/exec/score/src/thread.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadchangepriority.c b/c/src/exec/score/src/threadchangepriority.c
index b8b76ea235..65c16a6305 100644
--- a/c/src/exec/score/src/threadchangepriority.c
+++ b/c/src/exec/score/src/threadchangepriority.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadclearstate.c b/c/src/exec/score/src/threadclearstate.c
index 67e9d2df8b..8a4ae80417 100644
--- a/c/src/exec/score/src/threadclearstate.c
+++ b/c/src/exec/score/src/threadclearstate.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadclose.c b/c/src/exec/score/src/threadclose.c
index 79f78827db..4f2c9a6de5 100644
--- a/c/src/exec/score/src/threadclose.c
+++ b/c/src/exec/score/src/threadclose.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadcreateidle.c b/c/src/exec/score/src/threadcreateidle.c
index 825b29838e..32d8254507 100644
--- a/c/src/exec/score/src/threadcreateidle.c
+++ b/c/src/exec/score/src/threadcreateidle.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threaddelayended.c b/c/src/exec/score/src/threaddelayended.c
index 8e96f252eb..bb8f05296c 100644
--- a/c/src/exec/score/src/threaddelayended.c
+++ b/c/src/exec/score/src/threaddelayended.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threaddispatch.c b/c/src/exec/score/src/threaddispatch.c
index 8c391d0d58..311947cfa9 100644
--- a/c/src/exec/score/src/threaddispatch.c
+++ b/c/src/exec/score/src/threaddispatch.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadevaluatemode.c b/c/src/exec/score/src/threadevaluatemode.c
index 1f8bde4a3a..edbfa5b882 100644
--- a/c/src/exec/score/src/threadevaluatemode.c
+++ b/c/src/exec/score/src/threadevaluatemode.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadget.c b/c/src/exec/score/src/threadget.c
index 6a5434d9fa..cf0cfaffd2 100644
--- a/c/src/exec/score/src/threadget.c
+++ b/c/src/exec/score/src/threadget.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadhandler.c b/c/src/exec/score/src/threadhandler.c
index 6b1d2dc5e2..cfdb9292d1 100644
--- a/c/src/exec/score/src/threadhandler.c
+++ b/c/src/exec/score/src/threadhandler.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadidlebody.c b/c/src/exec/score/src/threadidlebody.c
index 0a6b16b9f5..93b90a12cd 100644
--- a/c/src/exec/score/src/threadidlebody.c
+++ b/c/src/exec/score/src/threadidlebody.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadinitialize.c b/c/src/exec/score/src/threadinitialize.c
index ceec9811eb..0d5154c400 100644
--- a/c/src/exec/score/src/threadinitialize.c
+++ b/c/src/exec/score/src/threadinitialize.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadloadenv.c b/c/src/exec/score/src/threadloadenv.c
index a41693f91a..c3493eeccd 100644
--- a/c/src/exec/score/src/threadloadenv.c
+++ b/c/src/exec/score/src/threadloadenv.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadmp.c b/c/src/exec/score/src/threadmp.c
index 7f22e626c0..58a183ba87 100644
--- a/c/src/exec/score/src/threadmp.c
+++ b/c/src/exec/score/src/threadmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Thread 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
diff --git a/c/src/exec/score/src/threadq.c b/c/src/exec/score/src/threadq.c
index b5d9ddcdd8..1deaa61045 100644
--- a/c/src/exec/score/src/threadq.c
+++ b/c/src/exec/score/src/threadq.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqdequeue.c b/c/src/exec/score/src/threadqdequeue.c
index 0d34f20adb..dcb64099d0 100644
--- a/c/src/exec/score/src/threadqdequeue.c
+++ b/c/src/exec/score/src/threadqdequeue.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqdequeuefifo.c b/c/src/exec/score/src/threadqdequeuefifo.c
index 243f0e2ec2..2e3c84fe45 100644
--- a/c/src/exec/score/src/threadqdequeuefifo.c
+++ b/c/src/exec/score/src/threadqdequeuefifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqdequeuepriority.c b/c/src/exec/score/src/threadqdequeuepriority.c
index 3539ee7764..0ca29eeabf 100644
--- a/c/src/exec/score/src/threadqdequeuepriority.c
+++ b/c/src/exec/score/src/threadqdequeuepriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqenqueue.c b/c/src/exec/score/src/threadqenqueue.c
index 87b2dd0ec5..fb4d907c78 100644
--- a/c/src/exec/score/src/threadqenqueue.c
+++ b/c/src/exec/score/src/threadqenqueue.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqenqueuefifo.c b/c/src/exec/score/src/threadqenqueuefifo.c
index 6ce57bec7f..5ba902198e 100644
--- a/c/src/exec/score/src/threadqenqueuefifo.c
+++ b/c/src/exec/score/src/threadqenqueuefifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqenqueuepriority.c b/c/src/exec/score/src/threadqenqueuepriority.c
index 724b06487d..a3a49cd7dc 100644
--- a/c/src/exec/score/src/threadqenqueuepriority.c
+++ b/c/src/exec/score/src/threadqenqueuepriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqextract.c b/c/src/exec/score/src/threadqextract.c
index 733395b285..0514b2d932 100644
--- a/c/src/exec/score/src/threadqextract.c
+++ b/c/src/exec/score/src/threadqextract.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqextractfifo.c b/c/src/exec/score/src/threadqextractfifo.c
index f028460f0a..d2f23d38ea 100644
--- a/c/src/exec/score/src/threadqextractfifo.c
+++ b/c/src/exec/score/src/threadqextractfifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqextractpriority.c b/c/src/exec/score/src/threadqextractpriority.c
index 2b41dd97dc..57c9c54137 100644
--- a/c/src/exec/score/src/threadqextractpriority.c
+++ b/c/src/exec/score/src/threadqextractpriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqextractwithproxy.c b/c/src/exec/score/src/threadqextractwithproxy.c
index e715555bd8..68b3daff5b 100644
--- a/c/src/exec/score/src/threadqextractwithproxy.c
+++ b/c/src/exec/score/src/threadqextractwithproxy.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqfirst.c b/c/src/exec/score/src/threadqfirst.c
index d6cbc10f2c..0057429376 100644
--- a/c/src/exec/score/src/threadqfirst.c
+++ b/c/src/exec/score/src/threadqfirst.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqfirstfifo.c b/c/src/exec/score/src/threadqfirstfifo.c
index a448ef79de..f1b92f2fd2 100644
--- a/c/src/exec/score/src/threadqfirstfifo.c
+++ b/c/src/exec/score/src/threadqfirstfifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqfirstpriority.c b/c/src/exec/score/src/threadqfirstpriority.c
index a914e7a398..dbab132ef6 100644
--- a/c/src/exec/score/src/threadqfirstpriority.c
+++ b/c/src/exec/score/src/threadqfirstpriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqflush.c b/c/src/exec/score/src/threadqflush.c
index 4a494ccc15..4d97ff60ab 100644
--- a/c/src/exec/score/src/threadqflush.c
+++ b/c/src/exec/score/src/threadqflush.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadqtimeout.c b/c/src/exec/score/src/threadqtimeout.c
index 8d52a838ac..7ac2c04186 100644
--- a/c/src/exec/score/src/threadqtimeout.c
+++ b/c/src/exec/score/src/threadqtimeout.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/c/src/exec/score/src/threadready.c b/c/src/exec/score/src/threadready.c
index 24714a70b9..35525e787a 100644
--- a/c/src/exec/score/src/threadready.c
+++ b/c/src/exec/score/src/threadready.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadreset.c b/c/src/exec/score/src/threadreset.c
index 60604b1f37..52c975ec17 100644
--- a/c/src/exec/score/src/threadreset.c
+++ b/c/src/exec/score/src/threadreset.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadresettimeslice.c b/c/src/exec/score/src/threadresettimeslice.c
index c76eb82ef2..480009b403 100644
--- a/c/src/exec/score/src/threadresettimeslice.c
+++ b/c/src/exec/score/src/threadresettimeslice.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadrestart.c b/c/src/exec/score/src/threadrestart.c
index 395599cf96..f2b6e9ddbb 100644
--- a/c/src/exec/score/src/threadrestart.c
+++ b/c/src/exec/score/src/threadrestart.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadresume.c b/c/src/exec/score/src/threadresume.c
index 067dc59610..221d6a0fc0 100644
--- a/c/src/exec/score/src/threadresume.c
+++ b/c/src/exec/score/src/threadresume.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadrotatequeue.c b/c/src/exec/score/src/threadrotatequeue.c
index f7ee9c12f5..0c436e22a9 100644
--- a/c/src/exec/score/src/threadrotatequeue.c
+++ b/c/src/exec/score/src/threadrotatequeue.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadsetpriority.c b/c/src/exec/score/src/threadsetpriority.c
index 787490fc1c..a4641ae43f 100644
--- a/c/src/exec/score/src/threadsetpriority.c
+++ b/c/src/exec/score/src/threadsetpriority.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadsetstate.c b/c/src/exec/score/src/threadsetstate.c
index 607202a0d9..286cacd56a 100644
--- a/c/src/exec/score/src/threadsetstate.c
+++ b/c/src/exec/score/src/threadsetstate.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadsettransient.c b/c/src/exec/score/src/threadsettransient.c
index 5a2cf22a94..9a08bddbbb 100644
--- a/c/src/exec/score/src/threadsettransient.c
+++ b/c/src/exec/score/src/threadsettransient.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadstackallocate.c b/c/src/exec/score/src/threadstackallocate.c
index b37c65749f..583b672f19 100644
--- a/c/src/exec/score/src/threadstackallocate.c
+++ b/c/src/exec/score/src/threadstackallocate.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadstackfree.c b/c/src/exec/score/src/threadstackfree.c
index e151f5dccf..1a8abeade8 100644
--- a/c/src/exec/score/src/threadstackfree.c
+++ b/c/src/exec/score/src/threadstackfree.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadstart.c b/c/src/exec/score/src/threadstart.c
index 6f26ba75c1..ac36618c63 100644
--- a/c/src/exec/score/src/threadstart.c
+++ b/c/src/exec/score/src/threadstart.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadstartmultitasking.c b/c/src/exec/score/src/threadstartmultitasking.c
index 8c9baa70af..0e58f77420 100644
--- a/c/src/exec/score/src/threadstartmultitasking.c
+++ b/c/src/exec/score/src/threadstartmultitasking.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadsuspend.c b/c/src/exec/score/src/threadsuspend.c
index 82363054e5..fe66b715e0 100644
--- a/c/src/exec/score/src/threadsuspend.c
+++ b/c/src/exec/score/src/threadsuspend.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadtickletimeslice.c b/c/src/exec/score/src/threadtickletimeslice.c
index ea57350b2c..24ef516506 100644
--- a/c/src/exec/score/src/threadtickletimeslice.c
+++ b/c/src/exec/score/src/threadtickletimeslice.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/threadyieldprocessor.c b/c/src/exec/score/src/threadyieldprocessor.c
index 0e9721c469..b46a6b1474 100644
--- a/c/src/exec/score/src/threadyieldprocessor.c
+++ b/c/src/exec/score/src/threadyieldprocessor.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/score/src/userext.c b/c/src/exec/score/src/userext.c
index a57c6e7ee8..d652c29568 100644
--- a/c/src/exec/score/src/userext.c
+++ b/c/src/exec/score/src/userext.c
@@ -3,9 +3,8 @@
*
* NOTE: 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/score/src/watchdog.c b/c/src/exec/score/src/watchdog.c
index f722e0835b..1bdbc5ae3d 100644
--- a/c/src/exec/score/src/watchdog.c
+++ b/c/src/exec/score/src/watchdog.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/c/src/exec/score/src/watchdogadjust.c b/c/src/exec/score/src/watchdogadjust.c
index 83322c11e3..6926743f32 100644
--- a/c/src/exec/score/src/watchdogadjust.c
+++ b/c/src/exec/score/src/watchdogadjust.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/c/src/exec/score/src/watchdoginsert.c b/c/src/exec/score/src/watchdoginsert.c
index ea5ffc3353..43c1eacd76 100644
--- a/c/src/exec/score/src/watchdoginsert.c
+++ b/c/src/exec/score/src/watchdoginsert.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/c/src/exec/score/src/watchdogremove.c b/c/src/exec/score/src/watchdogremove.c
index 1f19d2f49b..f3b5d8e5a1 100644
--- a/c/src/exec/score/src/watchdogremove.c
+++ b/c/src/exec/score/src/watchdogremove.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/c/src/exec/score/src/watchdogtickle.c b/c/src/exec/score/src/watchdogtickle.c
index e50c8de43e..fe07f566ff 100644
--- a/c/src/exec/score/src/watchdogtickle.c
+++ b/c/src/exec/score/src/watchdogtickle.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/c/src/exec/score/src/wkspace.c b/c/src/exec/score/src/wkspace.c
index 5e154f5efa..4ae6c6c118 100644
--- a/c/src/exec/score/src/wkspace.c
+++ b/c/src/exec/score/src/wkspace.c
@@ -5,9 +5,8 @@
*
* NOTE:
*
- * 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/include/clockdrv.h b/c/src/lib/include/clockdrv.h
index 74c9d5e9f7..d7b0b4671f 100644
--- a/c/src/lib/include/clockdrv.h
+++ b/c/src/lib/include/clockdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Clock Driver for all boards.
*
- * 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/include/console.h b/c/src/lib/include/console.h
index 2f5173d757..7bc6b5e3d4 100644
--- a/c/src/lib/include/console.h
+++ b/c/src/lib/include/console.h
@@ -3,9 +3,8 @@
* This file describes the Console Device Driver for all boards.
* This driver provides support for the standard C Library.
*
- * 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/include/iosupp.h b/c/src/lib/include/iosupp.h
index 97175e0a7b..ef8e01b76d 100644
--- a/c/src/lib/include/iosupp.h
+++ b/c/src/lib/include/iosupp.h
@@ -1,8 +1,7 @@
/* iosupp.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/include/motorola/mc68230.h b/c/src/lib/include/motorola/mc68230.h
index bde00c4cdd..22ec49c12b 100644
--- a/c/src/lib/include/motorola/mc68230.h
+++ b/c/src/lib/include/motorola/mc68230.h
@@ -7,9 +7,8 @@
* Format taken partly from RTEMS code and mostly from Motorola IDP user's
* manual. RTEMS copyright information below.
*
- * 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/include/rtems/libcsupport.h b/c/src/lib/include/rtems/libcsupport.h
index d007784526..4c6764c1d4 100644
--- a/c/src/lib/include/rtems/libcsupport.h
+++ b/c/src/lib/include/rtems/libcsupport.h
@@ -3,9 +3,8 @@
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*
- * 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/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h
index 5d71866164..3cc4648863 100644
--- a/c/src/lib/include/rtems/libio.h
+++ b/c/src/lib/include/rtems/libio.h
@@ -6,9 +6,8 @@
* IO to devices but has since been enhanced to support networking
* and support for mounted file systems.
*
- * 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/include/rtems/libio_.h b/c/src/lib/include/rtems/libio_.h
index e37dcbcc9f..8e74b34edb 100644
--- a/c/src/lib/include/rtems/libio_.h
+++ b/c/src/lib/include/rtems/libio_.h
@@ -1,9 +1,8 @@
/*
* Libio Internal Information
*
- * 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/include/sys/termios.h b/c/src/lib/include/sys/termios.h
index 71a2492724..bb64d55433 100644
--- a/c/src/lib/include/sys/termios.h
+++ b/c/src/lib/include/sys/termios.h
@@ -1,9 +1,8 @@
/*
* POSIX termios implementation for RTEMS console device driver.
*
- * 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/include/timerdrv.h b/c/src/lib/include/timerdrv.h
index ed1ce2b9a2..1234f8283a 100644
--- a/c/src/lib/include/timerdrv.h
+++ b/c/src/lib/include/timerdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Timer Driver for all boards.
*
- * 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/include/vmeintr.h b/c/src/lib/include/vmeintr.h
index 6593ba12a5..583ccff6cc 100644
--- a/c/src/lib/include/vmeintr.h
+++ b/c/src/lib/include/vmeintr.h
@@ -5,9 +5,8 @@
* which should be provided by all BSPs for VMEbus Single Board
* Computers but currently only a few do so.
*
- * 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/include/zilog/z8036.h b/c/src/lib/include/zilog/z8036.h
index 1c53c8afac..d2f1652bcc 100644
--- a/c/src/lib/include/zilog/z8036.h
+++ b/c/src/lib/include/zilog/z8036.h
@@ -10,9 +10,8 @@
* NOTE: This file shares as much as possible with the include
* file for the Z8536 via z8x36.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/include/zilog/z8530.h b/c/src/lib/include/zilog/z8530.h
index 60a3e3b771..aba481ac25 100644
--- a/c/src/lib/include/zilog/z8530.h
+++ b/c/src/lib/include/zilog/z8530.h
@@ -7,9 +7,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/include/zilog/z8536.h b/c/src/lib/include/zilog/z8536.h
index 0f0b5641e7..8b8fac4567 100644
--- a/c/src/lib/include/zilog/z8536.h
+++ b/c/src/lib/include/zilog/z8536.h
@@ -10,9 +10,8 @@
* NOTE: This file shares as much as possible with the include
* file for the Z8036 via z8x36.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/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
diff --git a/c/src/lib/libbsp/bare/include/bsp.h b/c/src/lib/libbsp/bare/include/bsp.h
index 47a2ba8398..b7f3e318d4 100644
--- a/c/src/lib/libbsp/bare/include/bsp.h
+++ b/c/src/lib/libbsp/bare/include/bsp.h
@@ -4,9 +4,8 @@
*
* BARE : Allows you to build RTEMS with-out any BSP specific stuff
*
- * 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/bare/include/coverhd.h b/c/src/lib/libbsp/bare/include/coverhd.h
index e4e5514c3e..83542b4dde 100644
--- a/c/src/lib/libbsp/bare/include/coverhd.h
+++ b/c/src/lib/libbsp/bare/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/hppa1.1/simhppa/include/bsp.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
index cc7f44dd9a..effeb07cd7 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all HP PA-RISC simulator definitions.
*
- * 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/hppa1.1/simhppa/include/coverhd.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
index c9b0ec13e3..83b4d68af9 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C for this target.
*
- * 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/hppa1.1/simhppa/shmsupp/addrconv.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c
index 7e315c1dc8..e0d74544ad 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/shmsupp/getcfg.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
index 0d330ea0ed..897d5af8e6 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
@@ -23,9 +23,8 @@
* POLLED BIG 2+
* INTERRUPT BIG 2..4 (on Runway)
*
- * 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/hppa1.1/simhppa/shmsupp/intr.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
index 718ae6dc12..7ea7934e47 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
@@ -8,9 +8,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/hppa1.1/simhppa/shmsupp/lock.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c
index 0da4c54725..e682a18397 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/shmsupp/mpisr.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c
index 741dacb941..48da668b21 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c
@@ -7,9 +7,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/hppa1.1/simhppa/startup/bspclean.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
index 5eac4957de..9d641fecf5 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
@@ -8,9 +8,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/hppa1.1/simhppa/startup/bspstart.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
index 4a94bcfb9d..96da69993c 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/startup/setvec.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
index b55d5e271e..fc2d8bc4e6 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
@@ -13,9 +13,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
diff --git a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
index 091d6fab45..478634451c 100644
--- a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
@@ -9,9 +9,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/i386/i386ex/console/console.c b/c/src/lib/libbsp/i386/i386ex/console/console.c
index bc1eb417e1..821c2e4c34 100644
--- a/c/src/lib/libbsp/i386/i386ex/console/console.c
+++ b/c/src/lib/libbsp/i386/i386ex/console/console.c
@@ -21,9 +21,8 @@
| console.c,v 1.15 pc386 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/i386ex/include/bsp.h b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
index a1bcd83414..7a812e9d5b 100644
--- a/c/src/lib/libbsp/i386/i386ex/include/bsp.h
+++ b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
@@ -1,9 +1,8 @@
/*
* This include file definitions related to an Intel i386ex board.
*
- * 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/i386/i386ex/include/coverhd.h b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h
index de5e7aa742..450201bb4e 100644
--- a/c/src/lib/libbsp/i386/i386ex/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/i386/i386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c
index 7208694304..c6dfe741cb 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/i386ex/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/i386/i386ex/startup/linkcmds b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
index 8a944cdeac..daf1919276 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Intel 386ex evaluation board.
*
- * 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/i386/i386ex/startup/setvec.c b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
index 9e7a0e758d..c4b0d71659 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
@@ -11,9 +11,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
diff --git a/c/src/lib/libbsp/i386/i386ex/timer/timer.c b/c/src/lib/libbsp/i386/i386ex/timer/timer.c
index 208c5442a1..8f3cb19ab3 100644
--- a/c/src/lib/libbsp/i386/i386ex/timer/timer.c
+++ b/c/src/lib/libbsp/i386/i386ex/timer/timer.c
@@ -13,9 +13,8 @@
* 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
diff --git a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S
index 53463e1e70..26b693c63b 100644
--- a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S
@@ -8,9 +8,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/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
index ee252a1e44..b4151911fb 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
@@ -19,9 +19,8 @@
| ckinit.c,v 1.4 1995/12/19 20:07:13 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/clock/rtc.c b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
index 14a20e5f3f..b42a30b654 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
@@ -20,9 +20,8 @@
| rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c
index a23f46f3cf..dc3584111a 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console.c
@@ -19,9 +19,8 @@
| console.c,v 1.4 1995/12/19 20:07:23 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/console/inch.c b/c/src/lib/libbsp/i386/pc386/console/inch.c
index 6783e79ba0..f355d6979d 100644
--- a/c/src/lib/libbsp/i386/pc386/console/inch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/inch.c
@@ -18,9 +18,8 @@
| With the following copyright notice:
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index 1026fbdded..e469d2b14d 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -27,9 +27,8 @@
| bsp.h,v 1.5 1995/12/19 20:07:30 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/include/coverhd.h b/c/src/lib/libbsp/i386/pc386/include/coverhd.h
index e4e5514c3e..83542b4dde 100644
--- a/c/src/lib/libbsp/i386/pc386/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/pc386/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S
index 323aa3d088..33af08e17c 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start.S
@@ -24,9 +24,8 @@
| following copyright applies:
|
| **************************************************************************
-| * 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/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
index 180dd24ab5..4191cac481 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
@@ -19,9 +19,8 @@
| bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c
index c37888f003..e5a6298075 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c
@@ -19,9 +19,8 @@
| exit.c,v 1.2 1995/12/19 20:07:36 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/startup/ldsegs.S b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
index 375de53df6..8e082909d7 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
+++ b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
@@ -24,9 +24,8 @@
| ldsegs.s,v 1.4 1996/04/20 16:48:30 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
index f9da8324dd..c87e53bbc3 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
@@ -20,9 +20,8 @@
| linkcmds,v 1.3 1995/12/19 20:06:58 joel Exp - FORCE CPU386 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/startup/sbrk.c b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c
index 36f0573159..19f08281b4 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/sbrk.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c
@@ -22,9 +22,8 @@
| sbrk.c,v 1.2 1995/12/19 20:07:38 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index b84fd5fa3e..1095061bea 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -27,9 +27,8 @@
|
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/pc386/timer/timerisr.S b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
index f6670efdc1..8b0da7eb9f 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
@@ -19,9 +19,8 @@
| timerisr.s,v 1.5 1995/12/19 20:07:45 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/ts_386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c
index 80b644b5a4..146ff9f004 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c
@@ -9,9 +9,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/i386/ts_386ex/clock/rtc.c b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
index 14a20e5f3f..b42a30b654 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
@@ -20,9 +20,8 @@
| rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/ts_386ex/console/console.c b/c/src/lib/libbsp/i386/ts_386ex/console/console.c
index d10a6138cf..fc2c1a3062 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/console/console.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/console/console.c
@@ -21,9 +21,8 @@
| console.c,v 1.15 pc386 BSP
| With the following copyright notice:
| **************************************************************************
-| * 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/i386/ts_386ex/include/bsp.h b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h
index f19341c853..90177de1f6 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h
+++ b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h
@@ -1,9 +1,8 @@
/*
* This include file definitions related to an Intel i386ex board.
*
- * 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/i386/ts_386ex/include/coverhd.h b/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h
index de5e7aa742..450201bb4e 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/i386/ts_386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c
index 0d878fcc45..2db339a2aa 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/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/i386/ts_386ex/startup/setvec.c b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c
index 9e7a0e758d..c4b0d71659 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c
@@ -11,9 +11,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
diff --git a/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c b/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c
index fbbe92e347..134fc4a7fc 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c
@@ -13,9 +13,8 @@
* 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
diff --git a/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S b/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S
index 606fc9ae2b..4d857b80e4 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S
@@ -8,9 +8,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/i386/ts_386ex/tools/debug_c/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c
index 42e7259bec..e4cd80677f 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c
@@ -10,9 +10,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/i386/ts_386ex/tools/debug_c/serial_gdb.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c
index ce90bb7d7e..0cf5af705e 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c
@@ -2,9 +2,8 @@
*
* Interface to initialize the GDB.
*
- * 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/i386/ts_386ex/tools/debug_c/system.h b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h
index 94a854da15..5417cf8cbc 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/i960/cvme961/clock/ckinit.c b/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
index a8703c44a6..5850f5f04e 100644
--- a/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
+++ b/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
@@ -7,9 +7,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/i960/cvme961/console/console.c b/c/src/lib/libbsp/i960/cvme961/console/console.c
index ef24efd754..adad20aa61 100644
--- a/c/src/lib/libbsp/i960/cvme961/console/console.c
+++ b/c/src/lib/libbsp/i960/cvme961/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the CVME961 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/i960/cvme961/include/bsp.h b/c/src/lib/libbsp/i960/cvme961/include/bsp.h
index ce55317090..e023114c88 100644
--- a/c/src/lib/libbsp/i960/cvme961/include/bsp.h
+++ b/c/src/lib/libbsp/i960/cvme961/include/bsp.h
@@ -4,9 +4,8 @@
* Cyclone CVME960 and CVME961 boards. These boards are the
* same except the 960 uses SRAM and the 961 DRAM.
*
- * 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/i960/cvme961/include/coverhd.h b/c/src/lib/libbsp/i960/cvme961/include/coverhd.h
index 4212277865..c09acde623 100644
--- a/c/src/lib/libbsp/i960/cvme961/include/coverhd.h
+++ b/c/src/lib/libbsp/i960/cvme961/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/i960/cvme961/shmsupp/addrconv.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c
index e45dd60128..953136ede9 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c
@@ -10,9 +10,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/i960/cvme961/shmsupp/getcfg.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
index 4894898c73..cb1e7df96c 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
@@ -31,9 +31,8 @@
* POLLED LITTLE 2+
* INTERRUPT LITTLE 2-8
*
- * 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/i960/cvme961/shmsupp/lock.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
index 80e24ac1ec..95d31254a3 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
+++ b/c/src/lib/libbsp/i960/cvme961/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/i960/cvme961/shmsupp/mpisr.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c
index 5773b45a2a..cf51bd69d4 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c
@@ -7,9 +7,8 @@
* 0xb600000x) for the VIC068 to clear the interrupt request
* before the interrupt request is cleared from IPND (sf0).
*
- * 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/i960/cvme961/start/start.S b/c/src/lib/libbsp/i960/cvme961/start/start.S
index 1d6055363a..f84c681f72 100644
--- a/c/src/lib/libbsp/i960/cvme961/start/start.S
+++ b/c/src/lib/libbsp/i960/cvme961/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 be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c b/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
index eee90a69b2..e25e5d4b12 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
@@ -4,9 +4,8 @@
*
* NOTES: DOES NOT RETURN!!!
*
- * 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/i960/cvme961/startup/bspstart.c b/c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
index c05d697292..26a05670c1 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
+++ b/c/src/lib/libbsp/i960/cvme961/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/i960/cvme961/startup/exit.c b/c/src/lib/libbsp/i960/cvme961/startup/exit.c
index fe63ff7d34..11b9b4c7a3 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/exit.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/exit.c
@@ -10,9 +10,8 @@
*
* NOTES: DOES NOT RETURN!!!
*
- * 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/i960/cvme961/startup/linkcmds b/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
index 2cc58e68ba..64dc991e07 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
+++ b/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Cyclone CVME960/CVME961 boards.
*
- * 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/i960/cvme961/startup/setvec.c b/c/src/lib/libbsp/i960/cvme961/startup/setvec.c
index f426db9dee..13e847f23c 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/setvec.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/setvec.c
@@ -35,9 +35,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
diff --git a/c/src/lib/libbsp/i960/cvme961/timer/timer.c b/c/src/lib/libbsp/i960/cvme961/timer/timer.c
index b4d6c0e276..b433ae396e 100644
--- a/c/src/lib/libbsp/i960/cvme961/timer/timer.c
+++ b/c/src/lib/libbsp/i960/cvme961/timer/timer.c
@@ -15,9 +15,8 @@
* 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
diff --git a/c/src/lib/libbsp/i960/cvme961/timer/timerisr.S b/c/src/lib/libbsp/i960/cvme961/timer/timerisr.S
index edce480326..93c46e710f 100644
--- a/c/src/lib/libbsp/i960/cvme961/timer/timerisr.S
+++ b/c/src/lib/libbsp/i960/cvme961/timer/timerisr.S
@@ -9,9 +9,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/dmv152/clock/ckinit.c b/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
index e58fbca7c1..0fdd8c5352 100644
--- a/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
@@ -7,9 +7,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/dmv152/console/console.c b/c/src/lib/libbsp/m68k/dmv152/console/console.c
index 8d9105270d..0327a6ddbd 100644
--- a/c/src/lib/libbsp/m68k/dmv152/console/console.c
+++ b/c/src/lib/libbsp/m68k/dmv152/console/console.c
@@ -5,9 +5,8 @@
* NOTE: This driver uses the termios pseudo driver.
* This driver is polled only.
*
- * 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/dmv152/include/bsp.h b/c/src/lib/libbsp/m68k/dmv152/include/bsp.h
index 3553c9c0c9..59d91c4537 100644
--- a/c/src/lib/libbsp/m68k/dmv152/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/dmv152/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all DMV152 board IO definitions.
*
- * 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/dmv152/include/coverhd.h b/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h
index a05b2744f6..34aee58821 100644
--- a/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/dmv152/startup/bspclean.c b/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c
index ef69a6f8f3..a5d019e6fa 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c
@@ -1,9 +1,8 @@
/*
* This routine performs final cleanup at exit time.
*
- * 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/dmv152/startup/bspstart.c b/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
index 0de6b80078..9fea220c0c 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/dmv152/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/dmv152/startup/linkcmds b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
index 21988bd280..168794cd92 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the DY-4 DMV152/SVME153 boards.
*
- * 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/dmv152/startup/vmeintr.c b/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
index 1ac7eded96..7cebf20187 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
@@ -2,9 +2,8 @@
*
* VMEbus support routines for the DMV152.
*
- * 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/dmv152/timer/timer.c b/c/src/lib/libbsp/m68k/dmv152/timer/timer.c
index cacedf71eb..dcaceb92d4 100644
--- a/c/src/lib/libbsp/m68k/dmv152/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/dmv152/timer/timer.c
@@ -7,9 +7,8 @@
* 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
diff --git a/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.S b/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.S
index ef0ed8d212..b8de246bf1 100644
--- a/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.S
@@ -8,9 +8,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/efi332/clock/ckinit.c b/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
index 38d476683b..fbef7982f1 100644
--- a/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
@@ -7,9 +7,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/efi332/console/console.c b/c/src/lib/libbsp/m68k/efi332/console/console.c
index 8594b44f68..19653c5167 100644
--- a/c/src/lib/libbsp/m68k/efi332/console/console.c
+++ b/c/src/lib/libbsp/m68k/efi332/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the efi332 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/m68k/efi332/include/bsp.h b/c/src/lib/libbsp/m68k/efi332/include/bsp.h
index 1279d32c39..81e93ebeea 100644
--- a/c/src/lib/libbsp/m68k/efi332/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/efi332/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all efi332 board IO definitions.
*
- * 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/efi332/include/coverhd.h b/c/src/lib/libbsp/m68k/efi332/include/coverhd.h
index 02df403a18..36bf89b8b7 100644
--- a/c/src/lib/libbsp/m68k/efi332/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/efi332/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/m68k/efi332/misc/interr.c b/c/src/lib/libbsp/m68k/efi332/misc/interr.c
index 4edf3347a8..245be54032 100644
--- a/c/src/lib/libbsp/m68k/efi332/misc/interr.c
+++ b/c/src/lib/libbsp/m68k/efi332/misc/interr.c
@@ -1,9 +1,8 @@
/*
* Internal Error 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
diff --git a/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c b/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c
index 86d2499aa1..c8d5656d3a 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/efi332/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/efi332/startup/bspstart.c b/c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
index 533684193c..45699ac0cc 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/efi332/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/efi332/timer/timer.c b/c/src/lib/libbsp/m68k/efi332/timer/timer.c
index ba00db48f9..7fa8f3b718 100644
--- a/c/src/lib/libbsp/m68k/efi332/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/efi332/timer/timer.c
@@ -9,9 +9,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
diff --git a/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c b/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
index ad9fb97bf5..2426f57d0d 100644
--- a/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
@@ -7,9 +7,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/efi68k/console/console.c b/c/src/lib/libbsp/m68k/efi68k/console/console.c
index f89858e569..990868b37a 100644
--- a/c/src/lib/libbsp/m68k/efi68k/console/console.c
+++ b/c/src/lib/libbsp/m68k/efi68k/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the efi68k 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/m68k/efi68k/include/bsp.h b/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
index de2ea0461b..62d74f77f3 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all efi68k board IO definitions.
*
- * 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/efi68k/include/coverhd.h b/c/src/lib/libbsp/m68k/efi68k/include/coverhd.h
index 02df403a18..36bf89b8b7 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/efi68k/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/m68k/efi68k/startup/bspclean.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
index 86d2499aa1..c8d5656d3a 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/efi68k/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/efi68k/startup/bspstart.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
index 4b89a87499..eb89a283cb 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/efi68k/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/efi68k/startup/setvec.c b/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
index 0721b10215..fc58de73de 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
@@ -11,9 +11,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
diff --git a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
index 6d4c57942a..47b4817da4 100644
--- a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
@@ -9,9 +9,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
diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
index d3c1d324f1..9d6dc19390 100644
--- a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
@@ -7,9 +7,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/gen68302/console/console.c b/c/src/lib/libbsp/m68k/gen68302/console/console.c
index be399e1b76..c77d254f3d 100644
--- a/c/src/lib/libbsp/m68k/gen68302/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68302/console/console.c
@@ -1,9 +1,8 @@
/*
* Initialize the MC68302 SCC2 for console IO board support 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/m68k/gen68302/include/bsp.h b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
index 8c97c0891a..10878fe165 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68302/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/m68k/gen68302/include/coverhd.h b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
index ba73b40ff5..2b7a6d2f75 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/gen68302/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/m68k/gen68302/start/start.S b/c/src/lib/libbsp/m68k/gen68302/start/start.S
index 2a7c652c87..5e46b06edf 100644
--- a/c/src/lib/libbsp/m68k/gen68302/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68302/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 be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/m68k/gen68302/start302/start302.S b/c/src/lib/libbsp/m68k/gen68302/start302/start302.S
index 2a7c652c87..5e46b06edf 100644
--- a/c/src/lib/libbsp/m68k/gen68302/start302/start302.S
+++ b/c/src/lib/libbsp/m68k/gen68302/start302/start302.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 be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c
index fbcd753e97..64a881b22a 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/gen68302/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/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
index aa71c6faab..ac7666d1bd 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68302/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/gen68302/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
index 5f50c68595..43d20060a4 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Generic MC68302 board.
*
- * 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/gen68302/timer/timer.c b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
index d8e410ad85..df0d5493b6 100644
--- a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
@@ -9,9 +9,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
diff --git a/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c
index 3a69bbf243..85acdd3ea6 100644
--- a/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c
@@ -20,9 +20,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/gen68340/console/Modif_cpu_asm.S b/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S
index 0da5865fb3..5d10b923aa 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S
+++ b/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S
@@ -5,9 +5,8 @@
*
* ATTENTION: Modified for benchmarks
*
- * 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/gen68340/console/console.c b/c/src/lib/libbsp/m68k/gen68340/console/console.c
index bfbcac1170..234060e0da 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68340/console/console.c
@@ -10,9 +10,8 @@
*
* e-mail: g_montel@yahoo.com
*
- * 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/gen68340/console/m340uart.c b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
index a293f6c83c..72befd04b5 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
+++ b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
@@ -10,9 +10,8 @@
*
* e-mail: g_montel@yahoo.com
*
- * 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/gen68340/include/bsp.h b/c/src/lib/libbsp/m68k/gen68340/include/bsp.h
index dc747e46c0..e353253b15 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/bsp.h
@@ -9,9 +9,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/gen68340/include/m340timer.h b/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h
index 3ed1f2df0e..71a93d95d6 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h
@@ -11,9 +11,8 @@
*
* e-mail: g_montel@yahoo.com
*
- * 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/gen68340/include/m340uart.h b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
index 3c3cf3eb17..47d9ca5022 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
@@ -12,9 +12,8 @@
* e-mail: g_montel@yahoo.com
*
*
- * 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/gen68340/start/start.S b/c/src/lib/libbsp/m68k/gen68340/start/start.S
index e4c53031bf..43b4186eaf 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start/start.S
@@ -4,9 +4,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/gen68340/start/startfor340only.S b/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
index 930694f02e..37cd6feb29 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
@@ -4,9 +4,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/gen68340/start340/start340.S b/c/src/lib/libbsp/m68k/gen68340/start340/start340.S
index e4c53031bf..43b4186eaf 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start340/start340.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start340/start340.S
@@ -4,9 +4,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/gen68340/start340/startfor340only.S b/c/src/lib/libbsp/m68k/gen68340/start340/startfor340only.S
index 930694f02e..37cd6feb29 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start340/startfor340only.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start340/startfor340only.S
@@ -4,9 +4,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/gen68340/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c
index 66f6531b84..c939f3e978 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/gen68340/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/gen68340/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c
index cb8945a5fc..2b65db460a 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c
@@ -9,9 +9,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/gen68340/startup/dumpanic.c b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
index 8323b533df..eec2581cfc 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
+++ b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
@@ -8,9 +8,8 @@
* 35512 CESSON-SEVIGNE
* FRANCE
*
- * 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/gen68340/timer/timer.c b/c/src/lib/libbsp/m68k/gen68340/timer/timer.c
index a6baa5d003..57c6ef2251 100644
--- a/c/src/lib/libbsp/m68k/gen68340/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68340/timer/timer.c
@@ -28,9 +28,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
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
diff --git a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
index 16c0337fd5..f8a517ed48 100644
--- a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
@@ -13,9 +13,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/idp/include/coverhd.h b/c/src/lib/libbsp/m68k/idp/include/coverhd.h
index 02df403a18..36bf89b8b7 100644
--- a/c/src/lib/libbsp/m68k/idp/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/idp/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/m68k/idp/startup/bspstart.c b/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
index 858de3fbfb..a3bd194c32 100644
--- a/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/idp/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/idp/timer/timer.c b/c/src/lib/libbsp/m68k/idp/timer/timer.c
index d000cbc46d..eca30c438d 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/idp/timer/timer.c
@@ -15,9 +15,8 @@
*
* Code Modified for the MC68230 by Doug McBride, Colorado Space Grant College
*
- * 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/idp/timer/timerisr.S b/c/src/lib/libbsp/m68k/idp/timer/timerisr.S
index 74461f3714..46e3ddfed1 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/idp/timer/timerisr.S
@@ -11,9 +11,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/mvme136/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
index 9337b44717..4c40716473 100644
--- a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
@@ -7,9 +7,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/mvme136/console/console.c b/c/src/lib/libbsp/m68k/mvme136/console/console.c
index 0ffe05e490..d64211dace 100644
--- a/c/src/lib/libbsp/m68k/mvme136/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme136/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the MVME136 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/m68k/mvme136/include/bsp.h b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
index e88bf90c4c..02405dff46 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all MVME136 board IO definitions.
*
- * 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/mvme136/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
index 45a66b551d..d0a964b434 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/mvme136/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
index 540df871fc..fc1bcd83ba 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
@@ -9,9 +9,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/m68k/mvme136/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
index c410ee34fc..1cf0e9c3bd 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
@@ -22,9 +22,8 @@
* POLLED LITTLE 2+
* INTERRUPT LITTLE 2-8
*
- * 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/mvme136/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
index b1517c7ee2..6917d3fc22 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme136/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/m68k/mvme136/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
index 6b735098b7..f04ab000e6 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
@@ -3,9 +3,8 @@
* NOTE: This routine is not used when in polling mode. Either
* this routine OR Shm_clockisr is used in a particular 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/lib/libbsp/m68k/mvme136/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
index 76ad05b209..89eacd3b3c 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
@@ -1,9 +1,8 @@
/*
* This routine returns control to 135Bug.
*
- * 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/mvme136/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
index b7890f4598..c305787f13 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme136/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/mvme136/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
index 98c7a8bdd8..2ed2ee97fa 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Motorola MVME136/MVME135 boards.
*
- * 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/mvme136/timer/timer.c b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
index c3c66f1d37..ee4c4da838 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
@@ -13,9 +13,8 @@
* 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
diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S
index 63ee63bd8e..0bd9ca92df 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S
@@ -8,9 +8,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/mvme147/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
index aa277e264d..d5104d1377 100644
--- a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
@@ -7,9 +7,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/mvme147/console/console.c b/c/src/lib/libbsp/m68k/mvme147/console/console.c
index 8500a1b24b..22dd43a924 100644
--- a/c/src/lib/libbsp/m68k/mvme147/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme147/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the MVME147 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/m68k/mvme147/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
index 3868406a97..b9f15b35fb 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all MVME147 board IO definitions.
*
- * 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/mvme147/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
index 45a66b551d..d0a964b434 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/mvme147/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
index 1be56c4de6..576401159c 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
@@ -1,9 +1,8 @@
/*
* This routine returns control to 147Bug.
*
- * 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/mvme147/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
index 2fd917d6f0..1d0d945bc6 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147/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/mvme147/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
index 01b5381b02..2437da1fe6 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Motorola MVME147 boards.
*
- * 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/mvme147/timer/timer.c b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
index 0f6e63595d..1f8ae0a53b 100644
--- a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
@@ -9,9 +9,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
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
index be58a3c445..3a7d84e73a 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all MVME147 board IO definitions.
*
- * 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/mvme147s/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
index 45a66b551d..d0a964b434 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/mvme147s/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
index 16b5360595..d4756c3b0d 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
@@ -9,9 +9,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/m68k/mvme147s/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
index 456426460e..66105fc153 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
@@ -13,9 +13,8 @@
* NOTES: The SIGLP interrupt on the MVME147 is used as an interprocessor
* interrupt.
*
- * 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/mvme147s/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
index b1517c7ee2..6917d3fc22 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/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/m68k/mvme147s/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
index 75ec1ff81d..8bad4c53d8 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
@@ -3,9 +3,8 @@
* NOTE: This routine is not used when in polling mode. Either
* this routine OR Shm_clockisr is used in a particular 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/lib/libbsp/m68k/mvme147s/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
index 85e6d8fb2a..4f63bc60d9 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/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/mvme147s/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
index 24b487fef3..325b77c485 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Motorola MVME147 boards.
*
- * 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/mvme162/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
index ef1e7b0b68..dc91350612 100644
--- a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
@@ -7,9 +7,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/mvme162/console/console.c b/c/src/lib/libbsp/m68k/mvme162/console/console.c
index ab700fe613..a69dde3e48 100644
--- a/c/src/lib/libbsp/m68k/mvme162/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme162/console/console.c
@@ -1,9 +1,8 @@
/*
* This file contains the MVME162 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/m68k/mvme162/consolex/cTest.c b/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c
index cbfb6449b5..ac02a4d83b 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c
@@ -3,9 +3,8 @@
*
* NOTE: This program must be put together as an executable. :)
*
- * 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/mvme162/consolex/consolex.c b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
index 95ee91342b..78ee6bc773 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
@@ -20,9 +20,8 @@
*
* The original copyright follows;
*
- * 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/mvme162/consolex/consolex.h b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
index bada58d189..3990691ca6 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
@@ -16,9 +16,8 @@
* - Raw mode device (no CR/LF detection)
* - RTS/CTS flow control
*
- * 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/mvme162/include/bsp.h b/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
index b28aa4c73f..68fc8cd634 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all MVME162fx board IO definitions.
*
- * 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/mvme162/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
index a05b2744f6..34aee58821 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/mvme162/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
index 78faa3cc8d..73c227fa42 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
@@ -1,9 +1,8 @@
/*
* This routine returns control to 162Bug.
*
- * 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/mvme162/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
index 4c5c359ebb..83d9c2e754 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme162/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/mvme162/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
index 3aecc130ee..2dc8090e80 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the Motorola MVME162 board.
*
- * 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/mvme162/timer/timer.c b/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
index e11a6a034a..a4c2c19a8b 100644
--- a/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
@@ -13,9 +13,8 @@
* 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
diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S
index 9380fac0f0..9a6adad444 100644
--- a/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S
@@ -8,9 +8,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/mvme167/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
index b7d6059b95..961376f3d6 100644
--- a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
@@ -13,9 +13,8 @@
* Computer Programmer's Reference Guide (MVME187PG/D2) with the April
* 1993 supplements/addenda (MVME187PG/D2A1).
*
- * 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/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
index ee66acd6cb..f449e201e3 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
@@ -5,9 +5,8 @@
* Computer Programmer's Reference Guide (MVME187PG/D2) with the April
* 1993 supplements/addenda (MVME187PG/D2A1).
*
- * 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/mvme167/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h
index 8c1f1a9e7f..1e31e43732 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * 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/mvme167/include/page_table.h b/c/src/lib/libbsp/m68k/mvme167/include/page_table.h
index 5a44933958..236a74f9fc 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/page_table.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/page_table.h
@@ -6,9 +6,8 @@
* For now, we only use the transparent translation registers. Page tables
* may be set up in the future.
*
- * 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/mvme167/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c
index 753c378cae..f6819431a4 100644
--- a/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c
@@ -3,9 +3,8 @@
* These routines return control to 167Bug after a normal exit from 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/lib/libbsp/m68k/mvme167/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c
index beb7f8f7ee..559463e4a5 100644
--- a/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c
@@ -5,9 +5,8 @@
* 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).
- * 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/mvme167/timer/timer.c b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
index 37cb269ae1..53a5008191 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
@@ -17,9 +17,8 @@
* Computer Programmer's Reference Guide (MVME187PG/D2) with the April 1993
* supplements/addenda (MVME187PG/D2A1).
*
- * 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/mvme167/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
index 505e4b896a..dcf50be914 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
@@ -8,9 +8,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/ods68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
index d3c1d324f1..9d6dc19390 100644
--- a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
@@ -7,9 +7,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/ods68302/console/console.c b/c/src/lib/libbsp/m68k/ods68302/console/console.c
index 7fede9cf38..2c7ecf4eed 100644
--- a/c/src/lib/libbsp/m68k/ods68302/console/console.c
+++ b/c/src/lib/libbsp/m68k/ods68302/console/console.c
@@ -1,9 +1,8 @@
/*
* Initialize the MC68302 SCC2 for console IO board support 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/m68k/ods68302/include/bsp.h b/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
index 11b9f4cbd7..6efaf1ef3a 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/ods68302/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/m68k/ods68302/include/coverhd.h b/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
index 8614943c56..15475f5206 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
@@ -14,9 +14,8 @@
* NOTE: If these are all zero, then the times reported include all
* 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/m68k/ods68302/startup/bspclean.c b/c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c
index fbcd753e97..64a881b22a 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/ods68302/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/ods68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c
index a1f9e1dc3c..d752bb2cbe 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/ods68302/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/ods68302/timer/timer.c b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
index d8e410ad85..df0d5493b6 100644
--- a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
@@ -9,9 +9,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
diff --git a/c/src/lib/libbsp/m68k/shared/setvec.c b/c/src/lib/libbsp/m68k/shared/setvec.c
index baf7fdb385..3949a39ba2 100644
--- a/c/src/lib/libbsp/m68k/shared/setvec.c
+++ b/c/src/lib/libbsp/m68k/shared/setvec.c
@@ -7,9 +7,8 @@
* hardware to enable/disable, mask, prioritize, etc an interrupt
* source, then this routine should be customized to support that.
*
- * 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/shared/start.S b/c/src/lib/libbsp/m68k/shared/start.S
index 72849170d9..6ab0974948 100644
--- a/c/src/lib/libbsp/m68k/shared/start.S
+++ b/c/src/lib/libbsp/m68k/shared/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 be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/mips/p4000/console/console.c b/c/src/lib/libbsp/mips/p4000/console/console.c
index c862c91cfa..763c96ccd5 100644
--- a/c/src/lib/libbsp/mips/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips/p4000/console/console.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/console/console.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/mips/p4000/include/bsp.h b/c/src/lib/libbsp/mips/p4000/include/bsp.h
index da700b8dba..a2a91bc634 100644
--- a/c/src/lib/libbsp/mips/p4000/include/bsp.h
+++ b/c/src/lib/libbsp/mips/p4000/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/mips/p4000/include/coverhd.h b/c/src/lib/libbsp/mips/p4000/include/coverhd.h
index aca390463b..65b013bf59 100644
--- a/c/src/lib/libbsp/mips/p4000/include/coverhd.h
+++ b/c/src/lib/libbsp/mips/p4000/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/mips/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
index 5382c8491c..4e02a0ab01 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips/p4000/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/mips/p4000/startup/bspstart.c b/c/src/lib/libbsp/mips/p4000/startup/bspstart.c
index 7634232bd8..5003e3504b 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/p4000/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/mips/p4000/startup/setvec.c b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
index 1142eb64de..3599e8a582 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/setvec.c
+++ b/c/src/lib/libbsp/mips/p4000/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
diff --git a/c/src/lib/libbsp/mips64orion/p4000/console/console.c b/c/src/lib/libbsp/mips64orion/p4000/console/console.c
index c862c91cfa..763c96ccd5 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/console/console.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/console/console.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h b/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
index da700b8dba..a2a91bc634 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
+++ b/c/src/lib/libbsp/mips64orion/p4000/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/mips64orion/p4000/include/coverhd.h b/c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
index aca390463b..65b013bf59 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
+++ b/c/src/lib/libbsp/mips64orion/p4000/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/mips64orion/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
index 5382c8491c..4e02a0ab01 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/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/mips64orion/p4000/startup/bspstart.c b/c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c
index 7634232bd8..5003e3504b 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/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/mips64orion/p4000/startup/setvec.c b/c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
index 1142eb64de..3599e8a582 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/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
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c b/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
index b3ab22bb58..ea71004841 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/console/console.c b/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
index 656cc1a831..5f0dda6095 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
index 7bdef2de3f..8047f5a291 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/include/coverhd.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h
index fedd788455..3063812832 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/shmsupp/addrconv.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
index 95b44d95fd..9b000cc082 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/shmsupp/getcfg.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
index 587345df83..c044315af4 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/shmsupp/lock.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
index 7101bbd4e0..6cfd2a015a 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/shmsupp/mpisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
index 1911d89d67..cfe3dfa267 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/startup/bspclean.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c
index fbcd753e97..64a881b22a 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/startup/bspstart.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
index a902b4a478..a6e63372d5 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/startup/linkcmds b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
index 7a70a029b8..72eb039092 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
@@ -2,9 +2,8 @@
* This file contains directives for the GNU linker which are specific
* to the NO_CPU NO_BSP BOARD.
*
- * 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/no_cpu/no_bsp/startup/main.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
index e664f387b3..2c06bd1ffa 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/startup/setvec.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
index 26fcb06160..e12049be19 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
index 2c1b437273..436e44a918 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
@@ -8,9 +8,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
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
index 8fff98b22a..f492761a05 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
@@ -13,9 +13,8 @@
* Any code in this isr is pure overhead which can perturb
* the accuracy of the Timing Test Suite.
*
- * 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/dmv177/startup/bspclean.c b/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c
index 5e354f9387..eddea08c85 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c
@@ -1,7 +1,6 @@
/*
- * 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/dmv177/startup/genpvec.c b/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
index 2faa40ed9a..b4659c68e0 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
@@ -9,9 +9,8 @@
* DMV170_IRQ_FIRST is defined to be one greater than the last processor
* interrupt.
*
- * 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/powerpc/eth_comm/include/bsp.h b/c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h
index c6f774d679..20b12bd15f 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/eth_comm/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/eth_comm/include/coverhd.h b/c/src/lib/libbsp/powerpc/eth_comm/include/coverhd.h
index 9f0911fe8a..be7cb04604 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/eth_comm/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/eth_comm/startup/bspstart.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
index beb734031f..e6ca71afbe 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
@@ -7,9 +7,8 @@
*
* The MPC860 specific stuff was written by Jay Monkman (jmonkman@frasca.com)
*
- * 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/eth_comm/startup/setvec.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/setvec.c
index b32dc8aaec..bfaa31d9da 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/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
diff --git a/c/src/lib/libbsp/powerpc/helas403/include/bsp.h b/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
index 3b9e1b1227..710fc75867 100644
--- a/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
@@ -27,9 +27,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/include/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/powerpc/helas403/include/coverhd.h b/c/src/lib/libbsp/powerpc/helas403/include/coverhd.h
index fce47a9df6..deac9b55ff 100644
--- a/c/src/lib/libbsp/powerpc/helas403/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/helas403/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/helas403/startup/bspclean.c b/c/src/lib/libbsp/powerpc/helas403/startup/bspclean.c
index e18aa7d381..bc4613629f 100644
--- a/c/src/lib/libbsp/powerpc/helas403/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/helas403/startup/bspclean.c
@@ -24,9 +24,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c b/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c
index 0f6a676236..77c1ae3236 100644
--- a/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/helas403/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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/mcp750/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mcp750/startup/bspstart.c
index d6d3826c1a..1aae02937c 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mcp750/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/powerpc/motorola_powerpc/startup/bspstart.c b/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/bspstart.c
index d6d3826c1a..1aae02937c 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/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/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
diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
index d66328b924..bc1ab09267 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
@@ -19,9 +19,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/include/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/powerpc/papyrus/include/coverhd.h b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
index fce47a9df6..deac9b55ff 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/papyrus/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/papyrus/startup/bspclean.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
index e18aa7d381..bc4613629f 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
@@ -24,9 +24,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
index 245b26de96..a330497c1e 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
@@ -22,9 +22,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
index 0f6a676236..77c1ae3236 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/psim/clock/clock.c b/c/src/lib/libbsp/powerpc/psim/clock/clock.c
index 282820fafe..b0f9ee6f53 100644
--- a/c/src/lib/libbsp/powerpc/psim/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/psim/clock/clock.c
@@ -6,9 +6,8 @@
* The tick frequency is directly programmed to the configured number of
* microseconds per tick.
*
- * 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/psim/include/bsp.h b/c/src/lib/libbsp/powerpc/psim/include/bsp.h
index b166159bbe..aafcb261f0 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/bsp.h
@@ -19,9 +19,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/include/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 found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
index cc279ea56f..495d260fb5 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/psim/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 found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c
index 05c0b6f6c1..a2aaabe79f 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/powerpc/psim/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 found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
index fa37ceb7fa..b6d389fea7 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
@@ -12,9 +12,8 @@
*
* NOTES: No interrupt support.
*
- * 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/psim/startup/bspclean.c b/c/src/lib/libbsp/powerpc/psim/startup/bspclean.c
index fce38e7b3a..7f4a811ea3 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/psim/startup/bspclean.c
@@ -1,7 +1,6 @@
/*
- * 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/psim/startup/bspstart.c b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
index d898fd00d8..bbd470f856 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/psim/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/psim/startup/linkcmds b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
index d7867112d8..41570480f9 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/psim/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/psim/startup/setvec.c b/c/src/lib/libbsp/powerpc/psim/startup/setvec.c
index dcdd94c665..3d3b5a4c99 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/psim/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/psim/timer/timer.c b/c/src/lib/libbsp/powerpc/psim/timer/timer.c
index 8140108c21..b2f0f7a60f 100644
--- a/c/src/lib/libbsp/powerpc/psim/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/psim/timer/timer.c
@@ -3,9 +3,8 @@
* This file implements a benchmark timer using the General Purpose Timer on
* the MEC.
*
- * 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/psim/tools/psim b/c/src/lib/libbsp/powerpc/psim/tools/psim
index 18368f2088..8a253ec100 100755
--- a/c/src/lib/libbsp/powerpc/psim/tools/psim
+++ b/c/src/lib/libbsp/powerpc/psim/tools/psim
@@ -2,9 +2,8 @@
#
# Shell script to ease invocation of the powerpc simulator
#
-# 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/psim/tools/runtest b/c/src/lib/libbsp/powerpc/psim/tools/runtest
index 5a02dc4ad4..9bedb3a0f9 100755
--- a/c/src/lib/libbsp/powerpc/psim/tools/runtest
+++ b/c/src/lib/libbsp/powerpc/psim/tools/runtest
@@ -5,9 +5,8 @@
# Typically the test is then run, although it can be generated
# and left as a file using -s
#
-# 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/psim/vectors/vectors.S b/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
index 448e9117e2..694cd94fc2 100644
--- a/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
@@ -3,9 +3,8 @@
* This file contains the assembly code for the PowerPC
* interrupt vectors for RTEMS.
*
- * 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/score603e/console/85c30.h b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
index cacdfd0bb9..e10fc360e9 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
@@ -2,9 +2,8 @@
*
* This include file contains z85c30 chip information.
*
- * 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/powerpc/score603e/startup/bspclean.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c
index fce38e7b3a..7f4a811ea3 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c
@@ -1,7 +1,6 @@
/*
- * 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/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 7b97df3dfc..7ed764609f 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.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/shared/bspclean.c b/c/src/lib/libbsp/shared/bspclean.c
index 8b95cf4f16..313dde588e 100644
--- a/c/src/lib/libbsp/shared/bspclean.c
+++ b/c/src/lib/libbsp/shared/bspclean.c
@@ -1,9 +1,8 @@
/*
* This is a dummy bsp_cleanup 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/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index faa5e436c7..c8910c64ee 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -1,7 +1,6 @@
/*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/shared/main.c b/c/src/lib/libbsp/shared/main.c
index 2ac7a0a4af..eb2c475ab5 100644
--- a/c/src/lib/libbsp/shared/main.c
+++ b/c/src/lib/libbsp/shared/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/shared/sbrk.c b/c/src/lib/libbsp/shared/sbrk.c
index b1be6e4548..b6c5a07263 100644
--- a/c/src/lib/libbsp/shared/sbrk.c
+++ b/c/src/lib/libbsp/shared/sbrk.c
@@ -6,9 +6,8 @@
* then this routine must be functional. This is the default
* implementation which raises an error.
*
- * 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/shmdr/addlq.c b/c/src/lib/libbsp/shmdr/addlq.c
index 2eace43e4d..7434baa688 100644
--- a/c/src/lib/libbsp/shmdr/addlq.c
+++ b/c/src/lib/libbsp/shmdr/addlq.c
@@ -8,9 +8,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/shmdr/cnvpkt.c b/c/src/lib/libbsp/shmdr/cnvpkt.c
index 4a9a4006db..66dc92a172 100644
--- a/c/src/lib/libbsp/shmdr/cnvpkt.c
+++ b/c/src/lib/libbsp/shmdr/cnvpkt.c
@@ -13,9 +13,8 @@
* NOTE: Message buffers are not manipulated.
* Endian conversion is currently the only conversion.
*
- * 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/shmdr/dump.c b/c/src/lib/libbsp/shmdr/dump.c
index 6cd4e2129f..7b6850083f 100644
--- a/c/src/lib/libbsp/shmdr/dump.c
+++ b/c/src/lib/libbsp/shmdr/dump.c
@@ -6,9 +6,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/shmdr/fatal.c b/c/src/lib/libbsp/shmdr/fatal.c
index b0558c92f0..6a085ea934 100644
--- a/c/src/lib/libbsp/shmdr/fatal.c
+++ b/c/src/lib/libbsp/shmdr/fatal.c
@@ -7,9 +7,8 @@
*
* Output parameters: NEVER RETURNS
*
- * 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/shmdr/getlq.c b/c/src/lib/libbsp/shmdr/getlq.c
index 7b525b2d92..9ec31c9605 100644
--- a/c/src/lib/libbsp/shmdr/getlq.c
+++ b/c/src/lib/libbsp/shmdr/getlq.c
@@ -10,9 +10,8 @@
* returns - pointer to an envelope control block
* - NULL if no envelopes on specified queue
*
- * 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/shmdr/getpkt.c b/c/src/lib/libbsp/shmdr/getpkt.c
index 03971ea022..149bbe75e5 100644
--- a/c/src/lib/libbsp/shmdr/getpkt.c
+++ b/c/src/lib/libbsp/shmdr/getpkt.c
@@ -9,9 +9,8 @@
* Output parameters:
* *(cpb->get_packet) - address of allocated packet
*
- * 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/shmdr/init.c b/c/src/lib/libbsp/shmdr/init.c
index 4e1df20be0..71350fa3d2 100644
--- a/c/src/lib/libbsp/shmdr/init.c
+++ b/c/src/lib/libbsp/shmdr/init.c
@@ -7,9 +7,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/shmdr/initlq.c b/c/src/lib/libbsp/shmdr/initlq.c
index f876d4b43d..e93ce6dd3f 100644
--- a/c/src/lib/libbsp/shmdr/initlq.c
+++ b/c/src/lib/libbsp/shmdr/initlq.c
@@ -9,9 +9,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/shmdr/intr.c b/c/src/lib/libbsp/shmdr/intr.c
index 1483cd3afe..3b730459a8 100644
--- a/c/src/lib/libbsp/shmdr/intr.c
+++ b/c/src/lib/libbsp/shmdr/intr.c
@@ -12,9 +12,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/shmdr/mpci.h b/c/src/lib/libbsp/shmdr/mpci.h
index 5e08cc4ec4..3afb4034b7 100644
--- a/c/src/lib/libbsp/shmdr/mpci.h
+++ b/c/src/lib/libbsp/shmdr/mpci.h
@@ -4,9 +4,8 @@
* have an application use the Shared Memory Driver as its
* sole mechanism for MPCI.
*
- * 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/shmdr/mpisr.c b/c/src/lib/libbsp/shmdr/mpisr.c
index 573a4ebd21..da07e0279f 100644
--- a/c/src/lib/libbsp/shmdr/mpisr.c
+++ b/c/src/lib/libbsp/shmdr/mpisr.c
@@ -1,8 +1,7 @@
/* _Shm_isr()
*
- * 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/shmdr/poll.c b/c/src/lib/libbsp/shmdr/poll.c
index 22dc116435..ec428bb74c 100644
--- a/c/src/lib/libbsp/shmdr/poll.c
+++ b/c/src/lib/libbsp/shmdr/poll.c
@@ -8,9 +8,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/shmdr/receive.c b/c/src/lib/libbsp/shmdr/receive.c
index 98fd23b29d..5b8cd2e9e8 100644
--- a/c/src/lib/libbsp/shmdr/receive.c
+++ b/c/src/lib/libbsp/shmdr/receive.c
@@ -11,9 +11,8 @@
* *(rpb->packet) - pointer to packet
* NULL if no packet currently available
*
- * 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/shmdr/retpkt.c b/c/src/lib/libbsp/shmdr/retpkt.c
index d14b6e26e1..027a9a7659 100644
--- a/c/src/lib/libbsp/shmdr/retpkt.c
+++ b/c/src/lib/libbsp/shmdr/retpkt.c
@@ -9,9 +9,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/shmdr/send.c b/c/src/lib/libbsp/shmdr/send.c
index f26445cb42..4ffdd5d905 100644
--- a/c/src/lib/libbsp/shmdr/send.c
+++ b/c/src/lib/libbsp/shmdr/send.c
@@ -11,9 +11,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/shmdr/setckvec.c b/c/src/lib/libbsp/shmdr/setckvec.c
index 1e56e5737b..770b695903 100644
--- a/c/src/lib/libbsp/shmdr/setckvec.c
+++ b/c/src/lib/libbsp/shmdr/setckvec.c
@@ -7,9 +7,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/shmdr/shm.h b/c/src/lib/libbsp/shmdr/shm.h
index 8875525983..2f212fd759 100644
--- a/c/src/lib/libbsp/shmdr/shm.h
+++ b/c/src/lib/libbsp/shmdr/shm.h
@@ -6,9 +6,8 @@
*
* Processor board dependencies are in other files.
*
- * 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/shmdr/shm_driver.h b/c/src/lib/libbsp/shmdr/shm_driver.h
index 8875525983..2f212fd759 100644
--- a/c/src/lib/libbsp/shmdr/shm_driver.h
+++ b/c/src/lib/libbsp/shmdr/shm_driver.h
@@ -6,9 +6,8 @@
*
* Processor board dependencies are in other files.
*
- * 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/sparc/erc32/clock/ckinit.c b/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
index 302335bde1..60444a7336 100644
--- a/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
@@ -7,9 +7,8 @@
* The tick frequency is directly programmed to the configured number of
* microseconds per tick.
*
- * 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/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c
index cc19262da6..57c7f6248c 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/console.c
@@ -3,9 +3,8 @@
*
* This driver uses the termios pseudo driver.
*
- * 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/sparc/erc32/console/consolereserveresources.c b/c/src/lib/libbsp/sparc/erc32/console/consolereserveresources.c
index 6452142c07..40a65de7c5 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/consolereserveresources.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/consolereserveresources.c
@@ -3,9 +3,8 @@
*
* This driver uses the termios pseudo driver.
*
- * 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/sparc/erc32/console/debugputs.c b/c/src/lib/libbsp/sparc/erc32/console/debugputs.c
index 35917747d1..54778dc237 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/debugputs.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/debugputs.c
@@ -3,9 +3,8 @@
*
* This driver uses the termios pseudo driver.
*
- * 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/sparc/erc32/include/bsp.h b/c/src/lib/libbsp/sparc/erc32/include/bsp.h
index f6c3a46586..cb1a88f288 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all SPARC simulator definitions.
*
- * 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/sparc/erc32/include/coverhd.h b/c/src/lib/libbsp/sparc/erc32/include/coverhd.h
index 4d91fec2fe..77fac56517 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/coverhd.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/coverhd.h
@@ -3,9 +3,8 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C for this target.
*
- * 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/sparc/erc32/startup/bspclean.c b/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c
index a62b1c6be2..5e6cea2e2f 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c
@@ -2,9 +2,8 @@
*
* This file contains cleanup code executed when the application exits.
*
- * 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/sparc/erc32/startup/bspstart.c b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
index d314ff3050..f2f2554072 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
@@ -4,9 +4,8 @@
* 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).
- * 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/sparc/erc32/startup/setvec.c b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
index 2590ce41fa..d6cf83574b 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
@@ -13,9 +13,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
diff --git a/c/src/lib/libbsp/sparc/erc32/timer/timer.c b/c/src/lib/libbsp/sparc/erc32/timer/timer.c
index 0c372134d4..eaaac6ad20 100644
--- a/c/src/lib/libbsp/sparc/erc32/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/erc32/timer/timer.c
@@ -3,9 +3,8 @@
* This file implements a benchmark timer using the General Purpose Timer on
* the MEC.
*
- * 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/unix/posix/clock/clock.c b/c/src/lib/libbsp/unix/posix/clock/clock.c
index 1db7ea8a92..09d91bf272 100644
--- a/c/src/lib/libbsp/unix/posix/clock/clock.c
+++ b/c/src/lib/libbsp/unix/posix/clock/clock.c
@@ -3,9 +3,8 @@
* This routine generates clock ticks using standard POSIX services.
* The tick frequency is specified by the bsp.
*
- * 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/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h
index 923a9abf17..e775485090 100644
--- a/c/src/lib/libbsp/unix/posix/include/bsp.h
+++ b/c/src/lib/libbsp/unix/posix/include/bsp.h
@@ -2,9 +2,8 @@
*
* This include file contains all POSIX BSP definitions.
*
- * 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/unix/posix/include/coverhd.h b/c/src/lib/libbsp/unix/posix/include/coverhd.h
index 4e43bd186b..fa09ca29de 100644
--- a/c/src/lib/libbsp/unix/posix/include/coverhd.h
+++ b/c/src/lib/libbsp/unix/posix/include/coverhd.h
@@ -10,9 +10,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/unix/posix/shmsupp/addrconv.c b/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
index f334654410..120ec7eccf 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/unix/posix/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/unix/posix/shmsupp/getcfg.c b/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
index 8759a0ce27..03477883e0 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
@@ -14,9 +14,8 @@
* NOTES: This driver is capable of supporting a practically unlimited
* number of nodes.
*
- * 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/unix/posix/shmsupp/intr.c b/c/src/lib/libbsp/unix/posix/shmsupp/intr.c
index 2e5f014bf6..6baf56201d 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/intr.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/intr.c
@@ -8,9 +8,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/unix/posix/shmsupp/lock.c b/c/src/lib/libbsp/unix/posix/shmsupp/lock.c
index 5805a2d3c0..00e9c6f3d9 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/lock.c
+++ b/c/src/lib/libbsp/unix/posix/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/unix/posix/shmsupp/mpisr.c b/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
index 2cfcc4def9..a6e892863c 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
@@ -7,9 +7,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/unix/posix/startup/bspclean.c b/c/src/lib/libbsp/unix/posix/startup/bspclean.c
index 7f2d556ae1..ed51e225e8 100644
--- a/c/src/lib/libbsp/unix/posix/startup/bspclean.c
+++ b/c/src/lib/libbsp/unix/posix/startup/bspclean.c
@@ -8,9 +8,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/unix/posix/startup/bspstart.c b/c/src/lib/libbsp/unix/posix/startup/bspstart.c
index 8575e5bf16..a9c682ca52 100644
--- a/c/src/lib/libbsp/unix/posix/startup/bspstart.c
+++ b/c/src/lib/libbsp/unix/posix/startup/bspstart.c
@@ -6,9 +6,8 @@
*
* Called by RTEMS::RTEMS constructor in startup-ctor.cc
*
- * 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/unix/posix/startup/exit.c b/c/src/lib/libbsp/unix/posix/startup/exit.c
index 520c3f1313..b2b9a86f90 100644
--- a/c/src/lib/libbsp/unix/posix/startup/exit.c
+++ b/c/src/lib/libbsp/unix/posix/startup/exit.c
@@ -3,9 +3,8 @@
*
* This routine returns control to "the pre-RTEMS environment".
*
- * 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/unix/posix/startup/setvec.c b/c/src/lib/libbsp/unix/posix/startup/setvec.c
index 750fe7c574..afce9f24ab 100644
--- a/c/src/lib/libbsp/unix/posix/startup/setvec.c
+++ b/c/src/lib/libbsp/unix/posix/startup/setvec.c
@@ -11,9 +11,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
diff --git a/c/src/lib/libbsp/unix/posix/timer/timer.c b/c/src/lib/libbsp/unix/posix/timer/timer.c
index 065989293d..dde3847bf0 100644
--- a/c/src/lib/libbsp/unix/posix/timer/timer.c
+++ b/c/src/lib/libbsp/unix/posix/timer/timer.c
@@ -5,9 +5,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
diff --git a/c/src/lib/libc/__brk.c b/c/src/lib/libc/__brk.c
index 24efa93adb..4e5a7fcd22 100644
--- a/c/src/lib/libc/__brk.c
+++ b/c/src/lib/libc/__brk.c
@@ -3,9 +3,8 @@
*
* NOTE: sbrk() is provided by each BSP.
*
- * 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/libc/__gettod.c b/c/src/lib/libc/__gettod.c
index 16857da870..6c30e40bfb 100644
--- a/c/src/lib/libc/__gettod.c
+++ b/c/src/lib/libc/__gettod.c
@@ -1,9 +1,8 @@
/*
* gettimeofday() - SVR4 and BSD4.3 extension required by Newlib
*
- * 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/libc/__sbrk.c b/c/src/lib/libc/__sbrk.c
index b1d31467fd..f09188c571 100644
--- a/c/src/lib/libc/__sbrk.c
+++ b/c/src/lib/libc/__sbrk.c
@@ -3,9 +3,8 @@
*
* NOTE: sbrk is provided by the BSP.
*
- * 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/libc/__times.c b/c/src/lib/libc/__times.c
index 5f7525ec5f..49bd64042b 100644
--- a/c/src/lib/libc/__times.c
+++ b/c/src/lib/libc/__times.c
@@ -1,9 +1,8 @@
/*
* times() - POSIX 1003.1b 4.5.2 - Get Process Times
*
- * 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/libc/access.c b/c/src/lib/libc/access.c
index a8be44a9a3..7e25fdfc30 100644
--- a/c/src/lib/libc/access.c
+++ b/c/src/lib/libc/access.c
@@ -1,9 +1,8 @@
/*
* access() - POSIX 1003.1b 5.6.3 - File Accessibility
*
- * 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/libc/base_fs.c b/c/src/lib/libc/base_fs.c
index e5be922a40..3ea1abd7aa 100644
--- a/c/src/lib/libc/base_fs.c
+++ b/c/src/lib/libc/base_fs.c
@@ -1,9 +1,8 @@
/*
* Base file system 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/libc/cfgetispeed.c b/c/src/lib/libc/cfgetispeed.c
index 61d97cb2f1..43a8c97137 100644
--- a/c/src/lib/libc/cfgetispeed.c
+++ b/c/src/lib/libc/cfgetispeed.c
@@ -1,9 +1,8 @@
/*
* cfgetispeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libc/cfgetospeed.c b/c/src/lib/libc/cfgetospeed.c
index 8815d436e9..460b47b498 100644
--- a/c/src/lib/libc/cfgetospeed.c
+++ b/c/src/lib/libc/cfgetospeed.c
@@ -1,9 +1,8 @@
/*
* cfgetospeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libc/cfsetispeed.c b/c/src/lib/libc/cfsetispeed.c
index 37d3cd0584..af1a1b840c 100644
--- a/c/src/lib/libc/cfsetispeed.c
+++ b/c/src/lib/libc/cfsetispeed.c
@@ -1,9 +1,8 @@
/*
* cfsetispeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libc/cfsetospeed.c b/c/src/lib/libc/cfsetospeed.c
index f01237103b..f6f6c5838c 100644
--- a/c/src/lib/libc/cfsetospeed.c
+++ b/c/src/lib/libc/cfsetospeed.c
@@ -1,9 +1,8 @@
/*
* cfsetospeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/libc/chdir.c b/c/src/lib/libc/chdir.c
index 38f64d8c56..4ab5c84cb8 100644
--- a/c/src/lib/libc/chdir.c
+++ b/c/src/lib/libc/chdir.c
@@ -1,9 +1,8 @@
/*
* chdir() - POSIX 1003.1b - 5.2.1 - Change Current Working 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/lib/libc/chmod.c b/c/src/lib/libc/chmod.c
index 70ef5a3dff..d88e80eeb7 100644
--- a/c/src/lib/libc/chmod.c
+++ b/c/src/lib/libc/chmod.c
@@ -1,9 +1,8 @@
/*
* chmod() - POSIX 1003.1b 5.6.4 - Change File Modes
*
- * 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/libc/chown.c b/c/src/lib/libc/chown.c
index 8496cc684b..796fa5370c 100644
--- a/c/src/lib/libc/chown.c
+++ b/c/src/lib/libc/chown.c
@@ -1,9 +1,8 @@
/*
* chown() - POSIX 1003.1b 5.6.5 - Change Owner and Group of a File
*
- * 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/libc/close.c b/c/src/lib/libc/close.c
index ba69847533..0ee9df89ed 100644
--- a/c/src/lib/libc/close.c
+++ b/c/src/lib/libc/close.c
@@ -1,9 +1,8 @@
/*
* close() - POSIX 1003.1b 6.3.1 - Close a File
*
- * 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/libc/ctermid.c b/c/src/lib/libc/ctermid.c
index 23308dc4a6..4fa7a2fb33 100644
--- a/c/src/lib/libc/ctermid.c
+++ b/c/src/lib/libc/ctermid.c
@@ -1,9 +1,8 @@
/*
* ctermid() - POSIX 1003.1b 4.7.1 - Generate Terminal Pathname
*
- * 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/libc/deviceio.c b/c/src/lib/libc/deviceio.c
index fd969e7aa9..0cbdd2a456 100644
--- a/c/src/lib/libc/deviceio.c
+++ b/c/src/lib/libc/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/lib/libc/dup.c b/c/src/lib/libc/dup.c
index c17db588a7..902c70756a 100644
--- a/c/src/lib/libc/dup.c
+++ b/c/src/lib/libc/dup.c
@@ -1,9 +1,8 @@
/*
* dup() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
*
- * 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/libc/dup2.c b/c/src/lib/libc/dup2.c
index 5653425708..21701bfd0d 100644
--- a/c/src/lib/libc/dup2.c
+++ b/c/src/lib/libc/dup2.c
@@ -1,9 +1,8 @@
/*
* dup2() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
*
- * 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/libc/eval.c b/c/src/lib/libc/eval.c
index db294fcf54..8fc27ca19c 100644
--- a/c/src/lib/libc/eval.c
+++ b/c/src/lib/libc/eval.c
@@ -3,9 +3,8 @@
*
* Routine to seed the evaluate path 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/lib/libc/fchmod.c b/c/src/lib/libc/fchmod.c
index a964c737ea..74d9a30647 100644
--- a/c/src/lib/libc/fchmod.c
+++ b/c/src/lib/libc/fchmod.c
@@ -1,9 +1,8 @@
/*
* fchmod() - POSIX 1003.1b 5.6.4 - Change File Modes
*
- * 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/libc/fcntl.c b/c/src/lib/libc/fcntl.c
index e75baf0c5a..05410eaff6 100644
--- a/c/src/lib/libc/fcntl.c
+++ b/c/src/lib/libc/fcntl.c
@@ -1,9 +1,8 @@
/*
* fcntl() - POSIX 1003.1b 6.5.2 - File Control
*
- * 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/libc/fdatasync.c b/c/src/lib/libc/fdatasync.c
index e1f47848bf..7a86dc53c6 100644
--- a/c/src/lib/libc/fdatasync.c
+++ b/c/src/lib/libc/fdatasync.c
@@ -1,9 +1,8 @@
/*
* fdatasync() - POSIX 1003.1b 6.6.2 - Synchronize the Data of a File
*
- * 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/libc/fpathconf.c b/c/src/lib/libc/fpathconf.c
index b8cede80ff..744551ec88 100644
--- a/c/src/lib/libc/fpathconf.c
+++ b/c/src/lib/libc/fpathconf.c
@@ -1,9 +1,8 @@
/*
* fpathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
*
- * 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/libc/fs_null_handlers.c b/c/src/lib/libc/fs_null_handlers.c
index 42bc146eb9..3bedb6a512 100644
--- a/c/src/lib/libc/fs_null_handlers.c
+++ b/c/src/lib/libc/fs_null_handlers.c
@@ -1,9 +1,8 @@
/*
* Null Filesystem Operations Tables
*
- * 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/libc/fstat.c b/c/src/lib/libc/fstat.c
index 7fdc2a4b8a..8f216e3cfc 100644
--- a/c/src/lib/libc/fstat.c
+++ b/c/src/lib/libc/fstat.c
@@ -1,9 +1,8 @@
/*
* fstat() - POSIX 1003.1b 5.6.2 - Get File Status
*
- * 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/libc/fsync.c b/c/src/lib/libc/fsync.c
index e2bad3bb2e..64f05f341a 100644
--- a/c/src/lib/libc/fsync.c
+++ b/c/src/lib/libc/fsync.c
@@ -1,9 +1,8 @@
/*
* fsync() - POSIX 1003.1b 6.6.1 - Synchronize the State of a File
*
- * 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/libc/ftruncate.c b/c/src/lib/libc/ftruncate.c
index 0112817981..bbf0bc7240 100644
--- a/c/src/lib/libc/ftruncate.c
+++ b/c/src/lib/libc/ftruncate.c
@@ -1,9 +1,8 @@
/*
* ftruncate() - Truncate a File to the Specified Length
*
- * 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/libc/getdents.c b/c/src/lib/libc/getdents.c
index 91631843b7..b1afbb13f7 100644
--- a/c/src/lib/libc/getdents.c
+++ b/c/src/lib/libc/getdents.c
@@ -7,9 +7,8 @@
* the current directory position index. These entries will be placed in
* character array pointed to by -dd_buf-
*
- * 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/libc/hosterr.c b/c/src/lib/libc/hosterr.c
index 6c0308df3b..addb110dea 100644
--- a/c/src/lib/libc/hosterr.c
+++ b/c/src/lib/libc/hosterr.c
@@ -1,9 +1,8 @@
/*
* Routines to access a host errno
*
- * 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/libc/imfs.h b/c/src/lib/libc/imfs.h
index 0a82aabfce..585c070594 100644
--- a/c/src/lib/libc/imfs.h
+++ b/c/src/lib/libc/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/lib/libc/imfs_chown.c b/c/src/lib/libc/imfs_chown.c
index 816294ee34..d9e8f40e7f 100644
--- a/c/src/lib/libc/imfs_chown.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_creat.c b/c/src/lib/libc/imfs_creat.c
index 6b638ed07c..227b5f9300 100644
--- a/c/src/lib/libc/imfs_creat.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_debug.c b/c/src/lib/libc/imfs_debug.c
index 7e0482dbfe..f8151c6c0f 100644
--- a/c/src/lib/libc/imfs_debug.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_directory.c b/c/src/lib/libc/imfs_directory.c
index 89672ec9ae..1f6d9b5ff5 100644
--- a/c/src/lib/libc/imfs_directory.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_eval.c b/c/src/lib/libc/imfs_eval.c
index 66b5fa828c..1f1e7c6daf 100644
--- a/c/src/lib/libc/imfs_eval.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_fchmod.c b/c/src/lib/libc/imfs_fchmod.c
index 06c2969100..b766ed74dc 100644
--- a/c/src/lib/libc/imfs_fchmod.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_fcntl.c b/c/src/lib/libc/imfs_fcntl.c
index cbbbe1eedb..c1014a8653 100644
--- a/c/src/lib/libc/imfs_fcntl.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_fdatasync.c b/c/src/lib/libc/imfs_fdatasync.c
index 280ffb223c..6142cc7e0f 100644
--- a/c/src/lib/libc/imfs_fdatasync.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_free.c b/c/src/lib/libc/imfs_free.c
index 1dc6fd9425..2a5065068c 100644
--- a/c/src/lib/libc/imfs_free.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_fsunmount.c b/c/src/lib/libc/imfs_fsunmount.c
index 59046f13a9..1ae71ee075 100644
--- a/c/src/lib/libc/imfs_fsunmount.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_getchild.c b/c/src/lib/libc/imfs_getchild.c
index 3bb710f169..f70a8f292c 100644
--- a/c/src/lib/libc/imfs_getchild.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_gtkn.c b/c/src/lib/libc/imfs_gtkn.c
index d0689abdd3..c56bef5c2b 100644
--- a/c/src/lib/libc/imfs_gtkn.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_handlers_device.c b/c/src/lib/libc/imfs_handlers_device.c
index b6b9c808a0..4431819a94 100644
--- a/c/src/lib/libc/imfs_handlers_device.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_handlers_directory.c b/c/src/lib/libc/imfs_handlers_directory.c
index 0ee06d8ebf..21370c194d 100644
--- a/c/src/lib/libc/imfs_handlers_directory.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_handlers_link.c b/c/src/lib/libc/imfs_handlers_link.c
index 47a3f7a8f8..b0a057c068 100644
--- a/c/src/lib/libc/imfs_handlers_link.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_handlers_memfile.c b/c/src/lib/libc/imfs_handlers_memfile.c
index 0e2566841b..5133b87198 100644
--- a/c/src/lib/libc/imfs_handlers_memfile.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_init.c b/c/src/lib/libc/imfs_init.c
index ad2781f63e..c2630af78e 100644
--- a/c/src/lib/libc/imfs_init.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_initsupp.c b/c/src/lib/libc/imfs_initsupp.c
index c61618454b..408789760e 100644
--- a/c/src/lib/libc/imfs_initsupp.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_link.c b/c/src/lib/libc/imfs_link.c
index 34d277646d..6a8fa3c3ef 100644
--- a/c/src/lib/libc/imfs_link.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_mknod.c b/c/src/lib/libc/imfs_mknod.c
index 947fe260c1..05b7ca9a5f 100644
--- a/c/src/lib/libc/imfs_mknod.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_mount.c b/c/src/lib/libc/imfs_mount.c
index a267b52576..7b159f476c 100644
--- a/c/src/lib/libc/imfs_mount.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_ntype.c b/c/src/lib/libc/imfs_ntype.c
index bdf451a879..33beda1bab 100644
--- a/c/src/lib/libc/imfs_ntype.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_readlink.c b/c/src/lib/libc/imfs_readlink.c
index 958118f42f..36bb17815a 100644
--- a/c/src/lib/libc/imfs_readlink.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_rmnod.c b/c/src/lib/libc/imfs_rmnod.c
index 1eba836a58..3b875145da 100644
--- a/c/src/lib/libc/imfs_rmnod.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_stat.c b/c/src/lib/libc/imfs_stat.c
index 4628736714..2edc1a9e9b 100644
--- a/c/src/lib/libc/imfs_stat.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_symlink.c b/c/src/lib/libc/imfs_symlink.c
index 36b24fef88..8e795463e3 100644
--- a/c/src/lib/libc/imfs_symlink.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_unixstub.c b/c/src/lib/libc/imfs_unixstub.c
index 1ba71c9a42..8ee429383c 100644
--- a/c/src/lib/libc/imfs_unixstub.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_unlink.c b/c/src/lib/libc/imfs_unlink.c
index 2bb968d23a..f001c6450d 100644
--- a/c/src/lib/libc/imfs_unlink.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_unmount.c b/c/src/lib/libc/imfs_unmount.c
index f29d720ab3..9e07fe0c5e 100644
--- a/c/src/lib/libc/imfs_unmount.c
+++ b/c/src/lib/libc/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/lib/libc/imfs_utime.c b/c/src/lib/libc/imfs_utime.c
index bc2639ef8c..e20d352c50 100644
--- a/c/src/lib/libc/imfs_utime.c
+++ b/c/src/lib/libc/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/lib/libc/ioctl.c b/c/src/lib/libc/ioctl.c
index 0e8072588b..af986743dd 100644
--- a/c/src/lib/libc/ioctl.c
+++ b/c/src/lib/libc/ioctl.c
@@ -4,9 +4,8 @@
* This routine is not defined in the POSIX 1003.1b standard but is
* commonly supported on most UNIX and POSIX systems.
*
- * 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/libc/ioman.c b/c/src/lib/libc/ioman.c
index 41106fa1c7..ee22791657 100644
--- a/c/src/lib/libc/ioman.c
+++ b/c/src/lib/libc/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/lib/libc/libcsupport.h b/c/src/lib/libc/libcsupport.h
index d007784526..4c6764c1d4 100644
--- a/c/src/lib/libc/libcsupport.h
+++ b/c/src/lib/libc/libcsupport.h
@@ -3,9 +3,8 @@
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*
- * 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/libc/libio.c b/c/src/lib/libc/libio.c
index 9b8b1e1948..9723989342 100644
--- a/c/src/lib/libc/libio.c
+++ b/c/src/lib/libc/libio.c
@@ -3,9 +3,8 @@
* table of integer style file descriptors used by the low level
* POSIX system calls like open(), read, fstat(), etc.
*
- * 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/libc/libio.h b/c/src/lib/libc/libio.h
index 5d71866164..3cc4648863 100644
--- a/c/src/lib/libc/libio.h
+++ b/c/src/lib/libc/libio.h
@@ -6,9 +6,8 @@
* IO to devices but has since been enhanced to support networking
* and support for mounted file systems.
*
- * 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/libc/libio_.h b/c/src/lib/libc/libio_.h
index e37dcbcc9f..8e74b34edb 100644
--- a/c/src/lib/libc/libio_.h
+++ b/c/src/lib/libc/libio_.h
@@ -1,9 +1,8 @@
/*
* Libio Internal Information
*
- * 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/libc/libio_sockets.c b/c/src/lib/libc/libio_sockets.c
index 61d46c09f1..ac15a2a5c2 100644
--- a/c/src/lib/libc/libio_sockets.c
+++ b/c/src/lib/libc/libio_sockets.c
@@ -2,9 +2,8 @@
* This file contains the support infrastructure used to manage the
* table of integer style file descriptors used by the socket calls.
*
- * 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/libc/link.c b/c/src/lib/libc/link.c
index c12398746d..5bf8f90353 100644
--- a/c/src/lib/libc/link.c
+++ b/c/src/lib/libc/link.c
@@ -1,9 +1,8 @@
/*
* link() - POSIX 1003.1b - 5.3.4 - Create a new link
*
- * 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/libc/lseek.c b/c/src/lib/libc/lseek.c
index 6f37f3c294..992056482e 100644
--- a/c/src/lib/libc/lseek.c
+++ b/c/src/lib/libc/lseek.c
@@ -1,9 +1,8 @@
/*
* lseek() - POSIX 1003.1b 6.5.3 - Reposition Read/Write File Offset
*
- * 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/libc/lstat.c b/c/src/lib/libc/lstat.c
index 2c1746ac6e..8a3e38c049 100644
--- a/c/src/lib/libc/lstat.c
+++ b/c/src/lib/libc/lstat.c
@@ -1,9 +1,8 @@
/*
* lstat() - BSD 4.3 and SVR4 - Get File Status
*
- * 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/libc/malloc.c b/c/src/lib/libc/malloc.c
index 80708f57c2..cc63b6c7d0 100644
--- a/c/src/lib/libc/malloc.c
+++ b/c/src/lib/libc/malloc.c
@@ -2,9 +2,8 @@
* RTEMS Malloc Family Implementation
*
*
- * 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/libc/memfile.c b/c/src/lib/libc/memfile.c
index 0a3b30d38f..dad120a0a7 100644
--- a/c/src/lib/libc/memfile.c
+++ b/c/src/lib/libc/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/lib/libc/miniimfs_init.c b/c/src/lib/libc/miniimfs_init.c
index 865822fbfc..b2e4fa936e 100644
--- a/c/src/lib/libc/miniimfs_init.c
+++ b/c/src/lib/libc/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
diff --git a/c/src/lib/libc/mkdir.c b/c/src/lib/libc/mkdir.c
index 18fc7171c7..d1cf4c306c 100644
--- a/c/src/lib/libc/mkdir.c
+++ b/c/src/lib/libc/mkdir.c
@@ -1,9 +1,8 @@
/*
* mkdir() - POSIX 1003.1b 5.4.1 - Make a 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/lib/libc/mkfifo.c b/c/src/lib/libc/mkfifo.c
index 6b3ece5650..9ea820675b 100644
--- a/c/src/lib/libc/mkfifo.c
+++ b/c/src/lib/libc/mkfifo.c
@@ -1,9 +1,8 @@
/*
* mkfifo() - POSIX 1003.1b 5.4.1 - Make a FIFO Special File
*
- * 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/libc/mknod.c b/c/src/lib/libc/mknod.c
index bd434e4efa..0a3a108f9a 100644
--- a/c/src/lib/libc/mknod.c
+++ b/c/src/lib/libc/mknod.c
@@ -5,9 +5,8 @@
* commonly supported on most UNIX and POSIX systems. It is the
* foundation for creating file system objects.
*
- * 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/libc/mount.c b/c/src/lib/libc/mount.c
index 15fe800861..5cc037b712 100644
--- a/c/src/lib/libc/mount.c
+++ b/c/src/lib/libc/mount.c
@@ -7,9 +7,8 @@
* XXX make sure no optional ops you are using are NULL
* XXX unmount should be required.
*
- * 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/libc/no_libc.c b/c/src/lib/libc/no_libc.c
index 4bd02c4b27..4a7e5d8c27 100644
--- a/c/src/lib/libc/no_libc.c
+++ b/c/src/lib/libc/no_libc.c
@@ -2,9 +2,8 @@
* This file contains stubs for the reentrancy hooks when
* an unknown C library is used.
*
- * 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/libc/open.c b/c/src/lib/libc/open.c
index 7f220d1ce7..1203ca9688 100644
--- a/c/src/lib/libc/open.c
+++ b/c/src/lib/libc/open.c
@@ -1,9 +1,8 @@
/*
* open() - POSIX 1003.1 5.3.1 - Open a File
*
- * 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/libc/pathconf.c b/c/src/lib/libc/pathconf.c
index e19d1329f4..7516ffb965 100644
--- a/c/src/lib/libc/pathconf.c
+++ b/c/src/lib/libc/pathconf.c
@@ -1,9 +1,8 @@
/*
* pathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
*
- * 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/libc/pipe.c b/c/src/lib/libc/pipe.c
index 35dcf627bb..45ab89ed95 100644
--- a/c/src/lib/libc/pipe.c
+++ b/c/src/lib/libc/pipe.c
@@ -1,9 +1,8 @@
/*
* pipe() - POSIX 1003.1b 6.1.1 Create an Inter-Process Channel
*
- * 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/libc/read.c b/c/src/lib/libc/read.c
index 360fc75f66..80ad9abc42 100644
--- a/c/src/lib/libc/read.c
+++ b/c/src/lib/libc/read.c
@@ -1,9 +1,8 @@
/*
* read() - POSIX 1003.1b 6.4.1 - Read From a File
*
- * 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/libc/readlink.c b/c/src/lib/libc/readlink.c
index 6ca7488543..bec00e5c72 100644
--- a/c/src/lib/libc/readlink.c
+++ b/c/src/lib/libc/readlink.c
@@ -1,9 +1,8 @@
/*
* readlink() - POSIX 1003.1b - X.X.X - 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/lib/libc/rewinddir.c b/c/src/lib/libc/rewinddir.c
index 0df578633a..e5c753a183 100644
--- a/c/src/lib/libc/rewinddir.c
+++ b/c/src/lib/libc/rewinddir.c
@@ -1,9 +1,8 @@
/*
* rewinddir() - POSIX 1003.1b - 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/lib/libc/rmdir.c b/c/src/lib/libc/rmdir.c
index 001d999ce2..521a2e6934 100644
--- a/c/src/lib/libc/rmdir.c
+++ b/c/src/lib/libc/rmdir.c
@@ -1,9 +1,8 @@
/*
* rmdir() - POSIX 1003.1b - 5.2.2 - Remove a 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/lib/libc/seekdir.c b/c/src/lib/libc/seekdir.c
index 5a2f3bb469..eeb9c3209f 100644
--- a/c/src/lib/libc/seekdir.c
+++ b/c/src/lib/libc/seekdir.c
@@ -1,9 +1,8 @@
/*
* seekdir() - POSIX 1003.1b - 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/lib/libc/stat.c b/c/src/lib/libc/stat.c
index 8872b779d7..688333ac2e 100644
--- a/c/src/lib/libc/stat.c
+++ b/c/src/lib/libc/stat.c
@@ -3,9 +3,8 @@
*
* Reused from lstat().
*
- * 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/libc/symlink.c b/c/src/lib/libc/symlink.c
index ceb1025239..6a31a25bad 100644
--- a/c/src/lib/libc/symlink.c
+++ b/c/src/lib/libc/symlink.c
@@ -1,9 +1,8 @@
/*
* symlink() - POSIX 1003.1b - X.X.X - 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/lib/libc/tcdrain.c b/c/src/lib/libc/tcdrain.c
index 00b1cfeba1..0c89a58115 100644
--- a/c/src/lib/libc/tcdrain.c
+++ b/c/src/lib/libc/tcdrain.c
@@ -1,9 +1,8 @@
/*
* tcdrain() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libc/tcflow.c b/c/src/lib/libc/tcflow.c
index bbe60d94be..723013c898 100644
--- a/c/src/lib/libc/tcflow.c
+++ b/c/src/lib/libc/tcflow.c
@@ -1,9 +1,8 @@
/*
* tcflow() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libc/tcflush.c b/c/src/lib/libc/tcflush.c
index 3a14eba129..7d2f119aec 100644
--- a/c/src/lib/libc/tcflush.c
+++ b/c/src/lib/libc/tcflush.c
@@ -1,9 +1,8 @@
/*
* tcflush() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libc/tcgetattr.c b/c/src/lib/libc/tcgetattr.c
index 7306c9de5e..388282d37a 100644
--- a/c/src/lib/libc/tcgetattr.c
+++ b/c/src/lib/libc/tcgetattr.c
@@ -1,9 +1,8 @@
/*
* tcgetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
*
- * 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/libc/tcgetprgrp.c b/c/src/lib/libc/tcgetprgrp.c
index 563a1842ed..3f34b6ee13 100644
--- a/c/src/lib/libc/tcgetprgrp.c
+++ b/c/src/lib/libc/tcgetprgrp.c
@@ -1,9 +1,8 @@
/*
* tcgetprgrp() - POSIX 1003.1b 7.2.3 - Get Foreground Process Group ID
*
- * 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/libc/tcsendbreak.c b/c/src/lib/libc/tcsendbreak.c
index e7da9cf165..b367d26ece 100644
--- a/c/src/lib/libc/tcsendbreak.c
+++ b/c/src/lib/libc/tcsendbreak.c
@@ -1,9 +1,8 @@
/*
* tcsendbreak() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/libc/tcsetattr.c b/c/src/lib/libc/tcsetattr.c
index a769ff250f..466d2c35fb 100644
--- a/c/src/lib/libc/tcsetattr.c
+++ b/c/src/lib/libc/tcsetattr.c
@@ -1,9 +1,8 @@
/*
* tcsetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
*
- * 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/libc/tcsetpgrp.c b/c/src/lib/libc/tcsetpgrp.c
index 3e6c32c9c4..fa54df3b5f 100644
--- a/c/src/lib/libc/tcsetpgrp.c
+++ b/c/src/lib/libc/tcsetpgrp.c
@@ -1,9 +1,8 @@
/*
* tcsetprgrp() - POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID
*
- * 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/libc/telldir.c b/c/src/lib/libc/telldir.c
index 765bb4ed44..521138d648 100644
--- a/c/src/lib/libc/telldir.c
+++ b/c/src/lib/libc/telldir.c
@@ -1,9 +1,8 @@
/*
* telldir() - 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/lib/libc/truncate.c b/c/src/lib/libc/truncate.c
index 145e596654..d551b5be5b 100644
--- a/c/src/lib/libc/truncate.c
+++ b/c/src/lib/libc/truncate.c
@@ -5,9 +5,8 @@
* commonly supported on most UNIX and POSIX systems. It is provided
* for compatibility.
*
- * 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/libc/umask.c b/c/src/lib/libc/umask.c
index 35229a30a1..c9f0b4851b 100644
--- a/c/src/lib/libc/umask.c
+++ b/c/src/lib/libc/umask.c
@@ -1,9 +1,8 @@
/*
* umask() - POSIX 1003.1b 5.3.3 - Set File Creation Mask
*
- * 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/libc/unixlibc.c b/c/src/lib/libc/unixlibc.c
index a581d95534..494e83b159 100644
--- a/c/src/lib/libc/unixlibc.c
+++ b/c/src/lib/libc/unixlibc.c
@@ -2,9 +2,8 @@
* $Id$
* UNIX Port C Library Support
*
- * 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/libc/unlink.c b/c/src/lib/libc/unlink.c
index 9e9f2c0e08..cf11db227c 100644
--- a/c/src/lib/libc/unlink.c
+++ b/c/src/lib/libc/unlink.c
@@ -1,9 +1,8 @@
/*
* unlink() - POSIX 1003.1b - 5.5.1 - Remove an existing link
*
- * 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/libc/unmount.c b/c/src/lib/libc/unmount.c
index e8e73bb1d7..c4b6bdae7d 100644
--- a/c/src/lib/libc/unmount.c
+++ b/c/src/lib/libc/unmount.c
@@ -6,9 +6,8 @@
* routine is necessary to mount instantiations of a file system
* into the file system name space.
*
- * 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/libc/utime.c b/c/src/lib/libc/utime.c
index dd76882bc0..50eeece59a 100644
--- a/c/src/lib/libc/utime.c
+++ b/c/src/lib/libc/utime.c
@@ -1,9 +1,8 @@
/*
* utime() - POSIX 1003.1b 5.5.6 - Set File Access and Modification Times
*
- * 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/libc/write.c b/c/src/lib/libc/write.c
index a3eca4eccd..a47a4f40a9 100644
--- a/c/src/lib/libc/write.c
+++ b/c/src/lib/libc/write.c
@@ -1,9 +1,8 @@
/*
* write() - POSIX 1003.1b 6.4.2 - Write to a File
*
- * 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/libcpu/hppa1.1/clock/clock.c b/c/src/lib/libcpu/hppa1.1/clock/clock.c
index 99d0a69125..256d5bc2ae 100644
--- a/c/src/lib/libcpu/hppa1.1/clock/clock.c
+++ b/c/src/lib/libcpu/hppa1.1/clock/clock.c
@@ -3,9 +3,8 @@
* This routine initializes the interval timer on the
* PA-RISC CPU. The tick frequency is specified by the bsp.
*
- * 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/libcpu/hppa1.1/timer/timer.c b/c/src/lib/libcpu/hppa1.1/timer/timer.c
index 4b900ed96b..afb8a98e4f 100644
--- a/c/src/lib/libcpu/hppa1.1/timer/timer.c
+++ b/c/src/lib/libcpu/hppa1.1/timer/timer.c
@@ -5,9 +5,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
diff --git a/c/src/lib/libcpu/mips/clock/ckinit.c b/c/src/lib/libcpu/mips/clock/ckinit.c
index c0cdd6f898..1f7ea546ed 100644
--- a/c/src/lib/libcpu/mips/clock/ckinit.c
+++ b/c/src/lib/libcpu/mips/clock/ckinit.c
@@ -20,9 +20,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/mips/timer/timer.c b/c/src/lib/libcpu/mips/timer/timer.c
index dc7c61157e..23d68f4ec3 100644
--- a/c/src/lib/libcpu/mips/timer/timer.c
+++ b/c/src/lib/libcpu/mips/timer/timer.c
@@ -27,9 +27,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
diff --git a/c/src/lib/libcpu/mips64orion/clock/ckinit.c b/c/src/lib/libcpu/mips64orion/clock/ckinit.c
index c0cdd6f898..1f7ea546ed 100644
--- a/c/src/lib/libcpu/mips64orion/clock/ckinit.c
+++ b/c/src/lib/libcpu/mips64orion/clock/ckinit.c
@@ -20,9 +20,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/mips64orion/timer/timer.c b/c/src/lib/libcpu/mips64orion/timer/timer.c
index dc7c61157e..23d68f4ec3 100644
--- a/c/src/lib/libcpu/mips64orion/timer/timer.c
+++ b/c/src/lib/libcpu/mips64orion/timer/timer.c
@@ -27,9 +27,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
diff --git a/c/src/lib/libcpu/powerpc/mpc821/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc821/clock/clock.c
index a41bde3de5..a0fe3a02d2 100644
--- a/c/src/lib/libcpu/powerpc/mpc821/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc821/clock/clock.c
@@ -25,9 +25,8 @@
*
* Derived from c/src/lib/libcpu/hppa1_1/clock/clock.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c b/c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c
index dbf978bb4d..325fcbf87d 100644
--- a/c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c
+++ b/c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c
@@ -30,9 +30,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/libcpu/powerpc/mpc821/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc821/timer/timer.c
index 4ad3b2fb2e..eefadb9079 100644
--- a/c/src/lib/libcpu/powerpc/mpc821/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc821/timer/timer.c
@@ -32,9 +32,8 @@
*
* Derived from c/src/lib/libcpu/hppa1_1/timer/timer.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/powerpc/mpc860/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc860/clock/clock.c
index 2d01d786b2..25af11ce9a 100644
--- a/c/src/lib/libcpu/powerpc/mpc860/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc860/clock/clock.c
@@ -25,9 +25,8 @@
*
* Derived from c/src/lib/libcpu/hppa1_1/clock/clock.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c b/c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c
index c713f9ebdc..e611b3bda8 100644
--- a/c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c
+++ b/c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c
@@ -32,9 +32,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/libcpu/powerpc/mpc860/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc860/timer/timer.c
index 6cfb6fdcbf..d5cb561c48 100644
--- a/c/src/lib/libcpu/powerpc/mpc860/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc860/timer/timer.c
@@ -32,9 +32,8 @@
*
* Derived from c/src/lib/libcpu/hppa1_1/timer/timer.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
index dc019d6b7e..44f07eff1f 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
@@ -26,9 +26,8 @@
* COPYRIGHT (c) 1997 by IMD, Puchheim, Germany.
*
*
- * 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/libcpu/powerpc/ppc403/console/console.c.polled b/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled
index 976b5f975c..7b60f9c952 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled
@@ -18,9 +18,8 @@
*
* Derived from c/src/lib/libbsp/no_cpu/no_bsp/console/console.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
index a45f2b396f..93a188da60 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
@@ -23,9 +23,8 @@
*
* Derived from c/src/lib/libcpu/hppa1.1/timer/timer.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 the file LICENSE in this distribution or at
diff --git a/c/src/lib/libcpu/sh/sh7032/include/null.h b/c/src/lib/libcpu/sh/sh7032/include/null.h
index 9ce4886c14..6c8e952d06 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/null.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/null.h
@@ -4,9 +4,8 @@
*
* Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
*
- * 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/libcpu/sh/sh7032/null/close.c b/c/src/lib/libcpu/sh/sh7032/null/close.c
index cb5ac8cd65..49ec126008 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/close.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/close.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * 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/libcpu/sh/sh7032/null/cntrl.c b/c/src/lib/libcpu/sh/sh7032/null/cntrl.c
index cafc714279..308685523e 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/cntrl.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/cntrl.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * 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/libcpu/sh/sh7032/null/init.c b/c/src/lib/libcpu/sh/sh7032/null/init.c
index dcc1800f6b..653430f31c 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/init.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/init.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * 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/libcpu/sh/sh7032/null/open.c b/c/src/lib/libcpu/sh/sh7032/null/open.c
index 352f4b981e..43a9b22667 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/open.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/open.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * 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/libcpu/sh/sh7032/null/read.c b/c/src/lib/libcpu/sh/sh7032/null/read.c
index 895ba0c7f4..4c463b4b49 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/read.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/read.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * 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/libcpu/sh/sh7032/null/write.c b/c/src/lib/libcpu/sh/sh7032/null/write.c
index d9c4da434b..bdedb5d451 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/write.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/write.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * 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/libcpu/sparc/include/erc32.h b/c/src/lib/libcpu/sparc/include/erc32.h
index bfcec909b7..0d2e23da01 100644
--- a/c/src/lib/libcpu/sparc/include/erc32.h
+++ b/c/src/lib/libcpu/sparc/include/erc32.h
@@ -18,9 +18,8 @@
* + Memory Control Register
* + Interrupt Control
*
- * 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/libchip/rtc/icm7170.c b/c/src/libchip/rtc/icm7170.c
index f3cf513d2e..792bc042c8 100644
--- a/c/src/libchip/rtc/icm7170.c
+++ b/c/src/libchip/rtc/icm7170.c
@@ -13,9 +13,8 @@
*
* This is less than the time span supported by RTEMS.
*
- * 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/libchip/rtc/icm7170.h b/c/src/libchip/rtc/icm7170.h
index 5bf9fd065c..2aa6013451 100644
--- a/c/src/libchip/rtc/icm7170.h
+++ b/c/src/libchip/rtc/icm7170.h
@@ -3,9 +3,8 @@
*
* + Harris Semiconduction ICM7170
*
- * 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/libchip/rtc/m48t08.c b/c/src/libchip/rtc/m48t08.c
index b3d0dcb0de..a24a32d73d 100644
--- a/c/src/libchip/rtc/m48t08.c
+++ b/c/src/libchip/rtc/m48t08.c
@@ -13,9 +13,8 @@
*
* This is less than the time span supported by RTEMS.
*
- * 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/libchip/rtc/m48t08.h b/c/src/libchip/rtc/m48t08.h
index 7d27215e1e..c4a61736b6 100644
--- a/c/src/libchip/rtc/m48t08.h
+++ b/c/src/libchip/rtc/m48t08.h
@@ -5,9 +5,8 @@
* + Mostek M48T18
* + Dallas Semiconductor DS1643
*
- * 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/libchip/rtc/rtc.h b/c/src/libchip/rtc/rtc.h
index 94b42e3f34..ffb0461c24 100644
--- a/c/src/libchip/rtc/rtc.h
+++ b/c/src/libchip/rtc/rtc.h
@@ -1,9 +1,8 @@
/*
* This file contains the Real-Time Clock definitions.
*
- * 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/libchip/rtc/rtcprobe.c b/c/src/libchip/rtc/rtcprobe.c
index 6aaad89486..75c89d9ae8 100644
--- a/c/src/libchip/rtc/rtcprobe.c
+++ b/c/src/libchip/rtc/rtcprobe.c
@@ -1,9 +1,8 @@
/*
* This file contains the default Real-Time Clock probe 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/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c
index a917f5aa46..7ca029b325 100644
--- a/c/src/libchip/serial/mc68681.c
+++ b/c/src/libchip/serial/mc68681.c
@@ -6,9 +6,8 @@
*
* + Exar 88c681 and 68c681
*
- * 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/libchip/serial/mc68681.h b/c/src/libchip/serial/mc68681.h
index 57713e3eff..ccc3fda053 100644
--- a/c/src/libchip/serial/mc68681.h
+++ b/c/src/libchip/serial/mc68681.h
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/libchip/serial/mc68681_p.h b/c/src/libchip/serial/mc68681_p.h
index 471b0ae42e..783482d33f 100644
--- a/c/src/libchip/serial/mc68681_p.h
+++ b/c/src/libchip/serial/mc68681_p.h
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/libchip/serial/serial.h b/c/src/libchip/serial/serial.h
index aa0e7f58aa..e2f898e1bb 100644
--- a/c/src/libchip/serial/serial.h
+++ b/c/src/libchip/serial/serial.h
@@ -3,9 +3,8 @@
*
* This driver uses the termios pseudo driver.
*
- * 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/libchip/shmdr/addlq.c b/c/src/libchip/shmdr/addlq.c
index 2eace43e4d..7434baa688 100644
--- a/c/src/libchip/shmdr/addlq.c
+++ b/c/src/libchip/shmdr/addlq.c
@@ -8,9 +8,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/libchip/shmdr/cnvpkt.c b/c/src/libchip/shmdr/cnvpkt.c
index 4a9a4006db..66dc92a172 100644
--- a/c/src/libchip/shmdr/cnvpkt.c
+++ b/c/src/libchip/shmdr/cnvpkt.c
@@ -13,9 +13,8 @@
* NOTE: Message buffers are not manipulated.
* Endian conversion is currently the only conversion.
*
- * 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/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c
index 6cd4e2129f..7b6850083f 100644
--- a/c/src/libchip/shmdr/dump.c
+++ b/c/src/libchip/shmdr/dump.c
@@ -6,9 +6,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/libchip/shmdr/fatal.c b/c/src/libchip/shmdr/fatal.c
index b0558c92f0..6a085ea934 100644
--- a/c/src/libchip/shmdr/fatal.c
+++ b/c/src/libchip/shmdr/fatal.c
@@ -7,9 +7,8 @@
*
* Output parameters: NEVER RETURNS
*
- * 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/libchip/shmdr/getlq.c b/c/src/libchip/shmdr/getlq.c
index 7b525b2d92..9ec31c9605 100644
--- a/c/src/libchip/shmdr/getlq.c
+++ b/c/src/libchip/shmdr/getlq.c
@@ -10,9 +10,8 @@
* returns - pointer to an envelope control block
* - NULL if no envelopes on specified queue
*
- * 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/libchip/shmdr/getpkt.c b/c/src/libchip/shmdr/getpkt.c
index 03971ea022..149bbe75e5 100644
--- a/c/src/libchip/shmdr/getpkt.c
+++ b/c/src/libchip/shmdr/getpkt.c
@@ -9,9 +9,8 @@
* Output parameters:
* *(cpb->get_packet) - address of allocated packet
*
- * 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/libchip/shmdr/init.c b/c/src/libchip/shmdr/init.c
index 4e1df20be0..71350fa3d2 100644
--- a/c/src/libchip/shmdr/init.c
+++ b/c/src/libchip/shmdr/init.c
@@ -7,9 +7,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/libchip/shmdr/initlq.c b/c/src/libchip/shmdr/initlq.c
index f876d4b43d..e93ce6dd3f 100644
--- a/c/src/libchip/shmdr/initlq.c
+++ b/c/src/libchip/shmdr/initlq.c
@@ -9,9 +9,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/libchip/shmdr/intr.c b/c/src/libchip/shmdr/intr.c
index 1483cd3afe..3b730459a8 100644
--- a/c/src/libchip/shmdr/intr.c
+++ b/c/src/libchip/shmdr/intr.c
@@ -12,9 +12,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/libchip/shmdr/mpci.h b/c/src/libchip/shmdr/mpci.h
index 5e08cc4ec4..3afb4034b7 100644
--- a/c/src/libchip/shmdr/mpci.h
+++ b/c/src/libchip/shmdr/mpci.h
@@ -4,9 +4,8 @@
* have an application use the Shared Memory Driver as its
* sole mechanism for MPCI.
*
- * 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/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c
index 573a4ebd21..da07e0279f 100644
--- a/c/src/libchip/shmdr/mpisr.c
+++ b/c/src/libchip/shmdr/mpisr.c
@@ -1,8 +1,7 @@
/* _Shm_isr()
*
- * 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/libchip/shmdr/poll.c b/c/src/libchip/shmdr/poll.c
index 22dc116435..ec428bb74c 100644
--- a/c/src/libchip/shmdr/poll.c
+++ b/c/src/libchip/shmdr/poll.c
@@ -8,9 +8,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/libchip/shmdr/receive.c b/c/src/libchip/shmdr/receive.c
index 98fd23b29d..5b8cd2e9e8 100644
--- a/c/src/libchip/shmdr/receive.c
+++ b/c/src/libchip/shmdr/receive.c
@@ -11,9 +11,8 @@
* *(rpb->packet) - pointer to packet
* NULL if no packet currently available
*
- * 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/libchip/shmdr/retpkt.c b/c/src/libchip/shmdr/retpkt.c
index d14b6e26e1..027a9a7659 100644
--- a/c/src/libchip/shmdr/retpkt.c
+++ b/c/src/libchip/shmdr/retpkt.c
@@ -9,9 +9,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/libchip/shmdr/send.c b/c/src/libchip/shmdr/send.c
index f26445cb42..4ffdd5d905 100644
--- a/c/src/libchip/shmdr/send.c
+++ b/c/src/libchip/shmdr/send.c
@@ -11,9 +11,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/libchip/shmdr/setckvec.c b/c/src/libchip/shmdr/setckvec.c
index 1e56e5737b..770b695903 100644
--- a/c/src/libchip/shmdr/setckvec.c
+++ b/c/src/libchip/shmdr/setckvec.c
@@ -7,9 +7,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/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h
index 8875525983..2f212fd759 100644
--- a/c/src/libchip/shmdr/shm_driver.h
+++ b/c/src/libchip/shmdr/shm_driver.h
@@ -6,9 +6,8 @@
*
* Processor board dependencies are in other files.
*
- * 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/libfs/src/imfs/deviceio.c b/c/src/libfs/src/imfs/deviceio.c
index fd969e7aa9..0cbdd2a456 100644
--- a/c/src/libfs/src/imfs/deviceio.c
+++ b/c/src/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/libfs/src/imfs/imfs.h b/c/src/libfs/src/imfs/imfs.h
index 0a82aabfce..585c070594 100644
--- a/c/src/libfs/src/imfs/imfs.h
+++ b/c/src/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/libfs/src/imfs/imfs_chown.c b/c/src/libfs/src/imfs/imfs_chown.c
index 816294ee34..d9e8f40e7f 100644
--- a/c/src/libfs/src/imfs/imfs_chown.c
+++ b/c/src/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/libfs/src/imfs/imfs_creat.c b/c/src/libfs/src/imfs/imfs_creat.c
index 6b638ed07c..227b5f9300 100644
--- a/c/src/libfs/src/imfs/imfs_creat.c
+++ b/c/src/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/libfs/src/imfs/imfs_debug.c b/c/src/libfs/src/imfs/imfs_debug.c
index 7e0482dbfe..f8151c6c0f 100644
--- a/c/src/libfs/src/imfs/imfs_debug.c
+++ b/c/src/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/libfs/src/imfs/imfs_directory.c b/c/src/libfs/src/imfs/imfs_directory.c
index 89672ec9ae..1f6d9b5ff5 100644
--- a/c/src/libfs/src/imfs/imfs_directory.c
+++ b/c/src/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/libfs/src/imfs/imfs_eval.c b/c/src/libfs/src/imfs/imfs_eval.c
index 66b5fa828c..1f1e7c6daf 100644
--- a/c/src/libfs/src/imfs/imfs_eval.c
+++ b/c/src/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/libfs/src/imfs/imfs_fchmod.c b/c/src/libfs/src/imfs/imfs_fchmod.c
index 06c2969100..b766ed74dc 100644
--- a/c/src/libfs/src/imfs/imfs_fchmod.c
+++ b/c/src/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/libfs/src/imfs/imfs_fcntl.c b/c/src/libfs/src/imfs/imfs_fcntl.c
index cbbbe1eedb..c1014a8653 100644
--- a/c/src/libfs/src/imfs/imfs_fcntl.c
+++ b/c/src/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/libfs/src/imfs/imfs_fdatasync.c b/c/src/libfs/src/imfs/imfs_fdatasync.c
index 280ffb223c..6142cc7e0f 100644
--- a/c/src/libfs/src/imfs/imfs_fdatasync.c
+++ b/c/src/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/libfs/src/imfs/imfs_free.c b/c/src/libfs/src/imfs/imfs_free.c
index 1dc6fd9425..2a5065068c 100644
--- a/c/src/libfs/src/imfs/imfs_free.c
+++ b/c/src/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/libfs/src/imfs/imfs_fsunmount.c b/c/src/libfs/src/imfs/imfs_fsunmount.c
index 59046f13a9..1ae71ee075 100644
--- a/c/src/libfs/src/imfs/imfs_fsunmount.c
+++ b/c/src/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/libfs/src/imfs/imfs_getchild.c b/c/src/libfs/src/imfs/imfs_getchild.c
index 3bb710f169..f70a8f292c 100644
--- a/c/src/libfs/src/imfs/imfs_getchild.c
+++ b/c/src/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/libfs/src/imfs/imfs_gtkn.c b/c/src/libfs/src/imfs/imfs_gtkn.c
index d0689abdd3..c56bef5c2b 100644
--- a/c/src/libfs/src/imfs/imfs_gtkn.c
+++ b/c/src/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/libfs/src/imfs/imfs_handlers_device.c b/c/src/libfs/src/imfs/imfs_handlers_device.c
index b6b9c808a0..4431819a94 100644
--- a/c/src/libfs/src/imfs/imfs_handlers_device.c
+++ b/c/src/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/libfs/src/imfs/imfs_handlers_directory.c b/c/src/libfs/src/imfs/imfs_handlers_directory.c
index 0ee06d8ebf..21370c194d 100644
--- a/c/src/libfs/src/imfs/imfs_handlers_directory.c
+++ b/c/src/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/libfs/src/imfs/imfs_handlers_link.c b/c/src/libfs/src/imfs/imfs_handlers_link.c
index 47a3f7a8f8..b0a057c068 100644
--- a/c/src/libfs/src/imfs/imfs_handlers_link.c
+++ b/c/src/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/libfs/src/imfs/imfs_handlers_memfile.c b/c/src/libfs/src/imfs/imfs_handlers_memfile.c
index 0e2566841b..5133b87198 100644
--- a/c/src/libfs/src/imfs/imfs_handlers_memfile.c
+++ b/c/src/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/libfs/src/imfs/imfs_init.c b/c/src/libfs/src/imfs/imfs_init.c
index ad2781f63e..c2630af78e 100644
--- a/c/src/libfs/src/imfs/imfs_init.c
+++ b/c/src/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/libfs/src/imfs/imfs_initsupp.c b/c/src/libfs/src/imfs/imfs_initsupp.c
index c61618454b..408789760e 100644
--- a/c/src/libfs/src/imfs/imfs_initsupp.c
+++ b/c/src/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/libfs/src/imfs/imfs_link.c b/c/src/libfs/src/imfs/imfs_link.c
index 34d277646d..6a8fa3c3ef 100644
--- a/c/src/libfs/src/imfs/imfs_link.c
+++ b/c/src/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/libfs/src/imfs/imfs_mknod.c b/c/src/libfs/src/imfs/imfs_mknod.c
index 947fe260c1..05b7ca9a5f 100644
--- a/c/src/libfs/src/imfs/imfs_mknod.c
+++ b/c/src/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/libfs/src/imfs/imfs_mount.c b/c/src/libfs/src/imfs/imfs_mount.c
index a267b52576..7b159f476c 100644
--- a/c/src/libfs/src/imfs/imfs_mount.c
+++ b/c/src/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/libfs/src/imfs/imfs_ntype.c b/c/src/libfs/src/imfs/imfs_ntype.c
index bdf451a879..33beda1bab 100644
--- a/c/src/libfs/src/imfs/imfs_ntype.c
+++ b/c/src/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/libfs/src/imfs/imfs_readlink.c b/c/src/libfs/src/imfs/imfs_readlink.c
index 958118f42f..36bb17815a 100644
--- a/c/src/libfs/src/imfs/imfs_readlink.c
+++ b/c/src/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/libfs/src/imfs/imfs_rmnod.c b/c/src/libfs/src/imfs/imfs_rmnod.c
index 1eba836a58..3b875145da 100644
--- a/c/src/libfs/src/imfs/imfs_rmnod.c
+++ b/c/src/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/libfs/src/imfs/imfs_stat.c b/c/src/libfs/src/imfs/imfs_stat.c
index 4628736714..2edc1a9e9b 100644
--- a/c/src/libfs/src/imfs/imfs_stat.c
+++ b/c/src/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/libfs/src/imfs/imfs_symlink.c b/c/src/libfs/src/imfs/imfs_symlink.c
index 36b24fef88..8e795463e3 100644
--- a/c/src/libfs/src/imfs/imfs_symlink.c
+++ b/c/src/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/libfs/src/imfs/imfs_unixstub.c b/c/src/libfs/src/imfs/imfs_unixstub.c
index 1ba71c9a42..8ee429383c 100644
--- a/c/src/libfs/src/imfs/imfs_unixstub.c
+++ b/c/src/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/libfs/src/imfs/imfs_unlink.c b/c/src/libfs/src/imfs/imfs_unlink.c
index 2bb968d23a..f001c6450d 100644
--- a/c/src/libfs/src/imfs/imfs_unlink.c
+++ b/c/src/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/libfs/src/imfs/imfs_unmount.c b/c/src/libfs/src/imfs/imfs_unmount.c
index f29d720ab3..9e07fe0c5e 100644
--- a/c/src/libfs/src/imfs/imfs_unmount.c
+++ b/c/src/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/libfs/src/imfs/imfs_utime.c b/c/src/libfs/src/imfs/imfs_utime.c
index bc2639ef8c..e20d352c50 100644
--- a/c/src/libfs/src/imfs/imfs_utime.c
+++ b/c/src/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/libfs/src/imfs/ioman.c b/c/src/libfs/src/imfs/ioman.c
index 41106fa1c7..ee22791657 100644
--- a/c/src/libfs/src/imfs/ioman.c
+++ b/c/src/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/libfs/src/imfs/memfile.c b/c/src/libfs/src/imfs/memfile.c
index 0a3b30d38f..dad120a0a7 100644
--- a/c/src/libfs/src/imfs/memfile.c
+++ b/c/src/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/libfs/src/imfs/miniimfs_init.c b/c/src/libfs/src/imfs/miniimfs_init.c
index 865822fbfc..b2e4fa936e 100644
--- a/c/src/libfs/src/imfs/miniimfs_init.c
+++ b/c/src/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
diff --git a/c/src/libmisc/cpuuse/cpuuse.c b/c/src/libmisc/cpuuse/cpuuse.c
index e451318575..66c006e3d3 100644
--- a/c/src/libmisc/cpuuse/cpuuse.c
+++ b/c/src/libmisc/cpuuse/cpuuse.c
@@ -1,9 +1,8 @@
/*
* CPU Usage Reporter
*
- * COPYRIGHT (c) 1989-1998. 1996.
+ * COPYRIGHT (c) 1989-1999. 1996.
* 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/libmisc/cpuuse/cpuuse.h b/c/src/libmisc/cpuuse/cpuuse.h
index bc678bb284..34e2b3ade5 100644
--- a/c/src/libmisc/cpuuse/cpuuse.h
+++ b/c/src/libmisc/cpuuse/cpuuse.h
@@ -3,9 +3,8 @@
* This include file contains information necessary to utilize
* and install the cpu usage reporting mechanism.
*
- * COPYRIGHT (c) 1989-1998. 1996.
+ * COPYRIGHT (c) 1989-1999. 1996.
* 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/libmisc/dummy/dummy.c b/c/src/libmisc/dummy/dummy.c
index 7474b4a1c2..92f284fd83 100644
--- a/c/src/libmisc/dummy/dummy.c
+++ b/c/src/libmisc/dummy/dummy.c
@@ -5,9 +5,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/libmisc/stackchk/check.c b/c/src/libmisc/stackchk/check.c
index b8688d3579..8e811e493d 100644
--- a/c/src/libmisc/stackchk/check.c
+++ b/c/src/libmisc/stackchk/check.c
@@ -6,9 +6,8 @@
* CPU grows up or down and installs the correct
* extension routines for that direction.
*
- * 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/libmisc/stackchk/internal.h b/c/src/libmisc/stackchk/internal.h
index 96d0c3f10a..ef2713abfd 100644
--- a/c/src/libmisc/stackchk/internal.h
+++ b/c/src/libmisc/stackchk/internal.h
@@ -3,9 +3,8 @@
* This include file contains internal information
* for the RTEMS stack checker.
*
- * 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/libmisc/stackchk/stackchk.h b/c/src/libmisc/stackchk/stackchk.h
index 1b40da5e0c..e5caaf1285 100644
--- a/c/src/libmisc/stackchk/stackchk.h
+++ b/c/src/libmisc/stackchk/stackchk.h
@@ -3,9 +3,8 @@
* This include file contains information necessary to utilize
* and install the stack checker mechanism.
*
- * 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/optman/rtems/no-dpmem.c b/c/src/optman/rtems/no-dpmem.c
index b3a122abb7..96461d114b 100644
--- a/c/src/optman/rtems/no-dpmem.c
+++ b/c/src/optman/rtems/no-dpmem.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/optman/rtems/no-event.c b/c/src/optman/rtems/no-event.c
index 5aa427ce73..3511518c71 100644
--- a/c/src/optman/rtems/no-event.c
+++ b/c/src/optman/rtems/no-event.c
@@ -1,9 +1,8 @@
/*
* Event 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/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index 41fa81e597..5fc8f81df6 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -2,9 +2,8 @@
* Multiprocessing 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/optman/rtems/no-msg.c b/c/src/optman/rtems/no-msg.c
index 65103dcb7d..ccd34720c3 100644
--- a/c/src/optman/rtems/no-msg.c
+++ b/c/src/optman/rtems/no-msg.c
@@ -2,9 +2,8 @@
* Message Queue 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/optman/rtems/no-part.c b/c/src/optman/rtems/no-part.c
index 56abcb7af1..842ea89333 100644
--- a/c/src/optman/rtems/no-part.c
+++ b/c/src/optman/rtems/no-part.c
@@ -2,9 +2,8 @@
* Partition 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/optman/rtems/no-region.c b/c/src/optman/rtems/no-region.c
index 3ae7c86f35..017d90f722 100644
--- a/c/src/optman/rtems/no-region.c
+++ b/c/src/optman/rtems/no-region.c
@@ -2,9 +2,8 @@
* Region 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/optman/rtems/no-rtmon.c b/c/src/optman/rtems/no-rtmon.c
index 96e6fe8228..cc96089a63 100644
--- a/c/src/optman/rtems/no-rtmon.c
+++ b/c/src/optman/rtems/no-rtmon.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/optman/rtems/no-sem.c b/c/src/optman/rtems/no-sem.c
index 2f31e50cd9..7eb04d6eca 100644
--- a/c/src/optman/rtems/no-sem.c
+++ b/c/src/optman/rtems/no-sem.c
@@ -2,9 +2,8 @@
* Semaphore 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/optman/rtems/no-signal.c b/c/src/optman/rtems/no-signal.c
index b73d12c97b..b45fc33265 100644
--- a/c/src/optman/rtems/no-signal.c
+++ b/c/src/optman/rtems/no-signal.c
@@ -2,9 +2,8 @@
* Signal 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/optman/rtems/no-timer.c b/c/src/optman/rtems/no-timer.c
index 5d6ec63d4e..e788ad433f 100644
--- a/c/src/optman/rtems/no-timer.c
+++ b/c/src/optman/rtems/no-timer.c
@@ -2,9 +2,8 @@
* Timer 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/optman/sapi/no-ext.c b/c/src/optman/sapi/no-ext.c
index ae72a6e552..1c2fffe8b8 100644
--- a/c/src/optman/sapi/no-ext.c
+++ b/c/src/optman/sapi/no-ext.c
@@ -2,9 +2,8 @@
* Extension 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/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index 7b38c436d4..df03245239 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -2,9 +2,8 @@
* Input/Output 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/tests/libtests/cpuuse/init.c b/c/src/tests/libtests/cpuuse/init.c
index 31e017c698..3f7538ab92 100644
--- a/c/src/tests/libtests/cpuuse/init.c
+++ b/c/src/tests/libtests/cpuuse/init.c
@@ -7,9 +7,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/tests/libtests/cpuuse/system.h b/c/src/tests/libtests/cpuuse/system.h
index 055d93a098..83aa39f121 100644
--- a/c/src/tests/libtests/cpuuse/system.h
+++ b/c/src/tests/libtests/cpuuse/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/libtests/cpuuse/task1.c b/c/src/tests/libtests/cpuuse/task1.c
index 53f0188ca0..8819803f55 100644
--- a/c/src/tests/libtests/cpuuse/task1.c
+++ b/c/src/tests/libtests/cpuuse/task1.c
@@ -8,9 +8,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/tests/libtests/cpuuse/task2.c b/c/src/tests/libtests/cpuuse/task2.c
index ff22274284..5dbdda331d 100644
--- a/c/src/tests/libtests/cpuuse/task2.c
+++ b/c/src/tests/libtests/cpuuse/task2.c
@@ -8,9 +8,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/tests/libtests/cpuuse/task3.c b/c/src/tests/libtests/cpuuse/task3.c
index a431a99f9d..829f52820f 100644
--- a/c/src/tests/libtests/cpuuse/task3.c
+++ b/c/src/tests/libtests/cpuuse/task3.c
@@ -8,9 +8,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/tests/libtests/cpuuse/tswitch.c b/c/src/tests/libtests/cpuuse/tswitch.c
index 263628e13e..f083709497 100644
--- a/c/src/tests/libtests/cpuuse/tswitch.c
+++ b/c/src/tests/libtests/cpuuse/tswitch.c
@@ -10,9 +10,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/tests/libtests/malloctest/init.c b/c/src/tests/libtests/malloctest/init.c
index 643aa843b8..0744f11866 100644
--- a/c/src/tests/libtests/malloctest/init.c
+++ b/c/src/tests/libtests/malloctest/init.c
@@ -11,9 +11,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/tests/libtests/malloctest/system.h b/c/src/tests/libtests/malloctest/system.h
index e640424eed..3f03aa5873 100644
--- a/c/src/tests/libtests/malloctest/system.h
+++ b/c/src/tests/libtests/malloctest/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/libtests/malloctest/task1.c b/c/src/tests/libtests/malloctest/task1.c
index b535e382ed..91b7e3e147 100644
--- a/c/src/tests/libtests/malloctest/task1.c
+++ b/c/src/tests/libtests/malloctest/task1.c
@@ -3,9 +3,8 @@
* This set of three tasks do some simple task switching for about
* 15 seconds and then call a routine to "blow the stack".
*
- * 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/tests/libtests/monitor/init.c b/c/src/tests/libtests/monitor/init.c
index 0766c5f8cc..2d62df856f 100644
--- a/c/src/tests/libtests/monitor/init.c
+++ b/c/src/tests/libtests/monitor/init.c
@@ -3,9 +3,8 @@
* task. The Monitor task can be used to obtain information about
* a variety of RTEMS objects.
*
- * 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/tests/libtests/monitor/system.h b/c/src/tests/libtests/monitor/system.h
index 75f5771161..52280bb9a3 100644
--- a/c/src/tests/libtests/monitor/system.h
+++ b/c/src/tests/libtests/monitor/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/libtests/putenvtest/init.c b/c/src/tests/libtests/putenvtest/init.c
index bd44485e2c..6c3aa0eaf5 100644
--- a/c/src/tests/libtests/putenvtest/init.c
+++ b/c/src/tests/libtests/putenvtest/init.c
@@ -11,9 +11,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/tests/libtests/rtems++/Init.cc b/c/src/tests/libtests/rtems++/Init.cc
index 4474580bc3..b1d14efa68 100644
--- a/c/src/tests/libtests/rtems++/Init.cc
+++ b/c/src/tests/libtests/rtems++/Init.cc
@@ -11,9 +11,8 @@
* Objective Design Systems Ltd Pty (ODS)
* All rights reserved (R) Objective Design Systems Ltd Pty
*
- * 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/tests/libtests/rtems++/System.h b/c/src/tests/libtests/rtems++/System.h
index 18668d3b9a..f849e53503 100644
--- a/c/src/tests/libtests/rtems++/System.h
+++ b/c/src/tests/libtests/rtems++/System.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/libtests/rtems++/Task1.cc b/c/src/tests/libtests/rtems++/Task1.cc
index 0d334ca977..07d2179077 100644
--- a/c/src/tests/libtests/rtems++/Task1.cc
+++ b/c/src/tests/libtests/rtems++/Task1.cc
@@ -12,9 +12,8 @@
* Objective Design Systems Ltd Pty (ODS)
* All rights reserved (R) Objective Design Systems Ltd Pty
*
- * 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/tests/libtests/rtems++/Task2.cc b/c/src/tests/libtests/rtems++/Task2.cc
index afddbca67d..1a44f4b0ef 100644
--- a/c/src/tests/libtests/rtems++/Task2.cc
+++ b/c/src/tests/libtests/rtems++/Task2.cc
@@ -8,9 +8,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/tests/libtests/rtems++/Task3.cc b/c/src/tests/libtests/rtems++/Task3.cc
index 73ddb3b6b2..b1a0595757 100644
--- a/c/src/tests/libtests/rtems++/Task3.cc
+++ b/c/src/tests/libtests/rtems++/Task3.cc
@@ -8,9 +8,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/tests/libtests/rtmonuse/getall.c b/c/src/tests/libtests/rtmonuse/getall.c
index 85f6470d1c..a99ecf3d8c 100644
--- a/c/src/tests/libtests/rtmonuse/getall.c
+++ b/c/src/tests/libtests/rtmonuse/getall.c
@@ -6,9 +6,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/tests/libtests/rtmonuse/init.c b/c/src/tests/libtests/rtmonuse/init.c
index 6f3849e4d5..a406a18a35 100644
--- a/c/src/tests/libtests/rtmonuse/init.c
+++ b/c/src/tests/libtests/rtmonuse/init.c
@@ -11,9 +11,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/tests/libtests/rtmonuse/system.h b/c/src/tests/libtests/rtmonuse/system.h
index b10fb1193b..9d92d23d14 100644
--- a/c/src/tests/libtests/rtmonuse/system.h
+++ b/c/src/tests/libtests/rtmonuse/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/libtests/rtmonuse/task1.c b/c/src/tests/libtests/rtmonuse/task1.c
index 3ee1080a4e..2d9a828f04 100644
--- a/c/src/tests/libtests/rtmonuse/task1.c
+++ b/c/src/tests/libtests/rtmonuse/task1.c
@@ -8,9 +8,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/tests/libtests/stackchk/blow.c b/c/src/tests/libtests/stackchk/blow.c
index 0be35308c8..944cf9e73c 100644
--- a/c/src/tests/libtests/stackchk/blow.c
+++ b/c/src/tests/libtests/stackchk/blow.c
@@ -3,9 +3,8 @@
* This set of three tasks do some simple task switching for about
* 15 seconds and then call a routine to "blow the stack".
*
- * 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/tests/libtests/stackchk/init.c b/c/src/tests/libtests/stackchk/init.c
index f4aab85d95..7a3a5e9422 100644
--- a/c/src/tests/libtests/stackchk/init.c
+++ b/c/src/tests/libtests/stackchk/init.c
@@ -11,9 +11,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/tests/libtests/stackchk/system.h b/c/src/tests/libtests/stackchk/system.h
index a656d24e26..4c43388163 100644
--- a/c/src/tests/libtests/stackchk/system.h
+++ b/c/src/tests/libtests/stackchk/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/libtests/stackchk/task1.c b/c/src/tests/libtests/stackchk/task1.c
index 14cc35ae35..7a95467485 100644
--- a/c/src/tests/libtests/stackchk/task1.c
+++ b/c/src/tests/libtests/stackchk/task1.c
@@ -3,9 +3,8 @@
* This set of three tasks do some simple task switching for about
* 15 seconds and then call a routine to "blow the stack".
*
- * 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/tests/mptests/mp01/init.c b/c/src/tests/mptests/mp01/init.c
index 4234ba1473..22b7494a6a 100644
--- a/c/src/tests/mptests/mp01/init.c
+++ b/c/src/tests/mptests/mp01/init.c
@@ -11,9 +11,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/tests/mptests/mp01/node1/mp01.doc b/c/src/tests/mptests/mp01/node1/mp01.doc
index f2c86a4433..58810185c6 100644
--- a/c/src/tests/mptests/mp01/node1/mp01.doc
+++ b/c/src/tests/mptests/mp01/node1/mp01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp01/node2/mp01.doc b/c/src/tests/mptests/mp01/node2/mp01.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp01/node2/mp01.doc
+++ b/c/src/tests/mptests/mp01/node2/mp01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp01/system.h b/c/src/tests/mptests/mp01/system.h
index 2abd7fabfa..c1ce67d249 100644
--- a/c/src/tests/mptests/mp01/system.h
+++ b/c/src/tests/mptests/mp01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp01/task1.c b/c/src/tests/mptests/mp01/task1.c
index 559ef3781a..958860691f 100644
--- a/c/src/tests/mptests/mp01/task1.c
+++ b/c/src/tests/mptests/mp01/task1.c
@@ -13,9 +13,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/tests/mptests/mp02/init.c b/c/src/tests/mptests/mp02/init.c
index 17ceff147a..aee81c906c 100644
--- a/c/src/tests/mptests/mp02/init.c
+++ b/c/src/tests/mptests/mp02/init.c
@@ -11,9 +11,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/tests/mptests/mp02/node1/mp02.doc b/c/src/tests/mptests/mp02/node1/mp02.doc
index 532dad1f43..e8e1fed5fb 100644
--- a/c/src/tests/mptests/mp02/node1/mp02.doc
+++ b/c/src/tests/mptests/mp02/node1/mp02.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp02/node2/mp02.doc b/c/src/tests/mptests/mp02/node2/mp02.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp02/node2/mp02.doc
+++ b/c/src/tests/mptests/mp02/node2/mp02.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp02/system.h b/c/src/tests/mptests/mp02/system.h
index 01abf230f6..af065a5e67 100644
--- a/c/src/tests/mptests/mp02/system.h
+++ b/c/src/tests/mptests/mp02/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp02/task1.c b/c/src/tests/mptests/mp02/task1.c
index 854dcae9bc..7837f475a4 100644
--- a/c/src/tests/mptests/mp02/task1.c
+++ b/c/src/tests/mptests/mp02/task1.c
@@ -9,9 +9,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/tests/mptests/mp03/delay.c b/c/src/tests/mptests/mp03/delay.c
index 06c329a254..957a18aa7f 100644
--- a/c/src/tests/mptests/mp03/delay.c
+++ b/c/src/tests/mptests/mp03/delay.c
@@ -6,9 +6,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/tests/mptests/mp03/init.c b/c/src/tests/mptests/mp03/init.c
index 2b178c972e..edf1060d92 100644
--- a/c/src/tests/mptests/mp03/init.c
+++ b/c/src/tests/mptests/mp03/init.c
@@ -11,9 +11,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/tests/mptests/mp03/node1/mp03.doc b/c/src/tests/mptests/mp03/node1/mp03.doc
index 6a1d5517f5..da8d744432 100644
--- a/c/src/tests/mptests/mp03/node1/mp03.doc
+++ b/c/src/tests/mptests/mp03/node1/mp03.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp03/node2/mp03.doc b/c/src/tests/mptests/mp03/node2/mp03.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp03/node2/mp03.doc
+++ b/c/src/tests/mptests/mp03/node2/mp03.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp03/system.h b/c/src/tests/mptests/mp03/system.h
index a6f517ae1a..c2c27f3196 100644
--- a/c/src/tests/mptests/mp03/system.h
+++ b/c/src/tests/mptests/mp03/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp03/task1.c b/c/src/tests/mptests/mp03/task1.c
index 47a921e7b3..7645619e8a 100644
--- a/c/src/tests/mptests/mp03/task1.c
+++ b/c/src/tests/mptests/mp03/task1.c
@@ -7,9 +7,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/tests/mptests/mp04/init.c b/c/src/tests/mptests/mp04/init.c
index 0523bede6b..05d2959e3b 100644
--- a/c/src/tests/mptests/mp04/init.c
+++ b/c/src/tests/mptests/mp04/init.c
@@ -11,9 +11,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/tests/mptests/mp04/node1/mp04.doc b/c/src/tests/mptests/mp04/node1/mp04.doc
index 7165e7c841..d9330e0799 100644
--- a/c/src/tests/mptests/mp04/node1/mp04.doc
+++ b/c/src/tests/mptests/mp04/node1/mp04.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp04/node2/mp04.doc b/c/src/tests/mptests/mp04/node2/mp04.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp04/node2/mp04.doc
+++ b/c/src/tests/mptests/mp04/node2/mp04.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp04/system.h b/c/src/tests/mptests/mp04/system.h
index f432fd6216..0b343c86a3 100644
--- a/c/src/tests/mptests/mp04/system.h
+++ b/c/src/tests/mptests/mp04/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp04/task1.c b/c/src/tests/mptests/mp04/task1.c
index ffa0d1b9a5..49419f0979 100644
--- a/c/src/tests/mptests/mp04/task1.c
+++ b/c/src/tests/mptests/mp04/task1.c
@@ -7,9 +7,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/tests/mptests/mp05/asr.c b/c/src/tests/mptests/mp05/asr.c
index d90c5b0056..793211faf9 100644
--- a/c/src/tests/mptests/mp05/asr.c
+++ b/c/src/tests/mptests/mp05/asr.c
@@ -8,9 +8,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/tests/mptests/mp05/init.c b/c/src/tests/mptests/mp05/init.c
index 56a420752a..63dee28d0b 100644
--- a/c/src/tests/mptests/mp05/init.c
+++ b/c/src/tests/mptests/mp05/init.c
@@ -11,9 +11,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/tests/mptests/mp05/node1/mp05.doc b/c/src/tests/mptests/mp05/node1/mp05.doc
index 508e664600..f22bd1c204 100644
--- a/c/src/tests/mptests/mp05/node1/mp05.doc
+++ b/c/src/tests/mptests/mp05/node1/mp05.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp05/node2/mp05.doc b/c/src/tests/mptests/mp05/node2/mp05.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp05/node2/mp05.doc
+++ b/c/src/tests/mptests/mp05/node2/mp05.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp05/system.h b/c/src/tests/mptests/mp05/system.h
index a3d66bf338..a5ec04e368 100644
--- a/c/src/tests/mptests/mp05/system.h
+++ b/c/src/tests/mptests/mp05/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp05/task1.c b/c/src/tests/mptests/mp05/task1.c
index dd97f261c6..1eb0f4690a 100644
--- a/c/src/tests/mptests/mp05/task1.c
+++ b/c/src/tests/mptests/mp05/task1.c
@@ -11,9 +11,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/tests/mptests/mp06/init.c b/c/src/tests/mptests/mp06/init.c
index 9e33f8f284..a45fac3766 100644
--- a/c/src/tests/mptests/mp06/init.c
+++ b/c/src/tests/mptests/mp06/init.c
@@ -11,9 +11,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/tests/mptests/mp06/node1/mp06.doc b/c/src/tests/mptests/mp06/node1/mp06.doc
index 086434fcb7..d45e24b3bd 100644
--- a/c/src/tests/mptests/mp06/node1/mp06.doc
+++ b/c/src/tests/mptests/mp06/node1/mp06.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp06/node2/mp06.doc b/c/src/tests/mptests/mp06/node2/mp06.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp06/node2/mp06.doc
+++ b/c/src/tests/mptests/mp06/node2/mp06.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp06/system.h b/c/src/tests/mptests/mp06/system.h
index fa86b90798..2062710560 100644
--- a/c/src/tests/mptests/mp06/system.h
+++ b/c/src/tests/mptests/mp06/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp06/task1.c b/c/src/tests/mptests/mp06/task1.c
index 6ec9a24534..0f9b9a6e97 100644
--- a/c/src/tests/mptests/mp06/task1.c
+++ b/c/src/tests/mptests/mp06/task1.c
@@ -9,9 +9,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/tests/mptests/mp07/init.c b/c/src/tests/mptests/mp07/init.c
index 658b2dc5cf..20c844fd1b 100644
--- a/c/src/tests/mptests/mp07/init.c
+++ b/c/src/tests/mptests/mp07/init.c
@@ -11,9 +11,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/tests/mptests/mp07/node1/mp07.doc b/c/src/tests/mptests/mp07/node1/mp07.doc
index 196a33defc..a308cce370 100644
--- a/c/src/tests/mptests/mp07/node1/mp07.doc
+++ b/c/src/tests/mptests/mp07/node1/mp07.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp07/node2/mp07.doc b/c/src/tests/mptests/mp07/node2/mp07.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp07/node2/mp07.doc
+++ b/c/src/tests/mptests/mp07/node2/mp07.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp07/system.h b/c/src/tests/mptests/mp07/system.h
index fa86b90798..2062710560 100644
--- a/c/src/tests/mptests/mp07/system.h
+++ b/c/src/tests/mptests/mp07/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp07/task1.c b/c/src/tests/mptests/mp07/task1.c
index 8434f9d6f9..43509fef27 100644
--- a/c/src/tests/mptests/mp07/task1.c
+++ b/c/src/tests/mptests/mp07/task1.c
@@ -9,9 +9,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/tests/mptests/mp08/init.c b/c/src/tests/mptests/mp08/init.c
index 499bbf166c..e564eac891 100644
--- a/c/src/tests/mptests/mp08/init.c
+++ b/c/src/tests/mptests/mp08/init.c
@@ -11,9 +11,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/tests/mptests/mp08/node1/mp08.doc b/c/src/tests/mptests/mp08/node1/mp08.doc
index 93cef0a0d7..9f3b527f04 100644
--- a/c/src/tests/mptests/mp08/node1/mp08.doc
+++ b/c/src/tests/mptests/mp08/node1/mp08.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp08/node2/mp08.doc b/c/src/tests/mptests/mp08/node2/mp08.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp08/node2/mp08.doc
+++ b/c/src/tests/mptests/mp08/node2/mp08.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp08/system.h b/c/src/tests/mptests/mp08/system.h
index 939c78fd9b..925a2e1ed8 100644
--- a/c/src/tests/mptests/mp08/system.h
+++ b/c/src/tests/mptests/mp08/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp08/task1.c b/c/src/tests/mptests/mp08/task1.c
index 3fc914ee35..b45936c95b 100644
--- a/c/src/tests/mptests/mp08/task1.c
+++ b/c/src/tests/mptests/mp08/task1.c
@@ -8,9 +8,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/tests/mptests/mp09/init.c b/c/src/tests/mptests/mp09/init.c
index 85af601bce..aa6f70266f 100644
--- a/c/src/tests/mptests/mp09/init.c
+++ b/c/src/tests/mptests/mp09/init.c
@@ -11,9 +11,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/tests/mptests/mp09/node1/mp09.doc b/c/src/tests/mptests/mp09/node1/mp09.doc
index 239298cf4e..16459a47bc 100644
--- a/c/src/tests/mptests/mp09/node1/mp09.doc
+++ b/c/src/tests/mptests/mp09/node1/mp09.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp09/node2/mp09.doc b/c/src/tests/mptests/mp09/node2/mp09.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp09/node2/mp09.doc
+++ b/c/src/tests/mptests/mp09/node2/mp09.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp09/recvmsg.c b/c/src/tests/mptests/mp09/recvmsg.c
index 2de46306a7..ba9fff9e87 100644
--- a/c/src/tests/mptests/mp09/recvmsg.c
+++ b/c/src/tests/mptests/mp09/recvmsg.c
@@ -7,9 +7,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/tests/mptests/mp09/sendmsg.c b/c/src/tests/mptests/mp09/sendmsg.c
index 0992d21ae5..e798bc1997 100644
--- a/c/src/tests/mptests/mp09/sendmsg.c
+++ b/c/src/tests/mptests/mp09/sendmsg.c
@@ -7,9 +7,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/tests/mptests/mp09/system.h b/c/src/tests/mptests/mp09/system.h
index 1115045c3e..66eed7f097 100644
--- a/c/src/tests/mptests/mp09/system.h
+++ b/c/src/tests/mptests/mp09/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp09/task1.c b/c/src/tests/mptests/mp09/task1.c
index ab16e8b4eb..426ed9e3ae 100644
--- a/c/src/tests/mptests/mp09/task1.c
+++ b/c/src/tests/mptests/mp09/task1.c
@@ -8,9 +8,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/tests/mptests/mp10/init.c b/c/src/tests/mptests/mp10/init.c
index d5ab43d908..87e26758f1 100644
--- a/c/src/tests/mptests/mp10/init.c
+++ b/c/src/tests/mptests/mp10/init.c
@@ -17,9 +17,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/tests/mptests/mp10/node1/mp10.doc b/c/src/tests/mptests/mp10/node1/mp10.doc
index fd264018d3..dce783e641 100644
--- a/c/src/tests/mptests/mp10/node1/mp10.doc
+++ b/c/src/tests/mptests/mp10/node1/mp10.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp10/node2/mp10.doc b/c/src/tests/mptests/mp10/node2/mp10.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp10/node2/mp10.doc
+++ b/c/src/tests/mptests/mp10/node2/mp10.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp10/system.h b/c/src/tests/mptests/mp10/system.h
index 669eff75ac..d41dd4c8e4 100644
--- a/c/src/tests/mptests/mp10/system.h
+++ b/c/src/tests/mptests/mp10/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp10/task1.c b/c/src/tests/mptests/mp10/task1.c
index df7a8e9e03..6e87cd4389 100644
--- a/c/src/tests/mptests/mp10/task1.c
+++ b/c/src/tests/mptests/mp10/task1.c
@@ -8,9 +8,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/tests/mptests/mp10/task2.c b/c/src/tests/mptests/mp10/task2.c
index 86e944fb2f..b2c17a9175 100644
--- a/c/src/tests/mptests/mp10/task2.c
+++ b/c/src/tests/mptests/mp10/task2.c
@@ -8,9 +8,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/tests/mptests/mp10/task3.c b/c/src/tests/mptests/mp10/task3.c
index fe91319879..3ab7255253 100644
--- a/c/src/tests/mptests/mp10/task3.c
+++ b/c/src/tests/mptests/mp10/task3.c
@@ -7,9 +7,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/tests/mptests/mp11/init.c b/c/src/tests/mptests/mp11/init.c
index 7d74289ee4..d76918852b 100644
--- a/c/src/tests/mptests/mp11/init.c
+++ b/c/src/tests/mptests/mp11/init.c
@@ -14,9 +14,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/tests/mptests/mp11/node1/mp11.doc b/c/src/tests/mptests/mp11/node1/mp11.doc
index bc525ffa30..1bb89e8371 100644
--- a/c/src/tests/mptests/mp11/node1/mp11.doc
+++ b/c/src/tests/mptests/mp11/node1/mp11.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp11/node2/mp11.doc b/c/src/tests/mptests/mp11/node2/mp11.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp11/node2/mp11.doc
+++ b/c/src/tests/mptests/mp11/node2/mp11.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp11/system.h b/c/src/tests/mptests/mp11/system.h
index a7b1a2e5d8..db553e813f 100644
--- a/c/src/tests/mptests/mp11/system.h
+++ b/c/src/tests/mptests/mp11/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp12/init.c b/c/src/tests/mptests/mp12/init.c
index b0e54bc8d9..5ba9e71b96 100644
--- a/c/src/tests/mptests/mp12/init.c
+++ b/c/src/tests/mptests/mp12/init.c
@@ -16,9 +16,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/tests/mptests/mp12/node1/mp12.doc b/c/src/tests/mptests/mp12/node1/mp12.doc
index 3ce94b73eb..512bb92934 100644
--- a/c/src/tests/mptests/mp12/node1/mp12.doc
+++ b/c/src/tests/mptests/mp12/node1/mp12.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp12/node2/mp12.doc b/c/src/tests/mptests/mp12/node2/mp12.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp12/node2/mp12.doc
+++ b/c/src/tests/mptests/mp12/node2/mp12.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp12/system.h b/c/src/tests/mptests/mp12/system.h
index 6469a7f12c..b464f17f1c 100644
--- a/c/src/tests/mptests/mp12/system.h
+++ b/c/src/tests/mptests/mp12/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp13/init.c b/c/src/tests/mptests/mp13/init.c
index e33048ffcb..bc13f5fae8 100644
--- a/c/src/tests/mptests/mp13/init.c
+++ b/c/src/tests/mptests/mp13/init.c
@@ -11,9 +11,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/tests/mptests/mp13/node1/mp13.doc b/c/src/tests/mptests/mp13/node1/mp13.doc
index 13b100e7fa..dfd983fceb 100644
--- a/c/src/tests/mptests/mp13/node1/mp13.doc
+++ b/c/src/tests/mptests/mp13/node1/mp13.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp13/node2/mp13.doc b/c/src/tests/mptests/mp13/node2/mp13.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp13/node2/mp13.doc
+++ b/c/src/tests/mptests/mp13/node2/mp13.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp13/system.h b/c/src/tests/mptests/mp13/system.h
index 81c96b4f54..08e0ef2152 100644
--- a/c/src/tests/mptests/mp13/system.h
+++ b/c/src/tests/mptests/mp13/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/mptests/mp13/task1.c b/c/src/tests/mptests/mp13/task1.c
index 5b6d3a9f89..e83c24ce0a 100644
--- a/c/src/tests/mptests/mp13/task1.c
+++ b/c/src/tests/mptests/mp13/task1.c
@@ -9,9 +9,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/tests/mptests/mp13/task2.c b/c/src/tests/mptests/mp13/task2.c
index ab1f165788..e9ff88f4f6 100644
--- a/c/src/tests/mptests/mp13/task2.c
+++ b/c/src/tests/mptests/mp13/task2.c
@@ -9,9 +9,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/tests/mptests/mp14/delay.c b/c/src/tests/mptests/mp14/delay.c
index 8c2d177ddf..47f70f6b70 100644
--- a/c/src/tests/mptests/mp14/delay.c
+++ b/c/src/tests/mptests/mp14/delay.c
@@ -6,9 +6,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/tests/mptests/mp14/evtask1.c b/c/src/tests/mptests/mp14/evtask1.c
index 742aee2613..ea4c5e3d22 100644
--- a/c/src/tests/mptests/mp14/evtask1.c
+++ b/c/src/tests/mptests/mp14/evtask1.c
@@ -9,9 +9,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/tests/mptests/mp14/evtmtask.c b/c/src/tests/mptests/mp14/evtmtask.c
index 165274dc21..520b47a4d7 100644
--- a/c/src/tests/mptests/mp14/evtmtask.c
+++ b/c/src/tests/mptests/mp14/evtmtask.c
@@ -8,9 +8,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/tests/mptests/mp14/exit.c b/c/src/tests/mptests/mp14/exit.c
index 6e944c2a18..e186a4cafb 100644
--- a/c/src/tests/mptests/mp14/exit.c
+++ b/c/src/tests/mptests/mp14/exit.c
@@ -6,9 +6,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/tests/mptests/mp14/init.c b/c/src/tests/mptests/mp14/init.c
index 6dace461aa..e894db7a92 100644
--- a/c/src/tests/mptests/mp14/init.c
+++ b/c/src/tests/mptests/mp14/init.c
@@ -11,9 +11,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/tests/mptests/mp14/msgtask1.c b/c/src/tests/mptests/mp14/msgtask1.c
index 0d698d58ef..254fb5c928 100644
--- a/c/src/tests/mptests/mp14/msgtask1.c
+++ b/c/src/tests/mptests/mp14/msgtask1.c
@@ -10,9 +10,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/tests/mptests/mp14/node1/mp14.doc b/c/src/tests/mptests/mp14/node1/mp14.doc
index 6fbbe4b2cd..33635998b8 100644
--- a/c/src/tests/mptests/mp14/node1/mp14.doc
+++ b/c/src/tests/mptests/mp14/node1/mp14.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp14/node2/mp14.doc b/c/src/tests/mptests/mp14/node2/mp14.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/mptests/mp14/node2/mp14.doc
+++ b/c/src/tests/mptests/mp14/node2/mp14.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/mptests/mp14/pttask1.c b/c/src/tests/mptests/mp14/pttask1.c
index f8933db339..520f7a6066 100644
--- a/c/src/tests/mptests/mp14/pttask1.c
+++ b/c/src/tests/mptests/mp14/pttask1.c
@@ -8,9 +8,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/tests/mptests/mp14/smtask1.c b/c/src/tests/mptests/mp14/smtask1.c
index eeeb111352..d9e2865e9d 100644
--- a/c/src/tests/mptests/mp14/smtask1.c
+++ b/c/src/tests/mptests/mp14/smtask1.c
@@ -7,9 +7,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/tests/mptests/mp14/system.h b/c/src/tests/mptests/mp14/system.h
index 1bbc8ca1e9..92cb9881f3 100644
--- a/c/src/tests/mptests/mp14/system.h
+++ b/c/src/tests/mptests/mp14/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx01/init.c b/c/src/tests/psxtests/psx01/init.c
index 2d82fb472e..47d30c8aa4 100644
--- a/c/src/tests/psxtests/psx01/init.c
+++ b/c/src/tests/psxtests/psx01/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx01/system.h b/c/src/tests/psxtests/psx01/system.h
index 9ff369cc01..9b55eea1d0 100644
--- a/c/src/tests/psxtests/psx01/system.h
+++ b/c/src/tests/psxtests/psx01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx01/task.c b/c/src/tests/psxtests/psx01/task.c
index d6733a8a82..612d69d2e3 100644
--- a/c/src/tests/psxtests/psx01/task.c
+++ b/c/src/tests/psxtests/psx01/task.c
@@ -8,9 +8,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/tests/psxtests/psx02/init.c b/c/src/tests/psxtests/psx02/init.c
index 27a0778583..55e360b6f9 100644
--- a/c/src/tests/psxtests/psx02/init.c
+++ b/c/src/tests/psxtests/psx02/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx02/system.h b/c/src/tests/psxtests/psx02/system.h
index 862e5c80f1..03e9810bd9 100644
--- a/c/src/tests/psxtests/psx02/system.h
+++ b/c/src/tests/psxtests/psx02/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx02/task.c b/c/src/tests/psxtests/psx02/task.c
index ce8f4b0a4d..0f2730983b 100644
--- a/c/src/tests/psxtests/psx02/task.c
+++ b/c/src/tests/psxtests/psx02/task.c
@@ -8,9 +8,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/tests/psxtests/psx03/init.c b/c/src/tests/psxtests/psx03/init.c
index 4ccd89e3cc..5a44392a1b 100644
--- a/c/src/tests/psxtests/psx03/init.c
+++ b/c/src/tests/psxtests/psx03/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx03/system.h b/c/src/tests/psxtests/psx03/system.h
index a17b36812d..4aa2492a8c 100644
--- a/c/src/tests/psxtests/psx03/system.h
+++ b/c/src/tests/psxtests/psx03/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx03/task.c b/c/src/tests/psxtests/psx03/task.c
index be9b1ae96c..88eb7469cd 100644
--- a/c/src/tests/psxtests/psx03/task.c
+++ b/c/src/tests/psxtests/psx03/task.c
@@ -8,9 +8,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/tests/psxtests/psx04/init.c b/c/src/tests/psxtests/psx04/init.c
index 6bc79234f3..da1856961b 100644
--- a/c/src/tests/psxtests/psx04/init.c
+++ b/c/src/tests/psxtests/psx04/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx04/system.h b/c/src/tests/psxtests/psx04/system.h
index 0e4e04df52..f4769c47d9 100644
--- a/c/src/tests/psxtests/psx04/system.h
+++ b/c/src/tests/psxtests/psx04/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx04/task1.c b/c/src/tests/psxtests/psx04/task1.c
index 0f628b95d9..78adc87007 100644
--- a/c/src/tests/psxtests/psx04/task1.c
+++ b/c/src/tests/psxtests/psx04/task1.c
@@ -7,9 +7,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/tests/psxtests/psx04/task2.c b/c/src/tests/psxtests/psx04/task2.c
index fa19e36be9..8bec7dc43b 100644
--- a/c/src/tests/psxtests/psx04/task2.c
+++ b/c/src/tests/psxtests/psx04/task2.c
@@ -7,9 +7,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/tests/psxtests/psx04/task3.c b/c/src/tests/psxtests/psx04/task3.c
index 0c169c099f..b2019b109a 100644
--- a/c/src/tests/psxtests/psx04/task3.c
+++ b/c/src/tests/psxtests/psx04/task3.c
@@ -7,9 +7,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/tests/psxtests/psx05/init.c b/c/src/tests/psxtests/psx05/init.c
index 4c9f779a6a..30998fbc95 100644
--- a/c/src/tests/psxtests/psx05/init.c
+++ b/c/src/tests/psxtests/psx05/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx05/system.h b/c/src/tests/psxtests/psx05/system.h
index 271c7559f8..ed901c71a9 100644
--- a/c/src/tests/psxtests/psx05/system.h
+++ b/c/src/tests/psxtests/psx05/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx05/task.c b/c/src/tests/psxtests/psx05/task.c
index 705d288ebe..64f6d4403a 100644
--- a/c/src/tests/psxtests/psx05/task.c
+++ b/c/src/tests/psxtests/psx05/task.c
@@ -8,9 +8,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/tests/psxtests/psx05/task2.c b/c/src/tests/psxtests/psx05/task2.c
index 4b6a3e38c7..57b891a422 100644
--- a/c/src/tests/psxtests/psx05/task2.c
+++ b/c/src/tests/psxtests/psx05/task2.c
@@ -7,9 +7,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/tests/psxtests/psx05/task3.c b/c/src/tests/psxtests/psx05/task3.c
index 5b869ff96f..3049d78ee7 100644
--- a/c/src/tests/psxtests/psx05/task3.c
+++ b/c/src/tests/psxtests/psx05/task3.c
@@ -7,9 +7,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/tests/psxtests/psx06/init.c b/c/src/tests/psxtests/psx06/init.c
index 913ae2c1f3..0ccceeca12 100644
--- a/c/src/tests/psxtests/psx06/init.c
+++ b/c/src/tests/psxtests/psx06/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx06/system.h b/c/src/tests/psxtests/psx06/system.h
index c6945ef23a..de939d0c76 100644
--- a/c/src/tests/psxtests/psx06/system.h
+++ b/c/src/tests/psxtests/psx06/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx06/task.c b/c/src/tests/psxtests/psx06/task.c
index 0918033b8d..99fcf2f859 100644
--- a/c/src/tests/psxtests/psx06/task.c
+++ b/c/src/tests/psxtests/psx06/task.c
@@ -8,9 +8,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/tests/psxtests/psx06/task2.c b/c/src/tests/psxtests/psx06/task2.c
index ef70e0f0f9..af6c1d4b6d 100644
--- a/c/src/tests/psxtests/psx06/task2.c
+++ b/c/src/tests/psxtests/psx06/task2.c
@@ -7,9 +7,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/tests/psxtests/psx07/init.c b/c/src/tests/psxtests/psx07/init.c
index ba769f70b4..59a2e93174 100644
--- a/c/src/tests/psxtests/psx07/init.c
+++ b/c/src/tests/psxtests/psx07/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx07/system.h b/c/src/tests/psxtests/psx07/system.h
index a402b65128..0b5f3022c8 100644
--- a/c/src/tests/psxtests/psx07/system.h
+++ b/c/src/tests/psxtests/psx07/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx07/task.c b/c/src/tests/psxtests/psx07/task.c
index a477e4ee88..8f04b1285f 100644
--- a/c/src/tests/psxtests/psx07/task.c
+++ b/c/src/tests/psxtests/psx07/task.c
@@ -8,9 +8,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/tests/psxtests/psx08/init.c b/c/src/tests/psxtests/psx08/init.c
index 638a595bcb..ae478f8a86 100644
--- a/c/src/tests/psxtests/psx08/init.c
+++ b/c/src/tests/psxtests/psx08/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx08/system.h b/c/src/tests/psxtests/psx08/system.h
index 46819ad59b..305b20e724 100644
--- a/c/src/tests/psxtests/psx08/system.h
+++ b/c/src/tests/psxtests/psx08/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx08/task1.c b/c/src/tests/psxtests/psx08/task1.c
index 19e922f63c..5668f258d1 100644
--- a/c/src/tests/psxtests/psx08/task1.c
+++ b/c/src/tests/psxtests/psx08/task1.c
@@ -8,9 +8,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/tests/psxtests/psx08/task2.c b/c/src/tests/psxtests/psx08/task2.c
index e890535a65..08e7dd3f7e 100644
--- a/c/src/tests/psxtests/psx08/task2.c
+++ b/c/src/tests/psxtests/psx08/task2.c
@@ -8,9 +8,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/tests/psxtests/psx08/task3.c b/c/src/tests/psxtests/psx08/task3.c
index ac8385747a..6b0de52f59 100644
--- a/c/src/tests/psxtests/psx08/task3.c
+++ b/c/src/tests/psxtests/psx08/task3.c
@@ -8,9 +8,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/tests/psxtests/psx09/init.c b/c/src/tests/psxtests/psx09/init.c
index b4856583cf..2c5729752a 100644
--- a/c/src/tests/psxtests/psx09/init.c
+++ b/c/src/tests/psxtests/psx09/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx09/system.h b/c/src/tests/psxtests/psx09/system.h
index 48197e1589..020b3f0892 100644
--- a/c/src/tests/psxtests/psx09/system.h
+++ b/c/src/tests/psxtests/psx09/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx10/init.c b/c/src/tests/psxtests/psx10/init.c
index 940cfaa27e..b08fafc937 100644
--- a/c/src/tests/psxtests/psx10/init.c
+++ b/c/src/tests/psxtests/psx10/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx10/system.h b/c/src/tests/psxtests/psx10/system.h
index 9bbdac0f25..a4f126a7f1 100644
--- a/c/src/tests/psxtests/psx10/system.h
+++ b/c/src/tests/psxtests/psx10/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx10/task.c b/c/src/tests/psxtests/psx10/task.c
index 6419b13c3c..f7c1fac1f2 100644
--- a/c/src/tests/psxtests/psx10/task.c
+++ b/c/src/tests/psxtests/psx10/task.c
@@ -7,9 +7,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/tests/psxtests/psx10/task2.c b/c/src/tests/psxtests/psx10/task2.c
index 5095178e6f..404fabcc55 100644
--- a/c/src/tests/psxtests/psx10/task2.c
+++ b/c/src/tests/psxtests/psx10/task2.c
@@ -7,9 +7,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/tests/psxtests/psx10/task3.c b/c/src/tests/psxtests/psx10/task3.c
index d276bf86cb..4531072c0e 100644
--- a/c/src/tests/psxtests/psx10/task3.c
+++ b/c/src/tests/psxtests/psx10/task3.c
@@ -7,9 +7,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/tests/psxtests/psx11/init.c b/c/src/tests/psxtests/psx11/init.c
index 2a64517935..5122d5a13f 100644
--- a/c/src/tests/psxtests/psx11/init.c
+++ b/c/src/tests/psxtests/psx11/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx11/system.h b/c/src/tests/psxtests/psx11/system.h
index a402b65128..0b5f3022c8 100644
--- a/c/src/tests/psxtests/psx11/system.h
+++ b/c/src/tests/psxtests/psx11/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx11/task.c b/c/src/tests/psxtests/psx11/task.c
index dbc90cbc58..d6faf6b64a 100644
--- a/c/src/tests/psxtests/psx11/task.c
+++ b/c/src/tests/psxtests/psx11/task.c
@@ -8,9 +8,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/tests/psxtests/psx12/init.c b/c/src/tests/psxtests/psx12/init.c
index 17ca4e0f5d..e14ff91d73 100644
--- a/c/src/tests/psxtests/psx12/init.c
+++ b/c/src/tests/psxtests/psx12/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psx12/system.h b/c/src/tests/psxtests/psx12/system.h
index ebdf74e20b..20abeef4ea 100644
--- a/c/src/tests/psxtests/psx12/system.h
+++ b/c/src/tests/psxtests/psx12/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psx12/task.c b/c/src/tests/psxtests/psx12/task.c
index a477e4ee88..8f04b1285f 100644
--- a/c/src/tests/psxtests/psx12/task.c
+++ b/c/src/tests/psxtests/psx12/task.c
@@ -8,9 +8,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/tests/psxtests/psx13/main.c b/c/src/tests/psxtests/psx13/main.c
index 37658f4feb..9f253e881b 100644
--- a/c/src/tests/psxtests/psx13/main.c
+++ b/c/src/tests/psxtests/psx13/main.c
@@ -1,9 +1,8 @@
/*
* Simple test program -- simplified version of sample test hello.
*
- * 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/tests/psxtests/psx13/test.c b/c/src/tests/psxtests/psx13/test.c
index 06a35d623f..65173f79ac 100644
--- a/c/src/tests/psxtests/psx13/test.c
+++ b/c/src/tests/psxtests/psx13/test.c
@@ -15,9 +15,8 @@
* umask - test implemented
* utime - test implemented
*
- * 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/tests/psxtests/psxcancel/init.c b/c/src/tests/psxtests/psxcancel/init.c
index 8e3ead8fd0..26536dad95 100644
--- a/c/src/tests/psxtests/psxcancel/init.c
+++ b/c/src/tests/psxtests/psxcancel/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psxcancel/system.h b/c/src/tests/psxtests/psxcancel/system.h
index 9ff369cc01..9b55eea1d0 100644
--- a/c/src/tests/psxtests/psxcancel/system.h
+++ b/c/src/tests/psxtests/psxcancel/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psxfile01/main.c b/c/src/tests/psxtests/psxfile01/main.c
index 37658f4feb..9f253e881b 100644
--- a/c/src/tests/psxtests/psxfile01/main.c
+++ b/c/src/tests/psxtests/psxfile01/main.c
@@ -1,9 +1,8 @@
/*
* Simple test program -- simplified version of sample test hello.
*
- * 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/tests/psxtests/psxfile01/test.c b/c/src/tests/psxtests/psxfile01/test.c
index fa94193f10..3d90e6e712 100644
--- a/c/src/tests/psxtests/psxfile01/test.c
+++ b/c/src/tests/psxtests/psxfile01/test.c
@@ -10,9 +10,8 @@
* /dev
* /dev/XXX [where XXX includes at least console]
*
- * 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/tests/psxtests/psxhdrs/clock01.c b/c/src/tests/psxtests/psxhdrs/clock01.c
index 4677dac3f8..ab520983e2 100644
--- a/c/src/tests/psxtests/psxhdrs/clock01.c
+++ b/c/src/tests/psxtests/psxhdrs/clock01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/clock02.c b/c/src/tests/psxtests/psxhdrs/clock02.c
index 9bd35c1be6..c12aa3c906 100644
--- a/c/src/tests/psxtests/psxhdrs/clock02.c
+++ b/c/src/tests/psxtests/psxhdrs/clock02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/clock03.c b/c/src/tests/psxtests/psxhdrs/clock03.c
index 489390fcec..1e44eea91a 100644
--- a/c/src/tests/psxtests/psxhdrs/clock03.c
+++ b/c/src/tests/psxtests/psxhdrs/clock03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/clock04.c b/c/src/tests/psxtests/psxhdrs/clock04.c
index 721f73666b..b65320d11e 100644
--- a/c/src/tests/psxtests/psxhdrs/clock04.c
+++ b/c/src/tests/psxtests/psxhdrs/clock04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/clock05.c b/c/src/tests/psxtests/psxhdrs/clock05.c
index 7c862db4a0..a8b1357eb6 100644
--- a/c/src/tests/psxtests/psxhdrs/clock05.c
+++ b/c/src/tests/psxtests/psxhdrs/clock05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/clock06.c b/c/src/tests/psxtests/psxhdrs/clock06.c
index 614da056d5..eac0169ced 100644
--- a/c/src/tests/psxtests/psxhdrs/clock06.c
+++ b/c/src/tests/psxtests/psxhdrs/clock06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond01.c b/c/src/tests/psxtests/psxhdrs/cond01.c
index 3dfd686313..28cf76d8bb 100644
--- a/c/src/tests/psxtests/psxhdrs/cond01.c
+++ b/c/src/tests/psxtests/psxhdrs/cond01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond02.c b/c/src/tests/psxtests/psxhdrs/cond02.c
index 0f0f84ba17..1f6c3cfeff 100644
--- a/c/src/tests/psxtests/psxhdrs/cond02.c
+++ b/c/src/tests/psxtests/psxhdrs/cond02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond03.c b/c/src/tests/psxtests/psxhdrs/cond03.c
index a1e848ff82..2bb7e29445 100644
--- a/c/src/tests/psxtests/psxhdrs/cond03.c
+++ b/c/src/tests/psxtests/psxhdrs/cond03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond04.c b/c/src/tests/psxtests/psxhdrs/cond04.c
index ebf340182e..6dcf08b94a 100644
--- a/c/src/tests/psxtests/psxhdrs/cond04.c
+++ b/c/src/tests/psxtests/psxhdrs/cond04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond05.c b/c/src/tests/psxtests/psxhdrs/cond05.c
index 3daf62c66b..a7a9a2e207 100644
--- a/c/src/tests/psxtests/psxhdrs/cond05.c
+++ b/c/src/tests/psxtests/psxhdrs/cond05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond06.c b/c/src/tests/psxtests/psxhdrs/cond06.c
index e3a5466264..25a43087cd 100644
--- a/c/src/tests/psxtests/psxhdrs/cond06.c
+++ b/c/src/tests/psxtests/psxhdrs/cond06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond07.c b/c/src/tests/psxtests/psxhdrs/cond07.c
index e5551d2487..a88c16bd3c 100644
--- a/c/src/tests/psxtests/psxhdrs/cond07.c
+++ b/c/src/tests/psxtests/psxhdrs/cond07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond08.c b/c/src/tests/psxtests/psxhdrs/cond08.c
index ff4bc7d233..353887c303 100644
--- a/c/src/tests/psxtests/psxhdrs/cond08.c
+++ b/c/src/tests/psxtests/psxhdrs/cond08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond09.c b/c/src/tests/psxtests/psxhdrs/cond09.c
index c563c0a3ef..0e5d10dbf4 100644
--- a/c/src/tests/psxtests/psxhdrs/cond09.c
+++ b/c/src/tests/psxtests/psxhdrs/cond09.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/cond10.c b/c/src/tests/psxtests/psxhdrs/cond10.c
index 01ff0ba63f..4147fe4c24 100644
--- a/c/src/tests/psxtests/psxhdrs/cond10.c
+++ b/c/src/tests/psxtests/psxhdrs/cond10.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/key01.c b/c/src/tests/psxtests/psxhdrs/key01.c
index 513d81a7c3..b61e61a79f 100644
--- a/c/src/tests/psxtests/psxhdrs/key01.c
+++ b/c/src/tests/psxtests/psxhdrs/key01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/key02.c b/c/src/tests/psxtests/psxhdrs/key02.c
index 85e5f07577..c8e88a1fee 100644
--- a/c/src/tests/psxtests/psxhdrs/key02.c
+++ b/c/src/tests/psxtests/psxhdrs/key02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/key03.c b/c/src/tests/psxtests/psxhdrs/key03.c
index 62ad1fdc0b..ca8b4c3199 100644
--- a/c/src/tests/psxtests/psxhdrs/key03.c
+++ b/c/src/tests/psxtests/psxhdrs/key03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/key04.c b/c/src/tests/psxtests/psxhdrs/key04.c
index d3440106cf..c03977f223 100644
--- a/c/src/tests/psxtests/psxhdrs/key04.c
+++ b/c/src/tests/psxtests/psxhdrs/key04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex01.c b/c/src/tests/psxtests/psxhdrs/mutex01.c
index 318b79b684..fad7f89845 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex01.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex02.c b/c/src/tests/psxtests/psxhdrs/mutex02.c
index 0d53b8ba1d..70a196c5b5 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex02.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex03.c b/c/src/tests/psxtests/psxhdrs/mutex03.c
index 8d2d23b871..32f93d46b4 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex03.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex04.c b/c/src/tests/psxtests/psxhdrs/mutex04.c
index ca9b8b8abe..54c52f3198 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex04.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex05.c b/c/src/tests/psxtests/psxhdrs/mutex05.c
index 6b0aa58296..2b3ce61b18 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex05.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex06.c b/c/src/tests/psxtests/psxhdrs/mutex06.c
index 9773d02a27..7fa549000f 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex06.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex07.c b/c/src/tests/psxtests/psxhdrs/mutex07.c
index 709b15093d..fc4cc1fb93 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex07.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex08.c b/c/src/tests/psxtests/psxhdrs/mutex08.c
index 119cccc190..e46712b94c 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex08.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex09.c b/c/src/tests/psxtests/psxhdrs/mutex09.c
index 322b00060e..4b8aff0a55 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex09.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex09.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex10.c b/c/src/tests/psxtests/psxhdrs/mutex10.c
index 11ee1ac294..550906b8ae 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex10.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex10.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex11.c b/c/src/tests/psxtests/psxhdrs/mutex11.c
index 58fa2017cf..8d50790ddf 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex11.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex11.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex12.c b/c/src/tests/psxtests/psxhdrs/mutex12.c
index 2a0090e26e..0fcba60e29 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex12.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex12.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex13.c b/c/src/tests/psxtests/psxhdrs/mutex13.c
index b3ab3fb070..d3027a06a9 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex13.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex13.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex14.c b/c/src/tests/psxtests/psxhdrs/mutex14.c
index 6410e021a4..966cfc58ba 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex14.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex14.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex15.c b/c/src/tests/psxtests/psxhdrs/mutex15.c
index cbef40b0c9..25cab34a2a 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex15.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex15.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/mutex16.c b/c/src/tests/psxtests/psxhdrs/mutex16.c
index 8adbff564e..be0c0ce135 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex16.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex16.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc01.c b/c/src/tests/psxtests/psxhdrs/proc01.c
index 52b286fd70..c29deb0f3d 100644
--- a/c/src/tests/psxtests/psxhdrs/proc01.c
+++ b/c/src/tests/psxtests/psxhdrs/proc01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc02.c b/c/src/tests/psxtests/psxhdrs/proc02.c
index 469ef59382..721f05f15f 100644
--- a/c/src/tests/psxtests/psxhdrs/proc02.c
+++ b/c/src/tests/psxtests/psxhdrs/proc02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc03.c b/c/src/tests/psxtests/psxhdrs/proc03.c
index 69a94d51af..1ec387a4d5 100644
--- a/c/src/tests/psxtests/psxhdrs/proc03.c
+++ b/c/src/tests/psxtests/psxhdrs/proc03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc04.c b/c/src/tests/psxtests/psxhdrs/proc04.c
index 25809433c5..2d72af7a0e 100644
--- a/c/src/tests/psxtests/psxhdrs/proc04.c
+++ b/c/src/tests/psxtests/psxhdrs/proc04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc05.c b/c/src/tests/psxtests/psxhdrs/proc05.c
index d3cb7835cf..524b6c27a4 100644
--- a/c/src/tests/psxtests/psxhdrs/proc05.c
+++ b/c/src/tests/psxtests/psxhdrs/proc05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc06.c b/c/src/tests/psxtests/psxhdrs/proc06.c
index 9de56e6de3..63db1d0c75 100644
--- a/c/src/tests/psxtests/psxhdrs/proc06.c
+++ b/c/src/tests/psxtests/psxhdrs/proc06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc07.c b/c/src/tests/psxtests/psxhdrs/proc07.c
index 1f05103761..038c02aded 100644
--- a/c/src/tests/psxtests/psxhdrs/proc07.c
+++ b/c/src/tests/psxtests/psxhdrs/proc07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc08.c b/c/src/tests/psxtests/psxhdrs/proc08.c
index 9ef24d36c1..8133f6a3b6 100644
--- a/c/src/tests/psxtests/psxhdrs/proc08.c
+++ b/c/src/tests/psxtests/psxhdrs/proc08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc09.c b/c/src/tests/psxtests/psxhdrs/proc09.c
index 10d90ada2f..a6b7a0a27b 100644
--- a/c/src/tests/psxtests/psxhdrs/proc09.c
+++ b/c/src/tests/psxtests/psxhdrs/proc09.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc10.c b/c/src/tests/psxtests/psxhdrs/proc10.c
index c57d0cd05e..7ea8ea0988 100644
--- a/c/src/tests/psxtests/psxhdrs/proc10.c
+++ b/c/src/tests/psxtests/psxhdrs/proc10.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc11.c b/c/src/tests/psxtests/psxhdrs/proc11.c
index 531139f8f7..d09b5c183b 100644
--- a/c/src/tests/psxtests/psxhdrs/proc11.c
+++ b/c/src/tests/psxtests/psxhdrs/proc11.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc12.c b/c/src/tests/psxtests/psxhdrs/proc12.c
index 7437189dbe..faf88794b5 100644
--- a/c/src/tests/psxtests/psxhdrs/proc12.c
+++ b/c/src/tests/psxtests/psxhdrs/proc12.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc13.c b/c/src/tests/psxtests/psxhdrs/proc13.c
index 7982132e9b..a373e9a956 100644
--- a/c/src/tests/psxtests/psxhdrs/proc13.c
+++ b/c/src/tests/psxtests/psxhdrs/proc13.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/proc14.c b/c/src/tests/psxtests/psxhdrs/proc14.c
index b905d18ea1..49e9d3ab5b 100644
--- a/c/src/tests/psxtests/psxhdrs/proc14.c
+++ b/c/src/tests/psxtests/psxhdrs/proc14.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread01.c b/c/src/tests/psxtests/psxhdrs/pthread01.c
index 9b95ecd5f9..af2d96f2a1 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread01.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread02.c b/c/src/tests/psxtests/psxhdrs/pthread02.c
index a88a76b4a5..c69881f86f 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread02.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread03.c b/c/src/tests/psxtests/psxhdrs/pthread03.c
index 28be165a5f..6200860216 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread03.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread04.c b/c/src/tests/psxtests/psxhdrs/pthread04.c
index 84a4aad280..08c4c0405b 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread04.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread05.c b/c/src/tests/psxtests/psxhdrs/pthread05.c
index 669a356fbf..ce972c6f90 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread05.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread06.c b/c/src/tests/psxtests/psxhdrs/pthread06.c
index 2140678008..5f0fc96237 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread06.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread07.c b/c/src/tests/psxtests/psxhdrs/pthread07.c
index 7b6b6c8c55..9192820821 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread07.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread08.c b/c/src/tests/psxtests/psxhdrs/pthread08.c
index a3bab33ef1..b8b7269365 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread08.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread09.c b/c/src/tests/psxtests/psxhdrs/pthread09.c
index d4a9754fb8..2a5bd6f93a 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread09.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread09.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread10.c b/c/src/tests/psxtests/psxhdrs/pthread10.c
index 8cb965ca87..f543ec4e76 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread10.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread10.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread11.c b/c/src/tests/psxtests/psxhdrs/pthread11.c
index 5a9faca6dd..75075e8d45 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread11.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread11.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread12.c b/c/src/tests/psxtests/psxhdrs/pthread12.c
index 00b88a53ab..c5ca91ae4c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread12.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread12.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread13.c b/c/src/tests/psxtests/psxhdrs/pthread13.c
index 9126951486..e4d70bc85c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread13.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread13.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread14.c b/c/src/tests/psxtests/psxhdrs/pthread14.c
index 58a75a4f17..31fe6d6a86 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread14.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread14.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread15.c b/c/src/tests/psxtests/psxhdrs/pthread15.c
index 10435a266b..f18f13be2c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread15.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread15.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread16.c b/c/src/tests/psxtests/psxhdrs/pthread16.c
index 54960897ec..8d8cb4a8db 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread16.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread16.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread17.c b/c/src/tests/psxtests/psxhdrs/pthread17.c
index 24f6b0386f..bd259f7165 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread17.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread17.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread18.c b/c/src/tests/psxtests/psxhdrs/pthread18.c
index b59860997d..aeb3e630d4 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread18.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread18.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread19.c b/c/src/tests/psxtests/psxhdrs/pthread19.c
index fc968e065e..f14a1d6241 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread19.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread19.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread20.c b/c/src/tests/psxtests/psxhdrs/pthread20.c
index d6432f25c4..b679521082 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread20.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread20.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread21.c b/c/src/tests/psxtests/psxhdrs/pthread21.c
index e94a5c5f29..9507ac36d5 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread21.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread21.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread22.c b/c/src/tests/psxtests/psxhdrs/pthread22.c
index d163cc3352..ff889d37d2 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread22.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread22.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread23.c b/c/src/tests/psxtests/psxhdrs/pthread23.c
index fc12a615cc..6dd04d9512 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread23.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread23.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread24.c b/c/src/tests/psxtests/psxhdrs/pthread24.c
index afb8d3b2e9..6727a5ea4d 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread24.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread24.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread25.c b/c/src/tests/psxtests/psxhdrs/pthread25.c
index 48e01eaa53..1b1bc57502 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread25.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread25.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread26.c b/c/src/tests/psxtests/psxhdrs/pthread26.c
index 6643454b6f..e4d61e39fc 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread26.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread26.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread27.c b/c/src/tests/psxtests/psxhdrs/pthread27.c
index 2f80f1c098..cf152962d0 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread27.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread27.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread28.c b/c/src/tests/psxtests/psxhdrs/pthread28.c
index a9d78e36fa..011ddea8f5 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread28.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread28.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread29.c b/c/src/tests/psxtests/psxhdrs/pthread29.c
index 45efbc0bb9..5bc5dc0a69 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread29.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread29.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread30.c b/c/src/tests/psxtests/psxhdrs/pthread30.c
index 44e885612e..bb9e1da558 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread30.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread30.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread31.c b/c/src/tests/psxtests/psxhdrs/pthread31.c
index d553a09e65..d12df9829e 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread31.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread31.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread32.c b/c/src/tests/psxtests/psxhdrs/pthread32.c
index 80990610ec..0b03fd9e47 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread32.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread32.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread33.c b/c/src/tests/psxtests/psxhdrs/pthread33.c
index 7cff807ef0..88ed3e7127 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread33.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread33.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread34.c b/c/src/tests/psxtests/psxhdrs/pthread34.c
index fc575a6056..9d4072102a 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread34.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread34.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread35.c b/c/src/tests/psxtests/psxhdrs/pthread35.c
index d9dd771c2c..a53aaeedcb 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread35.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread35.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/pthread36.c b/c/src/tests/psxtests/psxhdrs/pthread36.c
index 80ddd64578..21e503865d 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread36.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread36.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched01.c b/c/src/tests/psxtests/psxhdrs/sched01.c
index 7e1e9ca621..5b48736b09 100644
--- a/c/src/tests/psxtests/psxhdrs/sched01.c
+++ b/c/src/tests/psxtests/psxhdrs/sched01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched02.c b/c/src/tests/psxtests/psxhdrs/sched02.c
index 5475b22382..8e66cfba46 100644
--- a/c/src/tests/psxtests/psxhdrs/sched02.c
+++ b/c/src/tests/psxtests/psxhdrs/sched02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched03.c b/c/src/tests/psxtests/psxhdrs/sched03.c
index 19a2774b94..16e2aad92d 100644
--- a/c/src/tests/psxtests/psxhdrs/sched03.c
+++ b/c/src/tests/psxtests/psxhdrs/sched03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched04.c b/c/src/tests/psxtests/psxhdrs/sched04.c
index bc002be98a..ba81adb78d 100644
--- a/c/src/tests/psxtests/psxhdrs/sched04.c
+++ b/c/src/tests/psxtests/psxhdrs/sched04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched05.c b/c/src/tests/psxtests/psxhdrs/sched05.c
index 179bc7b4e0..158484b96c 100644
--- a/c/src/tests/psxtests/psxhdrs/sched05.c
+++ b/c/src/tests/psxtests/psxhdrs/sched05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched06.c b/c/src/tests/psxtests/psxhdrs/sched06.c
index 055b0d197f..fdcb08eac5 100644
--- a/c/src/tests/psxtests/psxhdrs/sched06.c
+++ b/c/src/tests/psxtests/psxhdrs/sched06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched07.c b/c/src/tests/psxtests/psxhdrs/sched07.c
index 5743359f6a..a41bbba830 100644
--- a/c/src/tests/psxtests/psxhdrs/sched07.c
+++ b/c/src/tests/psxtests/psxhdrs/sched07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/sched08.c b/c/src/tests/psxtests/psxhdrs/sched08.c
index 2fdadc2924..8596ef60a0 100644
--- a/c/src/tests/psxtests/psxhdrs/sched08.c
+++ b/c/src/tests/psxtests/psxhdrs/sched08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal01.c b/c/src/tests/psxtests/psxhdrs/signal01.c
index adc7c43f4d..50ee847513 100644
--- a/c/src/tests/psxtests/psxhdrs/signal01.c
+++ b/c/src/tests/psxtests/psxhdrs/signal01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal02.c b/c/src/tests/psxtests/psxhdrs/signal02.c
index a16ed63a6b..16e3771b48 100644
--- a/c/src/tests/psxtests/psxhdrs/signal02.c
+++ b/c/src/tests/psxtests/psxhdrs/signal02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal03.c b/c/src/tests/psxtests/psxhdrs/signal03.c
index 27c778b7c4..bb17812a39 100644
--- a/c/src/tests/psxtests/psxhdrs/signal03.c
+++ b/c/src/tests/psxtests/psxhdrs/signal03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal04.c b/c/src/tests/psxtests/psxhdrs/signal04.c
index a0b22d39ca..8b0c960dcf 100644
--- a/c/src/tests/psxtests/psxhdrs/signal04.c
+++ b/c/src/tests/psxtests/psxhdrs/signal04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal05.c b/c/src/tests/psxtests/psxhdrs/signal05.c
index b473c55f1e..c21a79abbc 100644
--- a/c/src/tests/psxtests/psxhdrs/signal05.c
+++ b/c/src/tests/psxtests/psxhdrs/signal05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal06.c b/c/src/tests/psxtests/psxhdrs/signal06.c
index e90bc62e37..f7eaff884a 100644
--- a/c/src/tests/psxtests/psxhdrs/signal06.c
+++ b/c/src/tests/psxtests/psxhdrs/signal06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal07.c b/c/src/tests/psxtests/psxhdrs/signal07.c
index e30a07791d..0fe5817a70 100644
--- a/c/src/tests/psxtests/psxhdrs/signal07.c
+++ b/c/src/tests/psxtests/psxhdrs/signal07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal08.c b/c/src/tests/psxtests/psxhdrs/signal08.c
index 251c8d3af6..295800e599 100644
--- a/c/src/tests/psxtests/psxhdrs/signal08.c
+++ b/c/src/tests/psxtests/psxhdrs/signal08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal09.c b/c/src/tests/psxtests/psxhdrs/signal09.c
index b33647d147..97c7eddcef 100644
--- a/c/src/tests/psxtests/psxhdrs/signal09.c
+++ b/c/src/tests/psxtests/psxhdrs/signal09.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal10.c b/c/src/tests/psxtests/psxhdrs/signal10.c
index dc5f7c27d5..a3155e1a67 100644
--- a/c/src/tests/psxtests/psxhdrs/signal10.c
+++ b/c/src/tests/psxtests/psxhdrs/signal10.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal11.c b/c/src/tests/psxtests/psxhdrs/signal11.c
index 0af70d9ef5..63a840aeac 100644
--- a/c/src/tests/psxtests/psxhdrs/signal11.c
+++ b/c/src/tests/psxtests/psxhdrs/signal11.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal12.c b/c/src/tests/psxtests/psxhdrs/signal12.c
index 36926a98ea..85d4dd5c47 100644
--- a/c/src/tests/psxtests/psxhdrs/signal12.c
+++ b/c/src/tests/psxtests/psxhdrs/signal12.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal13.c b/c/src/tests/psxtests/psxhdrs/signal13.c
index 2270066aaa..7b177dd3ff 100644
--- a/c/src/tests/psxtests/psxhdrs/signal13.c
+++ b/c/src/tests/psxtests/psxhdrs/signal13.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal14.c b/c/src/tests/psxtests/psxhdrs/signal14.c
index 192b824655..20c6a9cf71 100644
--- a/c/src/tests/psxtests/psxhdrs/signal14.c
+++ b/c/src/tests/psxtests/psxhdrs/signal14.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal15.c b/c/src/tests/psxtests/psxhdrs/signal15.c
index 1dabed1945..ddb1972d4f 100644
--- a/c/src/tests/psxtests/psxhdrs/signal15.c
+++ b/c/src/tests/psxtests/psxhdrs/signal15.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal16.c b/c/src/tests/psxtests/psxhdrs/signal16.c
index cc8bfe9bbb..dca42d55bd 100644
--- a/c/src/tests/psxtests/psxhdrs/signal16.c
+++ b/c/src/tests/psxtests/psxhdrs/signal16.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal17.c b/c/src/tests/psxtests/psxhdrs/signal17.c
index 152883d0bf..d9f4def624 100644
--- a/c/src/tests/psxtests/psxhdrs/signal17.c
+++ b/c/src/tests/psxtests/psxhdrs/signal17.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal18.c b/c/src/tests/psxtests/psxhdrs/signal18.c
index 1deb450c27..fe067a0886 100644
--- a/c/src/tests/psxtests/psxhdrs/signal18.c
+++ b/c/src/tests/psxtests/psxhdrs/signal18.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal19.c b/c/src/tests/psxtests/psxhdrs/signal19.c
index e4497623bb..d8852d32ef 100644
--- a/c/src/tests/psxtests/psxhdrs/signal19.c
+++ b/c/src/tests/psxtests/psxhdrs/signal19.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal20.c b/c/src/tests/psxtests/psxhdrs/signal20.c
index 928b528906..aaf75a8611 100644
--- a/c/src/tests/psxtests/psxhdrs/signal20.c
+++ b/c/src/tests/psxtests/psxhdrs/signal20.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal21.c b/c/src/tests/psxtests/psxhdrs/signal21.c
index 6572d5a9af..756147c2fd 100644
--- a/c/src/tests/psxtests/psxhdrs/signal21.c
+++ b/c/src/tests/psxtests/psxhdrs/signal21.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/signal22.c b/c/src/tests/psxtests/psxhdrs/signal22.c
index a944c79edd..6685ff6dea 100644
--- a/c/src/tests/psxtests/psxhdrs/signal22.c
+++ b/c/src/tests/psxtests/psxhdrs/signal22.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time01.c b/c/src/tests/psxtests/psxhdrs/time01.c
index 2c2a811ebd..a9608adbf8 100644
--- a/c/src/tests/psxtests/psxhdrs/time01.c
+++ b/c/src/tests/psxtests/psxhdrs/time01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time02.c b/c/src/tests/psxtests/psxhdrs/time02.c
index 233b33adbe..ecb890e72f 100644
--- a/c/src/tests/psxtests/psxhdrs/time02.c
+++ b/c/src/tests/psxtests/psxhdrs/time02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time03.c b/c/src/tests/psxtests/psxhdrs/time03.c
index 1d44f3d927..a031109b6e 100644
--- a/c/src/tests/psxtests/psxhdrs/time03.c
+++ b/c/src/tests/psxtests/psxhdrs/time03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time04.c b/c/src/tests/psxtests/psxhdrs/time04.c
index 9db332a605..72cdc5aeb3 100644
--- a/c/src/tests/psxtests/psxhdrs/time04.c
+++ b/c/src/tests/psxtests/psxhdrs/time04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time05.c b/c/src/tests/psxtests/psxhdrs/time05.c
index 817df63f30..62b4b2d85a 100644
--- a/c/src/tests/psxtests/psxhdrs/time05.c
+++ b/c/src/tests/psxtests/psxhdrs/time05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time06.c b/c/src/tests/psxtests/psxhdrs/time06.c
index abdeee0d24..9b694bfe11 100644
--- a/c/src/tests/psxtests/psxhdrs/time06.c
+++ b/c/src/tests/psxtests/psxhdrs/time06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time07.c b/c/src/tests/psxtests/psxhdrs/time07.c
index 66eebe6d37..6eda111f6f 100644
--- a/c/src/tests/psxtests/psxhdrs/time07.c
+++ b/c/src/tests/psxtests/psxhdrs/time07.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time08.c b/c/src/tests/psxtests/psxhdrs/time08.c
index 8e0cd49bcd..84a5b9e711 100644
--- a/c/src/tests/psxtests/psxhdrs/time08.c
+++ b/c/src/tests/psxtests/psxhdrs/time08.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time09.c b/c/src/tests/psxtests/psxhdrs/time09.c
index 9069927fcc..c92072ffc0 100644
--- a/c/src/tests/psxtests/psxhdrs/time09.c
+++ b/c/src/tests/psxtests/psxhdrs/time09.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time10.c b/c/src/tests/psxtests/psxhdrs/time10.c
index a87fa0079b..b27be5037c 100644
--- a/c/src/tests/psxtests/psxhdrs/time10.c
+++ b/c/src/tests/psxtests/psxhdrs/time10.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time11.c b/c/src/tests/psxtests/psxhdrs/time11.c
index 8c5e4d8a7f..5fea8b4415 100644
--- a/c/src/tests/psxtests/psxhdrs/time11.c
+++ b/c/src/tests/psxtests/psxhdrs/time11.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time12.c b/c/src/tests/psxtests/psxhdrs/time12.c
index 46ac4d44bf..5fd0cd856d 100644
--- a/c/src/tests/psxtests/psxhdrs/time12.c
+++ b/c/src/tests/psxtests/psxhdrs/time12.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/time13.c b/c/src/tests/psxtests/psxhdrs/time13.c
index ff9a42eb96..39c738ddbd 100644
--- a/c/src/tests/psxtests/psxhdrs/time13.c
+++ b/c/src/tests/psxtests/psxhdrs/time13.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/timer01.c b/c/src/tests/psxtests/psxhdrs/timer01.c
index 02be02cff1..d2a01e0252 100644
--- a/c/src/tests/psxtests/psxhdrs/timer01.c
+++ b/c/src/tests/psxtests/psxhdrs/timer01.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/timer02.c b/c/src/tests/psxtests/psxhdrs/timer02.c
index b312d2e143..e2116d0362 100644
--- a/c/src/tests/psxtests/psxhdrs/timer02.c
+++ b/c/src/tests/psxtests/psxhdrs/timer02.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/timer03.c b/c/src/tests/psxtests/psxhdrs/timer03.c
index 5ae0efe07f..d499f079d6 100644
--- a/c/src/tests/psxtests/psxhdrs/timer03.c
+++ b/c/src/tests/psxtests/psxhdrs/timer03.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/timer04.c b/c/src/tests/psxtests/psxhdrs/timer04.c
index aea13743f0..d0ee86e38b 100644
--- a/c/src/tests/psxtests/psxhdrs/timer04.c
+++ b/c/src/tests/psxtests/psxhdrs/timer04.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/timer05.c b/c/src/tests/psxtests/psxhdrs/timer05.c
index f514857e12..aac3e4e3ec 100644
--- a/c/src/tests/psxtests/psxhdrs/timer05.c
+++ b/c/src/tests/psxtests/psxhdrs/timer05.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxhdrs/timer06.c b/c/src/tests/psxtests/psxhdrs/timer06.c
index 5d0274397c..4db7cc524c 100644
--- a/c/src/tests/psxtests/psxhdrs/timer06.c
+++ b/c/src/tests/psxtests/psxhdrs/timer06.c
@@ -2,9 +2,8 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * 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/tests/psxtests/psxmsgq01/init.c b/c/src/tests/psxtests/psxmsgq01/init.c
index f6cebb4635..ed49515094 100644
--- a/c/src/tests/psxtests/psxmsgq01/init.c
+++ b/c/src/tests/psxtests/psxmsgq01/init.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/psxtests/psxmsgq01/system.h b/c/src/tests/psxtests/psxmsgq01/system.h
index 9ff369cc01..9b55eea1d0 100644
--- a/c/src/tests/psxtests/psxmsgq01/system.h
+++ b/c/src/tests/psxtests/psxmsgq01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psxsem01/system.h b/c/src/tests/psxtests/psxsem01/system.h
index ca25a0cd1f..cbc01496fe 100644
--- a/c/src/tests/psxtests/psxsem01/system.h
+++ b/c/src/tests/psxtests/psxsem01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/psxtests/psxstat/main.c b/c/src/tests/psxtests/psxstat/main.c
index 57fffc276e..bced60fd25 100644
--- a/c/src/tests/psxtests/psxstat/main.c
+++ b/c/src/tests/psxtests/psxstat/main.c
@@ -1,9 +1,8 @@
/*
* Simple test program -- simplified version of sample test hello.
*
- * 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/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c
index a5cc417a27..4fd49726b7 100644
--- a/c/src/tests/psxtests/psxstat/test.c
+++ b/c/src/tests/psxtests/psxstat/test.c
@@ -2,9 +2,8 @@
* This test exercises stat() via fstat() and generates as many of the
* path evaluation cases as possible.
*
- * 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/tests/psxtests/psxtime/main.c b/c/src/tests/psxtests/psxtime/main.c
index 37658f4feb..9f253e881b 100644
--- a/c/src/tests/psxtests/psxtime/main.c
+++ b/c/src/tests/psxtests/psxtime/main.c
@@ -1,9 +1,8 @@
/*
* Simple test program -- simplified version of sample test hello.
*
- * 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/tests/psxtests/psxtime/test.c b/c/src/tests/psxtests/psxtime/test.c
index 8ce431145d..f62d242fa9 100644
--- a/c/src/tests/psxtests/psxtime/test.c
+++ b/c/src/tests/psxtests/psxtime/test.c
@@ -2,9 +2,8 @@
* This test exercises the time of day services via the Classic
* and POSIX APIs to make sure they are consistent.
*
- * 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/tests/samples/README b/c/src/tests/samples/README
index bc618c5cfd..9a94a9b0fd 100644
--- a/c/src/tests/samples/README
+++ b/c/src/tests/samples/README
@@ -1,7 +1,6 @@
#
-# 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/tests/samples/base_mp/apptask.c b/c/src/tests/samples/base_mp/apptask.c
index c4ffaa1625..5303b180d4 100644
--- a/c/src/tests/samples/base_mp/apptask.c
+++ b/c/src/tests/samples/base_mp/apptask.c
@@ -9,9 +9,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/tests/samples/base_mp/init.c b/c/src/tests/samples/base_mp/init.c
index 58f66e76e5..d47113d832 100644
--- a/c/src/tests/samples/base_mp/init.c
+++ b/c/src/tests/samples/base_mp/init.c
@@ -10,9 +10,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/tests/samples/base_mp/node1/base_mp.doc b/c/src/tests/samples/base_mp/node1/base_mp.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/base_mp/node1/base_mp.doc
+++ b/c/src/tests/samples/base_mp/node1/base_mp.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/samples/base_mp/node2/base_mp.doc b/c/src/tests/samples/base_mp/node2/base_mp.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/base_mp/node2/base_mp.doc
+++ b/c/src/tests/samples/base_mp/node2/base_mp.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/samples/base_mp/system.h b/c/src/tests/samples/base_mp/system.h
index 27088d078c..b45fe15bd9 100644
--- a/c/src/tests/samples/base_mp/system.h
+++ b/c/src/tests/samples/base_mp/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/samples/base_sp/apptask.c b/c/src/tests/samples/base_sp/apptask.c
index 2a3196a37f..c7b6580fad 100644
--- a/c/src/tests/samples/base_sp/apptask.c
+++ b/c/src/tests/samples/base_sp/apptask.c
@@ -8,9 +8,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/tests/samples/base_sp/base_sp.doc b/c/src/tests/samples/base_sp/base_sp.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/base_sp/base_sp.doc
+++ b/c/src/tests/samples/base_sp/base_sp.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/samples/base_sp/init.c b/c/src/tests/samples/base_sp/init.c
index c3f1aabefc..d787f0233e 100644
--- a/c/src/tests/samples/base_sp/init.c
+++ b/c/src/tests/samples/base_sp/init.c
@@ -10,9 +10,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/tests/samples/base_sp/system.h b/c/src/tests/samples/base_sp/system.h
index b0c56044ae..25139380f6 100644
--- a/c/src/tests/samples/base_sp/system.h
+++ b/c/src/tests/samples/base_sp/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/samples/cdtest/init.c b/c/src/tests/samples/cdtest/init.c
index 4d408147cc..807cd9e5ab 100644
--- a/c/src/tests/samples/cdtest/init.c
+++ b/c/src/tests/samples/cdtest/init.c
@@ -10,9 +10,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/tests/samples/cdtest/system.h b/c/src/tests/samples/cdtest/system.h
index 975be98a2f..234651fc69 100644
--- a/c/src/tests/samples/cdtest/system.h
+++ b/c/src/tests/samples/cdtest/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/samples/hello/hello.doc b/c/src/tests/samples/hello/hello.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/hello/hello.doc
+++ b/c/src/tests/samples/hello/hello.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/samples/hello/init.c b/c/src/tests/samples/hello/init.c
index 3931c1a2bf..344617d598 100644
--- a/c/src/tests/samples/hello/init.c
+++ b/c/src/tests/samples/hello/init.c
@@ -10,9 +10,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/tests/samples/hello/system.h b/c/src/tests/samples/hello/system.h
index 053ef8b932..d27a884301 100644
--- a/c/src/tests/samples/hello/system.h
+++ b/c/src/tests/samples/hello/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/samples/minimum/init.c b/c/src/tests/samples/minimum/init.c
index d36c60324a..64a1aa7b62 100644
--- a/c/src/tests/samples/minimum/init.c
+++ b/c/src/tests/samples/minimum/init.c
@@ -5,9 +5,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/tests/samples/minimum/minimum.doc b/c/src/tests/samples/minimum/minimum.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/minimum/minimum.doc
+++ b/c/src/tests/samples/minimum/minimum.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/samples/paranoia/init.c b/c/src/tests/samples/paranoia/init.c
index c562e9c44a..980a07d7c8 100644
--- a/c/src/tests/samples/paranoia/init.c
+++ b/c/src/tests/samples/paranoia/init.c
@@ -10,9 +10,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/tests/samples/paranoia/paranoia.doc b/c/src/tests/samples/paranoia/paranoia.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/paranoia/paranoia.doc
+++ b/c/src/tests/samples/paranoia/paranoia.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/samples/paranoia/system.h b/c/src/tests/samples/paranoia/system.h
index a3e79d92f4..5996032cb1 100644
--- a/c/src/tests/samples/paranoia/system.h
+++ b/c/src/tests/samples/paranoia/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/samples/ticker/init.c b/c/src/tests/samples/ticker/init.c
index 62a468fb99..cd8c688887 100644
--- a/c/src/tests/samples/ticker/init.c
+++ b/c/src/tests/samples/ticker/init.c
@@ -10,9 +10,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/tests/samples/ticker/system.h b/c/src/tests/samples/ticker/system.h
index d8b163f7bc..0e50198815 100644
--- a/c/src/tests/samples/ticker/system.h
+++ b/c/src/tests/samples/ticker/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/samples/ticker/tasks.c b/c/src/tests/samples/ticker/tasks.c
index f5f9ea28ff..b87a26cbbe 100644
--- a/c/src/tests/samples/ticker/tasks.c
+++ b/c/src/tests/samples/ticker/tasks.c
@@ -7,9 +7,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/tests/samples/ticker/ticker.doc b/c/src/tests/samples/ticker/ticker.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/samples/ticker/ticker.doc
+++ b/c/src/tests/samples/ticker/ticker.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp01/init.c b/c/src/tests/sptests/sp01/init.c
index 771ad82898..b8f409b3bb 100644
--- a/c/src/tests/sptests/sp01/init.c
+++ b/c/src/tests/sptests/sp01/init.c
@@ -11,9 +11,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/tests/sptests/sp01/sp01.doc b/c/src/tests/sptests/sp01/sp01.doc
index 019cc4d18a..338ff1fb1b 100644
--- a/c/src/tests/sptests/sp01/sp01.doc
+++ b/c/src/tests/sptests/sp01/sp01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp01/system.h b/c/src/tests/sptests/sp01/system.h
index a9605158b0..5a1cbad8b8 100644
--- a/c/src/tests/sptests/sp01/system.h
+++ b/c/src/tests/sptests/sp01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp01/task1.c b/c/src/tests/sptests/sp01/task1.c
index 88ec7c85f7..34f24e2a14 100644
--- a/c/src/tests/sptests/sp01/task1.c
+++ b/c/src/tests/sptests/sp01/task1.c
@@ -8,9 +8,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/tests/sptests/sp02/init.c b/c/src/tests/sptests/sp02/init.c
index dda2f9661c..bd1274ceca 100644
--- a/c/src/tests/sptests/sp02/init.c
+++ b/c/src/tests/sptests/sp02/init.c
@@ -11,9 +11,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/tests/sptests/sp02/preempt.c b/c/src/tests/sptests/sp02/preempt.c
index 4ce362e8fa..e494349c8a 100644
--- a/c/src/tests/sptests/sp02/preempt.c
+++ b/c/src/tests/sptests/sp02/preempt.c
@@ -7,9 +7,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/tests/sptests/sp02/sp02.doc b/c/src/tests/sptests/sp02/sp02.doc
index 5e50b42f12..2b624f8e23 100644
--- a/c/src/tests/sptests/sp02/sp02.doc
+++ b/c/src/tests/sptests/sp02/sp02.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp02/system.h b/c/src/tests/sptests/sp02/system.h
index aedcd2d375..b383c058e3 100644
--- a/c/src/tests/sptests/sp02/system.h
+++ b/c/src/tests/sptests/sp02/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp02/task1.c b/c/src/tests/sptests/sp02/task1.c
index 2ab2caa7e8..ed0d77c2e9 100644
--- a/c/src/tests/sptests/sp02/task1.c
+++ b/c/src/tests/sptests/sp02/task1.c
@@ -7,9 +7,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/tests/sptests/sp02/task2.c b/c/src/tests/sptests/sp02/task2.c
index 0b10e3db53..583f0043f7 100644
--- a/c/src/tests/sptests/sp02/task2.c
+++ b/c/src/tests/sptests/sp02/task2.c
@@ -9,9 +9,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/tests/sptests/sp02/task3.c b/c/src/tests/sptests/sp02/task3.c
index ddc6b8e5bd..6fd637ecc6 100644
--- a/c/src/tests/sptests/sp02/task3.c
+++ b/c/src/tests/sptests/sp02/task3.c
@@ -8,9 +8,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/tests/sptests/sp03/init.c b/c/src/tests/sptests/sp03/init.c
index b73c77dd36..560e01a53b 100644
--- a/c/src/tests/sptests/sp03/init.c
+++ b/c/src/tests/sptests/sp03/init.c
@@ -11,9 +11,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/tests/sptests/sp03/sp03.doc b/c/src/tests/sptests/sp03/sp03.doc
index b5182f2f94..4fb72db94b 100644
--- a/c/src/tests/sptests/sp03/sp03.doc
+++ b/c/src/tests/sptests/sp03/sp03.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp03/system.h b/c/src/tests/sptests/sp03/system.h
index eb1e37a46a..72d992def9 100644
--- a/c/src/tests/sptests/sp03/system.h
+++ b/c/src/tests/sptests/sp03/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp03/task1.c b/c/src/tests/sptests/sp03/task1.c
index 9f39d26293..246e293839 100644
--- a/c/src/tests/sptests/sp03/task1.c
+++ b/c/src/tests/sptests/sp03/task1.c
@@ -8,9 +8,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/tests/sptests/sp03/task2.c b/c/src/tests/sptests/sp03/task2.c
index 4f40582ab3..56d7da821e 100644
--- a/c/src/tests/sptests/sp03/task2.c
+++ b/c/src/tests/sptests/sp03/task2.c
@@ -8,9 +8,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/tests/sptests/sp04/init.c b/c/src/tests/sptests/sp04/init.c
index 531b42af64..032797c904 100644
--- a/c/src/tests/sptests/sp04/init.c
+++ b/c/src/tests/sptests/sp04/init.c
@@ -11,9 +11,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/tests/sptests/sp04/sp04.doc b/c/src/tests/sptests/sp04/sp04.doc
index 13a235886a..35c353e529 100644
--- a/c/src/tests/sptests/sp04/sp04.doc
+++ b/c/src/tests/sptests/sp04/sp04.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp04/system.h b/c/src/tests/sptests/sp04/system.h
index cef8f5546b..f7f2832f54 100644
--- a/c/src/tests/sptests/sp04/system.h
+++ b/c/src/tests/sptests/sp04/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp04/task1.c b/c/src/tests/sptests/sp04/task1.c
index 40b7c175f4..cbaa831890 100644
--- a/c/src/tests/sptests/sp04/task1.c
+++ b/c/src/tests/sptests/sp04/task1.c
@@ -8,9 +8,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/tests/sptests/sp04/task2.c b/c/src/tests/sptests/sp04/task2.c
index ff22274284..5dbdda331d 100644
--- a/c/src/tests/sptests/sp04/task2.c
+++ b/c/src/tests/sptests/sp04/task2.c
@@ -8,9 +8,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/tests/sptests/sp04/task3.c b/c/src/tests/sptests/sp04/task3.c
index a431a99f9d..829f52820f 100644
--- a/c/src/tests/sptests/sp04/task3.c
+++ b/c/src/tests/sptests/sp04/task3.c
@@ -8,9 +8,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/tests/sptests/sp04/tswitch.c b/c/src/tests/sptests/sp04/tswitch.c
index ebc037b052..975ca710c3 100644
--- a/c/src/tests/sptests/sp04/tswitch.c
+++ b/c/src/tests/sptests/sp04/tswitch.c
@@ -10,9 +10,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/tests/sptests/sp05/init.c b/c/src/tests/sptests/sp05/init.c
index df81e48052..8d84d253f6 100644
--- a/c/src/tests/sptests/sp05/init.c
+++ b/c/src/tests/sptests/sp05/init.c
@@ -11,9 +11,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/tests/sptests/sp05/sp05.doc b/c/src/tests/sptests/sp05/sp05.doc
index 0f005cf007..e13f88ffd7 100644
--- a/c/src/tests/sptests/sp05/sp05.doc
+++ b/c/src/tests/sptests/sp05/sp05.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp05/system.h b/c/src/tests/sptests/sp05/system.h
index 785491d481..ec5c85e9a0 100644
--- a/c/src/tests/sptests/sp05/system.h
+++ b/c/src/tests/sptests/sp05/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp05/task1.c b/c/src/tests/sptests/sp05/task1.c
index 8e67584e90..3a510cab97 100644
--- a/c/src/tests/sptests/sp05/task1.c
+++ b/c/src/tests/sptests/sp05/task1.c
@@ -10,9 +10,8 @@
*
* NOTE: The rtems_task_suspend() directives fail on the first iteration.
*
- * 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/tests/sptests/sp05/task2.c b/c/src/tests/sptests/sp05/task2.c
index 2d492746c4..40e110693b 100644
--- a/c/src/tests/sptests/sp05/task2.c
+++ b/c/src/tests/sptests/sp05/task2.c
@@ -8,9 +8,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/tests/sptests/sp05/task3.c b/c/src/tests/sptests/sp05/task3.c
index bc63d771d0..7d1163e5de 100644
--- a/c/src/tests/sptests/sp05/task3.c
+++ b/c/src/tests/sptests/sp05/task3.c
@@ -8,9 +8,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/tests/sptests/sp06/init.c b/c/src/tests/sptests/sp06/init.c
index 2b551e48b5..4c7b858584 100644
--- a/c/src/tests/sptests/sp06/init.c
+++ b/c/src/tests/sptests/sp06/init.c
@@ -11,9 +11,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/tests/sptests/sp06/sp06.doc b/c/src/tests/sptests/sp06/sp06.doc
index 6ec1bb23d7..2e2f59996a 100644
--- a/c/src/tests/sptests/sp06/sp06.doc
+++ b/c/src/tests/sptests/sp06/sp06.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp06/system.h b/c/src/tests/sptests/sp06/system.h
index b3c2786832..f7687256bc 100644
--- a/c/src/tests/sptests/sp06/system.h
+++ b/c/src/tests/sptests/sp06/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp06/task1.c b/c/src/tests/sptests/sp06/task1.c
index 63af3d680f..18bcae73bb 100644
--- a/c/src/tests/sptests/sp06/task1.c
+++ b/c/src/tests/sptests/sp06/task1.c
@@ -8,9 +8,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/tests/sptests/sp06/task2.c b/c/src/tests/sptests/sp06/task2.c
index 6a57b907e2..da3f7ff70d 100644
--- a/c/src/tests/sptests/sp06/task2.c
+++ b/c/src/tests/sptests/sp06/task2.c
@@ -8,9 +8,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/tests/sptests/sp06/task3.c b/c/src/tests/sptests/sp06/task3.c
index af1a398da5..677dec4404 100644
--- a/c/src/tests/sptests/sp06/task3.c
+++ b/c/src/tests/sptests/sp06/task3.c
@@ -8,9 +8,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/tests/sptests/sp07/init.c b/c/src/tests/sptests/sp07/init.c
index df627a2895..b45a7dc228 100644
--- a/c/src/tests/sptests/sp07/init.c
+++ b/c/src/tests/sptests/sp07/init.c
@@ -11,9 +11,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/tests/sptests/sp07/sp07.doc b/c/src/tests/sptests/sp07/sp07.doc
index 6ecc0e0c20..6b2a162f4d 100644
--- a/c/src/tests/sptests/sp07/sp07.doc
+++ b/c/src/tests/sptests/sp07/sp07.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp07/system.h b/c/src/tests/sptests/sp07/system.h
index 110f844957..f9f8ddcdf4 100644
--- a/c/src/tests/sptests/sp07/system.h
+++ b/c/src/tests/sptests/sp07/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp07/task1.c b/c/src/tests/sptests/sp07/task1.c
index d6e5e4d1f1..858ee4b36a 100644
--- a/c/src/tests/sptests/sp07/task1.c
+++ b/c/src/tests/sptests/sp07/task1.c
@@ -8,9 +8,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/tests/sptests/sp07/task2.c b/c/src/tests/sptests/sp07/task2.c
index d528fa2dde..65869cc5ae 100644
--- a/c/src/tests/sptests/sp07/task2.c
+++ b/c/src/tests/sptests/sp07/task2.c
@@ -8,9 +8,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/tests/sptests/sp07/task3.c b/c/src/tests/sptests/sp07/task3.c
index 71aec743a4..f39eee5258 100644
--- a/c/src/tests/sptests/sp07/task3.c
+++ b/c/src/tests/sptests/sp07/task3.c
@@ -8,9 +8,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/tests/sptests/sp07/task4.c b/c/src/tests/sptests/sp07/task4.c
index 6ea75d42e6..17ff1c28be 100644
--- a/c/src/tests/sptests/sp07/task4.c
+++ b/c/src/tests/sptests/sp07/task4.c
@@ -9,9 +9,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/tests/sptests/sp07/taskexit.c b/c/src/tests/sptests/sp07/taskexit.c
index a7b0745f16..1452af73df 100644
--- a/c/src/tests/sptests/sp07/taskexit.c
+++ b/c/src/tests/sptests/sp07/taskexit.c
@@ -6,9 +6,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/tests/sptests/sp07/tcreate.c b/c/src/tests/sptests/sp07/tcreate.c
index bba5b8d40d..27a5ac4ee1 100644
--- a/c/src/tests/sptests/sp07/tcreate.c
+++ b/c/src/tests/sptests/sp07/tcreate.c
@@ -8,9 +8,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/tests/sptests/sp07/tdelete.c b/c/src/tests/sptests/sp07/tdelete.c
index 5276369d47..b877f7e499 100644
--- a/c/src/tests/sptests/sp07/tdelete.c
+++ b/c/src/tests/sptests/sp07/tdelete.c
@@ -8,9 +8,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/tests/sptests/sp07/trestart.c b/c/src/tests/sptests/sp07/trestart.c
index 9195ca7c3f..dcd5d15f72 100644
--- a/c/src/tests/sptests/sp07/trestart.c
+++ b/c/src/tests/sptests/sp07/trestart.c
@@ -8,9 +8,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/tests/sptests/sp07/tstart.c b/c/src/tests/sptests/sp07/tstart.c
index 6fac296b87..0aeed5b81f 100644
--- a/c/src/tests/sptests/sp07/tstart.c
+++ b/c/src/tests/sptests/sp07/tstart.c
@@ -8,9 +8,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/tests/sptests/sp08/init.c b/c/src/tests/sptests/sp08/init.c
index 260fec7f65..35fc42c444 100644
--- a/c/src/tests/sptests/sp08/init.c
+++ b/c/src/tests/sptests/sp08/init.c
@@ -11,9 +11,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/tests/sptests/sp08/sp08.doc b/c/src/tests/sptests/sp08/sp08.doc
index 734bfde9ca..325fba0afd 100644
--- a/c/src/tests/sptests/sp08/sp08.doc
+++ b/c/src/tests/sptests/sp08/sp08.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp08/system.h b/c/src/tests/sptests/sp08/system.h
index 352bfe9a13..fcc21d7b2a 100644
--- a/c/src/tests/sptests/sp08/system.h
+++ b/c/src/tests/sptests/sp08/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp08/task1.c b/c/src/tests/sptests/sp08/task1.c
index 257e9586a9..43c5f45264 100644
--- a/c/src/tests/sptests/sp08/task1.c
+++ b/c/src/tests/sptests/sp08/task1.c
@@ -8,9 +8,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/tests/sptests/sp09/delay.c b/c/src/tests/sptests/sp09/delay.c
index 23f1c8730f..7a6d9cb245 100644
--- a/c/src/tests/sptests/sp09/delay.c
+++ b/c/src/tests/sptests/sp09/delay.c
@@ -7,9 +7,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/tests/sptests/sp09/init.c b/c/src/tests/sptests/sp09/init.c
index fb80e38d00..fe95de61da 100644
--- a/c/src/tests/sptests/sp09/init.c
+++ b/c/src/tests/sptests/sp09/init.c
@@ -11,9 +11,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/tests/sptests/sp09/isr.c b/c/src/tests/sptests/sp09/isr.c
index 4098dc0f95..b3a213df09 100644
--- a/c/src/tests/sptests/sp09/isr.c
+++ b/c/src/tests/sptests/sp09/isr.c
@@ -7,9 +7,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/tests/sptests/sp09/screen01.c b/c/src/tests/sptests/sp09/screen01.c
index ba1d257f51..96470b06c5 100644
--- a/c/src/tests/sptests/sp09/screen01.c
+++ b/c/src/tests/sptests/sp09/screen01.c
@@ -6,9 +6,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/tests/sptests/sp09/screen02.c b/c/src/tests/sptests/sp09/screen02.c
index 27982c0af7..8654d93f95 100644
--- a/c/src/tests/sptests/sp09/screen02.c
+++ b/c/src/tests/sptests/sp09/screen02.c
@@ -6,9 +6,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/tests/sptests/sp09/screen03.c b/c/src/tests/sptests/sp09/screen03.c
index 040ba7e3eb..ed35ad7574 100644
--- a/c/src/tests/sptests/sp09/screen03.c
+++ b/c/src/tests/sptests/sp09/screen03.c
@@ -6,9 +6,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/tests/sptests/sp09/screen04.c b/c/src/tests/sptests/sp09/screen04.c
index 3dcddf9581..fafd528fbc 100644
--- a/c/src/tests/sptests/sp09/screen04.c
+++ b/c/src/tests/sptests/sp09/screen04.c
@@ -6,9 +6,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/tests/sptests/sp09/screen05.c b/c/src/tests/sptests/sp09/screen05.c
index 646a28ba6d..deb990c42d 100644
--- a/c/src/tests/sptests/sp09/screen05.c
+++ b/c/src/tests/sptests/sp09/screen05.c
@@ -6,9 +6,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/tests/sptests/sp09/screen06.c b/c/src/tests/sptests/sp09/screen06.c
index 948598dff3..90f522acde 100644
--- a/c/src/tests/sptests/sp09/screen06.c
+++ b/c/src/tests/sptests/sp09/screen06.c
@@ -6,9 +6,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/tests/sptests/sp09/screen07.c b/c/src/tests/sptests/sp09/screen07.c
index 5d55c94b9d..26dab852d5 100644
--- a/c/src/tests/sptests/sp09/screen07.c
+++ b/c/src/tests/sptests/sp09/screen07.c
@@ -6,9 +6,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/tests/sptests/sp09/screen08.c b/c/src/tests/sptests/sp09/screen08.c
index 705b9111fa..dd0a9afba4 100644
--- a/c/src/tests/sptests/sp09/screen08.c
+++ b/c/src/tests/sptests/sp09/screen08.c
@@ -6,9 +6,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/tests/sptests/sp09/screen09.c b/c/src/tests/sptests/sp09/screen09.c
index a932c38e7c..45c55dc520 100644
--- a/c/src/tests/sptests/sp09/screen09.c
+++ b/c/src/tests/sptests/sp09/screen09.c
@@ -6,9 +6,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/tests/sptests/sp09/screen10.c b/c/src/tests/sptests/sp09/screen10.c
index bb09ab2d7e..f51ad2ebf9 100644
--- a/c/src/tests/sptests/sp09/screen10.c
+++ b/c/src/tests/sptests/sp09/screen10.c
@@ -6,9 +6,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/tests/sptests/sp09/screen11.c b/c/src/tests/sptests/sp09/screen11.c
index 8148aabb4d..c5666a039c 100644
--- a/c/src/tests/sptests/sp09/screen11.c
+++ b/c/src/tests/sptests/sp09/screen11.c
@@ -6,9 +6,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/tests/sptests/sp09/screen12.c b/c/src/tests/sptests/sp09/screen12.c
index 281885994a..26ee620fb3 100644
--- a/c/src/tests/sptests/sp09/screen12.c
+++ b/c/src/tests/sptests/sp09/screen12.c
@@ -6,9 +6,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/tests/sptests/sp09/screen13.c b/c/src/tests/sptests/sp09/screen13.c
index 5aee5a3995..6e9584d279 100644
--- a/c/src/tests/sptests/sp09/screen13.c
+++ b/c/src/tests/sptests/sp09/screen13.c
@@ -6,9 +6,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/tests/sptests/sp09/screen14.c b/c/src/tests/sptests/sp09/screen14.c
index a53ac99ee4..6c7fd0176d 100644
--- a/c/src/tests/sptests/sp09/screen14.c
+++ b/c/src/tests/sptests/sp09/screen14.c
@@ -6,9 +6,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/tests/sptests/sp09/sp09.doc b/c/src/tests/sptests/sp09/sp09.doc
index db8ec401bb..6737d3c8e6 100644
--- a/c/src/tests/sptests/sp09/sp09.doc
+++ b/c/src/tests/sptests/sp09/sp09.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp09/system.h b/c/src/tests/sptests/sp09/system.h
index 69b28b1b4d..c3a93d3b80 100644
--- a/c/src/tests/sptests/sp09/system.h
+++ b/c/src/tests/sptests/sp09/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp09/task1.c b/c/src/tests/sptests/sp09/task1.c
index 997204674d..7a4e107b73 100644
--- a/c/src/tests/sptests/sp09/task1.c
+++ b/c/src/tests/sptests/sp09/task1.c
@@ -7,9 +7,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/tests/sptests/sp09/task2.c b/c/src/tests/sptests/sp09/task2.c
index 9fdd9160da..5f9a7205c7 100644
--- a/c/src/tests/sptests/sp09/task2.c
+++ b/c/src/tests/sptests/sp09/task2.c
@@ -8,9 +8,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/tests/sptests/sp09/task3.c b/c/src/tests/sptests/sp09/task3.c
index 2f1a91f5d6..4c90d37134 100644
--- a/c/src/tests/sptests/sp09/task3.c
+++ b/c/src/tests/sptests/sp09/task3.c
@@ -9,9 +9,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/tests/sptests/sp09/task4.c b/c/src/tests/sptests/sp09/task4.c
index 2b8c127a98..f5e254c9fe 100644
--- a/c/src/tests/sptests/sp09/task4.c
+++ b/c/src/tests/sptests/sp09/task4.c
@@ -9,9 +9,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/tests/sptests/sp11/init.c b/c/src/tests/sptests/sp11/init.c
index 6382f31bae..55b60936fa 100644
--- a/c/src/tests/sptests/sp11/init.c
+++ b/c/src/tests/sptests/sp11/init.c
@@ -11,9 +11,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/tests/sptests/sp11/sp11.doc b/c/src/tests/sptests/sp11/sp11.doc
index 5bc0bae8bd..57c09d5532 100644
--- a/c/src/tests/sptests/sp11/sp11.doc
+++ b/c/src/tests/sptests/sp11/sp11.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp11/system.h b/c/src/tests/sptests/sp11/system.h
index 113113969c..133f23ec5d 100644
--- a/c/src/tests/sptests/sp11/system.h
+++ b/c/src/tests/sptests/sp11/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp11/task1.c b/c/src/tests/sptests/sp11/task1.c
index b8d3530b04..77e94e3db6 100644
--- a/c/src/tests/sptests/sp11/task1.c
+++ b/c/src/tests/sptests/sp11/task1.c
@@ -7,9 +7,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/tests/sptests/sp11/task2.c b/c/src/tests/sptests/sp11/task2.c
index 8522334b9a..bbfa27fd9f 100644
--- a/c/src/tests/sptests/sp11/task2.c
+++ b/c/src/tests/sptests/sp11/task2.c
@@ -8,9 +8,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/tests/sptests/sp11/timer.c b/c/src/tests/sptests/sp11/timer.c
index dd6b3f0b49..f6dff55dd5 100644
--- a/c/src/tests/sptests/sp11/timer.c
+++ b/c/src/tests/sptests/sp11/timer.c
@@ -6,9 +6,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/tests/sptests/sp12/init.c b/c/src/tests/sptests/sp12/init.c
index d610dc070b..b7155354c5 100644
--- a/c/src/tests/sptests/sp12/init.c
+++ b/c/src/tests/sptests/sp12/init.c
@@ -11,9 +11,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/tests/sptests/sp12/pridrv.c b/c/src/tests/sptests/sp12/pridrv.c
index 24c96c10ea..2d945c4e12 100644
--- a/c/src/tests/sptests/sp12/pridrv.c
+++ b/c/src/tests/sptests/sp12/pridrv.c
@@ -11,9 +11,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/tests/sptests/sp12/pritask.c b/c/src/tests/sptests/sp12/pritask.c
index eb5ac15603..4ccf31f786 100644
--- a/c/src/tests/sptests/sp12/pritask.c
+++ b/c/src/tests/sptests/sp12/pritask.c
@@ -7,9 +7,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/tests/sptests/sp12/sp12.doc b/c/src/tests/sptests/sp12/sp12.doc
index a729ab0843..5ecfc25939 100644
--- a/c/src/tests/sptests/sp12/sp12.doc
+++ b/c/src/tests/sptests/sp12/sp12.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp12/system.h b/c/src/tests/sptests/sp12/system.h
index 08b43430a6..9ab3cb985f 100644
--- a/c/src/tests/sptests/sp12/system.h
+++ b/c/src/tests/sptests/sp12/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp12/task1.c b/c/src/tests/sptests/sp12/task1.c
index 4b284ee364..6f1c5356f8 100644
--- a/c/src/tests/sptests/sp12/task1.c
+++ b/c/src/tests/sptests/sp12/task1.c
@@ -7,9 +7,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/tests/sptests/sp12/task2.c b/c/src/tests/sptests/sp12/task2.c
index c83fd87b8a..d5bd9c5199 100644
--- a/c/src/tests/sptests/sp12/task2.c
+++ b/c/src/tests/sptests/sp12/task2.c
@@ -8,9 +8,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/tests/sptests/sp12/task3.c b/c/src/tests/sptests/sp12/task3.c
index 5622df991f..ceb7b56232 100644
--- a/c/src/tests/sptests/sp12/task3.c
+++ b/c/src/tests/sptests/sp12/task3.c
@@ -8,9 +8,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/tests/sptests/sp12/task4.c b/c/src/tests/sptests/sp12/task4.c
index f392007fe2..ce3a82f856 100644
--- a/c/src/tests/sptests/sp12/task4.c
+++ b/c/src/tests/sptests/sp12/task4.c
@@ -8,9 +8,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/tests/sptests/sp12/task5.c b/c/src/tests/sptests/sp12/task5.c
index 263eed640b..06ccb3f25b 100644
--- a/c/src/tests/sptests/sp12/task5.c
+++ b/c/src/tests/sptests/sp12/task5.c
@@ -9,9 +9,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/tests/sptests/sp13/fillbuff.c b/c/src/tests/sptests/sp13/fillbuff.c
index 2f821d6c1c..728606e5bb 100644
--- a/c/src/tests/sptests/sp13/fillbuff.c
+++ b/c/src/tests/sptests/sp13/fillbuff.c
@@ -9,9 +9,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/tests/sptests/sp13/init.c b/c/src/tests/sptests/sp13/init.c
index ebdea0c378..2614d2a5d4 100644
--- a/c/src/tests/sptests/sp13/init.c
+++ b/c/src/tests/sptests/sp13/init.c
@@ -11,9 +11,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/tests/sptests/sp13/putbuff.c b/c/src/tests/sptests/sp13/putbuff.c
index 154be5d400..26bf149049 100644
--- a/c/src/tests/sptests/sp13/putbuff.c
+++ b/c/src/tests/sptests/sp13/putbuff.c
@@ -8,9 +8,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/tests/sptests/sp13/sp13.doc b/c/src/tests/sptests/sp13/sp13.doc
index e46d8b6eed..8cdd44ac80 100644
--- a/c/src/tests/sptests/sp13/sp13.doc
+++ b/c/src/tests/sptests/sp13/sp13.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp13/system.h b/c/src/tests/sptests/sp13/system.h
index 588f88b2c5..49b6d6feaf 100644
--- a/c/src/tests/sptests/sp13/system.h
+++ b/c/src/tests/sptests/sp13/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp13/task1.c b/c/src/tests/sptests/sp13/task1.c
index 77e575e21a..0f9070dd87 100644
--- a/c/src/tests/sptests/sp13/task1.c
+++ b/c/src/tests/sptests/sp13/task1.c
@@ -7,9 +7,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/tests/sptests/sp13/task2.c b/c/src/tests/sptests/sp13/task2.c
index 1246e84d30..c3e117fae3 100644
--- a/c/src/tests/sptests/sp13/task2.c
+++ b/c/src/tests/sptests/sp13/task2.c
@@ -8,9 +8,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/tests/sptests/sp13/task3.c b/c/src/tests/sptests/sp13/task3.c
index 501bc01e3e..95acec01fc 100644
--- a/c/src/tests/sptests/sp13/task3.c
+++ b/c/src/tests/sptests/sp13/task3.c
@@ -8,9 +8,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/tests/sptests/sp14/asr.c b/c/src/tests/sptests/sp14/asr.c
index 04902c605a..6c635b00f3 100644
--- a/c/src/tests/sptests/sp14/asr.c
+++ b/c/src/tests/sptests/sp14/asr.c
@@ -8,9 +8,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/tests/sptests/sp14/init.c b/c/src/tests/sptests/sp14/init.c
index bc59a52cb4..3ce5be0be0 100644
--- a/c/src/tests/sptests/sp14/init.c
+++ b/c/src/tests/sptests/sp14/init.c
@@ -11,9 +11,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/tests/sptests/sp14/sp14.doc b/c/src/tests/sptests/sp14/sp14.doc
index c5f06e136f..7bf040ca03 100644
--- a/c/src/tests/sptests/sp14/sp14.doc
+++ b/c/src/tests/sptests/sp14/sp14.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp14/system.h b/c/src/tests/sptests/sp14/system.h
index ecb34d21b7..48de462729 100644
--- a/c/src/tests/sptests/sp14/system.h
+++ b/c/src/tests/sptests/sp14/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp14/task1.c b/c/src/tests/sptests/sp14/task1.c
index 53a0d365aa..23ab0a84b7 100644
--- a/c/src/tests/sptests/sp14/task1.c
+++ b/c/src/tests/sptests/sp14/task1.c
@@ -8,9 +8,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/tests/sptests/sp14/task2.c b/c/src/tests/sptests/sp14/task2.c
index 27d17dbe3c..4abf718dd6 100644
--- a/c/src/tests/sptests/sp14/task2.c
+++ b/c/src/tests/sptests/sp14/task2.c
@@ -8,9 +8,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/tests/sptests/sp15/init.c b/c/src/tests/sptests/sp15/init.c
index 489b387cc3..747646fb37 100644
--- a/c/src/tests/sptests/sp15/init.c
+++ b/c/src/tests/sptests/sp15/init.c
@@ -11,9 +11,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/tests/sptests/sp15/sp15.doc b/c/src/tests/sptests/sp15/sp15.doc
index 261f9e7a49..dd8f7d6a37 100644
--- a/c/src/tests/sptests/sp15/sp15.doc
+++ b/c/src/tests/sptests/sp15/sp15.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp15/system.h b/c/src/tests/sptests/sp15/system.h
index ef5e481920..f69ce5eb4c 100644
--- a/c/src/tests/sptests/sp15/system.h
+++ b/c/src/tests/sptests/sp15/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp15/task1.c b/c/src/tests/sptests/sp15/task1.c
index da77cdf478..5d8a1b82dc 100644
--- a/c/src/tests/sptests/sp15/task1.c
+++ b/c/src/tests/sptests/sp15/task1.c
@@ -7,9 +7,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/tests/sptests/sp16/init.c b/c/src/tests/sptests/sp16/init.c
index d526b7d3e3..c78eca4b24 100644
--- a/c/src/tests/sptests/sp16/init.c
+++ b/c/src/tests/sptests/sp16/init.c
@@ -11,9 +11,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/tests/sptests/sp16/sp16.doc b/c/src/tests/sptests/sp16/sp16.doc
index 1a208582dc..d93abe33c4 100644
--- a/c/src/tests/sptests/sp16/sp16.doc
+++ b/c/src/tests/sptests/sp16/sp16.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp16/system.h b/c/src/tests/sptests/sp16/system.h
index b507d2a562..d3a3922382 100644
--- a/c/src/tests/sptests/sp16/system.h
+++ b/c/src/tests/sptests/sp16/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp16/task1.c b/c/src/tests/sptests/sp16/task1.c
index fdd2776e93..3891610f38 100644
--- a/c/src/tests/sptests/sp16/task1.c
+++ b/c/src/tests/sptests/sp16/task1.c
@@ -7,9 +7,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/tests/sptests/sp16/task2.c b/c/src/tests/sptests/sp16/task2.c
index 2f17952b09..8bed4585e1 100644
--- a/c/src/tests/sptests/sp16/task2.c
+++ b/c/src/tests/sptests/sp16/task2.c
@@ -8,9 +8,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/tests/sptests/sp16/task3.c b/c/src/tests/sptests/sp16/task3.c
index 09a3ec87ad..4b49b8e19d 100644
--- a/c/src/tests/sptests/sp16/task3.c
+++ b/c/src/tests/sptests/sp16/task3.c
@@ -8,9 +8,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/tests/sptests/sp16/task4.c b/c/src/tests/sptests/sp16/task4.c
index 3f1eebeb28..ae0814b7eb 100644
--- a/c/src/tests/sptests/sp16/task4.c
+++ b/c/src/tests/sptests/sp16/task4.c
@@ -8,9 +8,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/tests/sptests/sp16/task5.c b/c/src/tests/sptests/sp16/task5.c
index 0f36aec535..770dc0f081 100644
--- a/c/src/tests/sptests/sp16/task5.c
+++ b/c/src/tests/sptests/sp16/task5.c
@@ -8,9 +8,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/tests/sptests/sp17/asr.c b/c/src/tests/sptests/sp17/asr.c
index d4384a0774..4be76d76e0 100644
--- a/c/src/tests/sptests/sp17/asr.c
+++ b/c/src/tests/sptests/sp17/asr.c
@@ -8,9 +8,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/tests/sptests/sp17/init.c b/c/src/tests/sptests/sp17/init.c
index 1a49b46c78..241070de02 100644
--- a/c/src/tests/sptests/sp17/init.c
+++ b/c/src/tests/sptests/sp17/init.c
@@ -11,9 +11,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/tests/sptests/sp17/sp17.doc b/c/src/tests/sptests/sp17/sp17.doc
index dcff893039..2c4a79cb1a 100644
--- a/c/src/tests/sptests/sp17/sp17.doc
+++ b/c/src/tests/sptests/sp17/sp17.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp17/system.h b/c/src/tests/sptests/sp17/system.h
index 8f595b3e6b..e5f88b9fe2 100644
--- a/c/src/tests/sptests/sp17/system.h
+++ b/c/src/tests/sptests/sp17/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp17/task1.c b/c/src/tests/sptests/sp17/task1.c
index 9bd1a04e01..dfcb5f0779 100644
--- a/c/src/tests/sptests/sp17/task1.c
+++ b/c/src/tests/sptests/sp17/task1.c
@@ -11,9 +11,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/tests/sptests/sp17/task2.c b/c/src/tests/sptests/sp17/task2.c
index 1b9759c9b6..4935c57ba8 100644
--- a/c/src/tests/sptests/sp17/task2.c
+++ b/c/src/tests/sptests/sp17/task2.c
@@ -11,9 +11,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/tests/sptests/sp19/first.c b/c/src/tests/sptests/sp19/first.c
index 82348300ed..aa566e1d30 100644
--- a/c/src/tests/sptests/sp19/first.c
+++ b/c/src/tests/sptests/sp19/first.c
@@ -9,9 +9,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/tests/sptests/sp19/fptask.c b/c/src/tests/sptests/sp19/fptask.c
index f80e0decca..d8a7a0f22d 100644
--- a/c/src/tests/sptests/sp19/fptask.c
+++ b/c/src/tests/sptests/sp19/fptask.c
@@ -9,9 +9,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/tests/sptests/sp19/fptest.h b/c/src/tests/sptests/sp19/fptest.h
index a30f2cf451..48839d3204 100644
--- a/c/src/tests/sptests/sp19/fptest.h
+++ b/c/src/tests/sptests/sp19/fptest.h
@@ -14,9 +14,8 @@
* fptest.h. These routines form the core of the
* floating point context switch test.
*
- * 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/tests/sptests/sp19/init.c b/c/src/tests/sptests/sp19/init.c
index 86c38134ef..4a4cd9adc8 100644
--- a/c/src/tests/sptests/sp19/init.c
+++ b/c/src/tests/sptests/sp19/init.c
@@ -11,9 +11,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/tests/sptests/sp19/inttest.h b/c/src/tests/sptests/sp19/inttest.h
index 1da6c7d42a..5ab9870996 100644
--- a/c/src/tests/sptests/sp19/inttest.h
+++ b/c/src/tests/sptests/sp19/inttest.h
@@ -15,9 +15,8 @@
* inttest.h. These routines form the core of the
* floating point context switch test.
*
- * 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/tests/sptests/sp19/sp19.doc b/c/src/tests/sptests/sp19/sp19.doc
index 0b26e5d8b2..a5939bb566 100644
--- a/c/src/tests/sptests/sp19/sp19.doc
+++ b/c/src/tests/sptests/sp19/sp19.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp19/system.h b/c/src/tests/sptests/sp19/system.h
index fefd7ece07..026d0a2c9b 100644
--- a/c/src/tests/sptests/sp19/system.h
+++ b/c/src/tests/sptests/sp19/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp19/task1.c b/c/src/tests/sptests/sp19/task1.c
index 9b271fac8f..5f6d7a854d 100644
--- a/c/src/tests/sptests/sp19/task1.c
+++ b/c/src/tests/sptests/sp19/task1.c
@@ -8,9 +8,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/tests/sptests/sp20/getall.c b/c/src/tests/sptests/sp20/getall.c
index 85f6470d1c..a99ecf3d8c 100644
--- a/c/src/tests/sptests/sp20/getall.c
+++ b/c/src/tests/sptests/sp20/getall.c
@@ -6,9 +6,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/tests/sptests/sp20/init.c b/c/src/tests/sptests/sp20/init.c
index e70df5aa47..5b70c7f927 100644
--- a/c/src/tests/sptests/sp20/init.c
+++ b/c/src/tests/sptests/sp20/init.c
@@ -11,9 +11,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/tests/sptests/sp20/sp20.doc b/c/src/tests/sptests/sp20/sp20.doc
index 668aa4a844..a3ff426ca6 100644
--- a/c/src/tests/sptests/sp20/sp20.doc
+++ b/c/src/tests/sptests/sp20/sp20.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp20/system.h b/c/src/tests/sptests/sp20/system.h
index 45d79b70d8..03b6084606 100644
--- a/c/src/tests/sptests/sp20/system.h
+++ b/c/src/tests/sptests/sp20/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp20/task1.c b/c/src/tests/sptests/sp20/task1.c
index dc80a405d5..e0c01f0baa 100644
--- a/c/src/tests/sptests/sp20/task1.c
+++ b/c/src/tests/sptests/sp20/task1.c
@@ -8,9 +8,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/tests/sptests/sp21/init.c b/c/src/tests/sptests/sp21/init.c
index acfa626b6c..d2a666e97b 100644
--- a/c/src/tests/sptests/sp21/init.c
+++ b/c/src/tests/sptests/sp21/init.c
@@ -11,9 +11,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/tests/sptests/sp21/sp21.doc b/c/src/tests/sptests/sp21/sp21.doc
index 6666e315f2..52cb5a8f43 100644
--- a/c/src/tests/sptests/sp21/sp21.doc
+++ b/c/src/tests/sptests/sp21/sp21.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp21/system.h b/c/src/tests/sptests/sp21/system.h
index 563ce8b63d..fe38835aa0 100644
--- a/c/src/tests/sptests/sp21/system.h
+++ b/c/src/tests/sptests/sp21/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp21/task1.c b/c/src/tests/sptests/sp21/task1.c
index b961b2e0d6..b28b1f019c 100644
--- a/c/src/tests/sptests/sp21/task1.c
+++ b/c/src/tests/sptests/sp21/task1.c
@@ -7,9 +7,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/tests/sptests/sp22/delay.c b/c/src/tests/sptests/sp22/delay.c
index 6a8c4c6681..c3438e3a03 100644
--- a/c/src/tests/sptests/sp22/delay.c
+++ b/c/src/tests/sptests/sp22/delay.c
@@ -7,9 +7,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/tests/sptests/sp22/init.c b/c/src/tests/sptests/sp22/init.c
index 92dc031a25..0ba8803a6d 100644
--- a/c/src/tests/sptests/sp22/init.c
+++ b/c/src/tests/sptests/sp22/init.c
@@ -11,9 +11,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/tests/sptests/sp22/prtime.c b/c/src/tests/sptests/sp22/prtime.c
index 9d36f1e0d8..2ab81606e0 100644
--- a/c/src/tests/sptests/sp22/prtime.c
+++ b/c/src/tests/sptests/sp22/prtime.c
@@ -6,9 +6,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/tests/sptests/sp22/sp22.doc b/c/src/tests/sptests/sp22/sp22.doc
index 262f441342..636cdc2a1d 100644
--- a/c/src/tests/sptests/sp22/sp22.doc
+++ b/c/src/tests/sptests/sp22/sp22.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp22/system.h b/c/src/tests/sptests/sp22/system.h
index 8e23bd3e02..102be71e0c 100644
--- a/c/src/tests/sptests/sp22/system.h
+++ b/c/src/tests/sptests/sp22/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp22/task1.c b/c/src/tests/sptests/sp22/task1.c
index 38c20ad956..a0ad5da955 100644
--- a/c/src/tests/sptests/sp22/task1.c
+++ b/c/src/tests/sptests/sp22/task1.c
@@ -8,9 +8,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/tests/sptests/sp23/init.c b/c/src/tests/sptests/sp23/init.c
index c91f107a4e..70964dd18e 100644
--- a/c/src/tests/sptests/sp23/init.c
+++ b/c/src/tests/sptests/sp23/init.c
@@ -11,9 +11,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/tests/sptests/sp23/sp23.doc b/c/src/tests/sptests/sp23/sp23.doc
index 2ea35a714a..2f3cbe4aed 100644
--- a/c/src/tests/sptests/sp23/sp23.doc
+++ b/c/src/tests/sptests/sp23/sp23.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp23/system.h b/c/src/tests/sptests/sp23/system.h
index e88f367859..24679a900a 100644
--- a/c/src/tests/sptests/sp23/system.h
+++ b/c/src/tests/sptests/sp23/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp23/task1.c b/c/src/tests/sptests/sp23/task1.c
index 886f7c8d04..ea1f8deab7 100644
--- a/c/src/tests/sptests/sp23/task1.c
+++ b/c/src/tests/sptests/sp23/task1.c
@@ -9,9 +9,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/tests/sptests/sp24/init.c b/c/src/tests/sptests/sp24/init.c
index 8cb39f3d34..541c08cc7d 100644
--- a/c/src/tests/sptests/sp24/init.c
+++ b/c/src/tests/sptests/sp24/init.c
@@ -11,9 +11,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/tests/sptests/sp24/resume.c b/c/src/tests/sptests/sp24/resume.c
index c6eac1b40d..0267bff50e 100644
--- a/c/src/tests/sptests/sp24/resume.c
+++ b/c/src/tests/sptests/sp24/resume.c
@@ -7,9 +7,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/tests/sptests/sp24/sp24.doc b/c/src/tests/sptests/sp24/sp24.doc
index aecae8b27a..de9c617409 100644
--- a/c/src/tests/sptests/sp24/sp24.doc
+++ b/c/src/tests/sptests/sp24/sp24.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp24/system.h b/c/src/tests/sptests/sp24/system.h
index c3775f4ee3..e048dc5722 100644
--- a/c/src/tests/sptests/sp24/system.h
+++ b/c/src/tests/sptests/sp24/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp24/task1.c b/c/src/tests/sptests/sp24/task1.c
index 464286ae1f..9bad11d046 100644
--- a/c/src/tests/sptests/sp24/task1.c
+++ b/c/src/tests/sptests/sp24/task1.c
@@ -8,9 +8,8 @@
* If the times are skewed from these values, then the calendar time
* does not correspond correctly with the number of ticks.
*
- * 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/tests/sptests/sp25/init.c b/c/src/tests/sptests/sp25/init.c
index 6fb95bbb8f..fd4fca8cca 100644
--- a/c/src/tests/sptests/sp25/init.c
+++ b/c/src/tests/sptests/sp25/init.c
@@ -11,9 +11,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/tests/sptests/sp25/sp25.doc b/c/src/tests/sptests/sp25/sp25.doc
index 9a0417dfea..5312465362 100644
--- a/c/src/tests/sptests/sp25/sp25.doc
+++ b/c/src/tests/sptests/sp25/sp25.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp25/system.h b/c/src/tests/sptests/sp25/system.h
index 3435288228..05b90c4164 100644
--- a/c/src/tests/sptests/sp25/system.h
+++ b/c/src/tests/sptests/sp25/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp25/task1.c b/c/src/tests/sptests/sp25/task1.c
index 45bf5780f4..df9207429d 100644
--- a/c/src/tests/sptests/sp25/task1.c
+++ b/c/src/tests/sptests/sp25/task1.c
@@ -7,9 +7,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/tests/sptests/sp26/init.c b/c/src/tests/sptests/sp26/init.c
index 79cd91566f..e382569a0f 100644
--- a/c/src/tests/sptests/sp26/init.c
+++ b/c/src/tests/sptests/sp26/init.c
@@ -11,9 +11,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/tests/sptests/sp26/sp26.doc b/c/src/tests/sptests/sp26/sp26.doc
index d0ed98c029..7ad648ea00 100644
--- a/c/src/tests/sptests/sp26/sp26.doc
+++ b/c/src/tests/sptests/sp26/sp26.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/sp26/system.h b/c/src/tests/sptests/sp26/system.h
index 3435288228..05b90c4164 100644
--- a/c/src/tests/sptests/sp26/system.h
+++ b/c/src/tests/sptests/sp26/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/sp26/task1.c b/c/src/tests/sptests/sp26/task1.c
index 8957c293d2..f29adb2701 100644
--- a/c/src/tests/sptests/sp26/task1.c
+++ b/c/src/tests/sptests/sp26/task1.c
@@ -1,7 +1,6 @@
/*
- * 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/tests/sptests/spfatal/fatal.c b/c/src/tests/sptests/spfatal/fatal.c
index c89105a826..4f5972c144 100644
--- a/c/src/tests/sptests/spfatal/fatal.c
+++ b/c/src/tests/sptests/spfatal/fatal.c
@@ -6,9 +6,8 @@
* the executive. It is very carefully constructed to do this and
* uses the Configuration very carefully.
*
- * 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/tests/sptests/spfatal/init.c b/c/src/tests/sptests/spfatal/init.c
index 1892975f29..98b8eab4ed 100644
--- a/c/src/tests/sptests/spfatal/init.c
+++ b/c/src/tests/sptests/spfatal/init.c
@@ -11,9 +11,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/tests/sptests/spfatal/puterr.c b/c/src/tests/sptests/spfatal/puterr.c
index d5404d3d1b..efde7a7219 100644
--- a/c/src/tests/sptests/spfatal/puterr.c
+++ b/c/src/tests/sptests/spfatal/puterr.c
@@ -8,9 +8,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/tests/sptests/spfatal/spfatal.doc b/c/src/tests/sptests/spfatal/spfatal.doc
index b6ff6b5504..fd70b4a4ad 100644
--- a/c/src/tests/sptests/spfatal/spfatal.doc
+++ b/c/src/tests/sptests/spfatal/spfatal.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/sptests/spfatal/system.h b/c/src/tests/sptests/spfatal/system.h
index 113beffd29..091a07476d 100644
--- a/c/src/tests/sptests/spfatal/system.h
+++ b/c/src/tests/sptests/spfatal/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/sptests/spfatal/task1.c b/c/src/tests/sptests/spfatal/task1.c
index f7298ab2a4..c009d2c10e 100644
--- a/c/src/tests/sptests/spfatal/task1.c
+++ b/c/src/tests/sptests/spfatal/task1.c
@@ -7,9 +7,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/tests/sptests/spsize/getint.c b/c/src/tests/sptests/spsize/getint.c
index 01eae17fec..2572cec3e3 100644
--- a/c/src/tests/sptests/spsize/getint.c
+++ b/c/src/tests/sptests/spsize/getint.c
@@ -8,9 +8,8 @@
* Output parameters:
* returns - number read
*
- * 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/tests/sptests/spsize/init.c b/c/src/tests/sptests/spsize/init.c
index f7d3b67fd6..9a8c66d2df 100644
--- a/c/src/tests/sptests/spsize/init.c
+++ b/c/src/tests/sptests/spsize/init.c
@@ -11,9 +11,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/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index d12ff93305..c00ad5a95d 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -3,9 +3,8 @@
* This program is run to determine the data space and work space
* requirements of the current version of RTEMS.
*
- * 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/tests/sptests/spsize/system.h b/c/src/tests/sptests/spsize/system.h
index 21abdab2f7..4a432760b0 100644
--- a/c/src/tests/sptests/spsize/system.h
+++ b/c/src/tests/sptests/spsize/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/tests/support/include/tmacros.h b/c/src/tests/support/include/tmacros.h
index 5588131e45..0f161b5236 100644
--- a/c/src/tests/support/include/tmacros.h
+++ b/c/src/tests/support/include/tmacros.h
@@ -3,9 +3,8 @@
* This include file contains macros which are useful in the RTEMS
* test suites.
*
- * 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/tests/support/stubdr/close.c b/c/src/tests/support/stubdr/close.c
index 4397877894..2dcb12970c 100644
--- a/c/src/tests/support/stubdr/close.c
+++ b/c/src/tests/support/stubdr/close.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_SUCCESSFUL
*
- * 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/tests/support/stubdr/cntrl.c b/c/src/tests/support/stubdr/cntrl.c
index f3ecb378da..4d75b617a2 100644
--- a/c/src/tests/support/stubdr/cntrl.c
+++ b/c/src/tests/support/stubdr/cntrl.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_SUCCESSFUL
*
- * 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/tests/support/stubdr/init.c b/c/src/tests/support/stubdr/init.c
index bcda7f77cf..b00a1d6701 100644
--- a/c/src/tests/support/stubdr/init.c
+++ b/c/src/tests/support/stubdr/init.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_SUCCESSFUL
*
- * 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/tests/support/stubdr/open.c b/c/src/tests/support/stubdr/open.c
index acc88d5bfd..d7da70a070 100644
--- a/c/src/tests/support/stubdr/open.c
+++ b/c/src/tests/support/stubdr/open.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_SUCCESSFUL
*
- * 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/tests/support/stubdr/read.c b/c/src/tests/support/stubdr/read.c
index b02ffc2e22..f8be255e97 100644
--- a/c/src/tests/support/stubdr/read.c
+++ b/c/src/tests/support/stubdr/read.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_SUCCESSFUL
*
- * 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/tests/support/stubdr/stubdrv.h b/c/src/tests/support/stubdr/stubdrv.h
index c4544b6fc3..08f3e7822a 100644
--- a/c/src/tests/support/stubdr/stubdrv.h
+++ b/c/src/tests/support/stubdr/stubdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Stub Driver for all boards.
*
- * 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/tests/support/stubdr/write.c b/c/src/tests/support/stubdr/write.c
index fc7bca43c7..c82d419f58 100644
--- a/c/src/tests/support/stubdr/write.c
+++ b/c/src/tests/support/stubdr/write.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_SUCCESSFUL
*
- * 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/tests/tmtests/include/timesys.h b/c/src/tests/tmtests/include/timesys.h
index e7a6420348..936dd69805 100644
--- a/c/src/tests/tmtests/include/timesys.h
+++ b/c/src/tests/tmtests/include/timesys.h
@@ -3,9 +3,8 @@
* This header file contains the global variables for the Time
* suite.
*
- * 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/tests/tmtests/tm01/system.h b/c/src/tests/tmtests/tm01/system.h
index f66403dcdc..891ad109c3 100644
--- a/c/src/tests/tmtests/tm01/system.h
+++ b/c/src/tests/tmtests/tm01/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm01/task1.c b/c/src/tests/tmtests/tm01/task1.c
index e3a6b49dad..525f2f69d1 100644
--- a/c/src/tests/tmtests/tm01/task1.c
+++ b/c/src/tests/tmtests/tm01/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm01/tm01.doc b/c/src/tests/tmtests/tm01/tm01.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm01/tm01.doc
+++ b/c/src/tests/tmtests/tm01/tm01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm02/system.h b/c/src/tests/tmtests/tm02/system.h
index 2fd0f720d0..a2c701c05c 100644
--- a/c/src/tests/tmtests/tm02/system.h
+++ b/c/src/tests/tmtests/tm02/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm02/task1.c b/c/src/tests/tmtests/tm02/task1.c
index cd7d73e78d..a4c6544d24 100644
--- a/c/src/tests/tmtests/tm02/task1.c
+++ b/c/src/tests/tmtests/tm02/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm02/tm02.doc b/c/src/tests/tmtests/tm02/tm02.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm02/tm02.doc
+++ b/c/src/tests/tmtests/tm02/tm02.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm03/system.h b/c/src/tests/tmtests/tm03/system.h
index 2fd0f720d0..a2c701c05c 100644
--- a/c/src/tests/tmtests/tm03/system.h
+++ b/c/src/tests/tmtests/tm03/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm03/task1.c b/c/src/tests/tmtests/tm03/task1.c
index 0b6d8e6263..92ee59092b 100644
--- a/c/src/tests/tmtests/tm03/task1.c
+++ b/c/src/tests/tmtests/tm03/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm03/tm03.doc b/c/src/tests/tmtests/tm03/tm03.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm03/tm03.doc
+++ b/c/src/tests/tmtests/tm03/tm03.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm04/system.h b/c/src/tests/tmtests/tm04/system.h
index a31ee198f7..ef4e319c73 100644
--- a/c/src/tests/tmtests/tm04/system.h
+++ b/c/src/tests/tmtests/tm04/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm04/task1.c b/c/src/tests/tmtests/tm04/task1.c
index 2ba3932016..648828ebe1 100644
--- a/c/src/tests/tmtests/tm04/task1.c
+++ b/c/src/tests/tmtests/tm04/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm04/tm04.doc b/c/src/tests/tmtests/tm04/tm04.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm04/tm04.doc
+++ b/c/src/tests/tmtests/tm04/tm04.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm05/system.h b/c/src/tests/tmtests/tm05/system.h
index 2fd0f720d0..a2c701c05c 100644
--- a/c/src/tests/tmtests/tm05/system.h
+++ b/c/src/tests/tmtests/tm05/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm05/task1.c b/c/src/tests/tmtests/tm05/task1.c
index 959bab006a..a942d35b33 100644
--- a/c/src/tests/tmtests/tm05/task1.c
+++ b/c/src/tests/tmtests/tm05/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm05/tm05.doc b/c/src/tests/tmtests/tm05/tm05.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm05/tm05.doc
+++ b/c/src/tests/tmtests/tm05/tm05.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm06/system.h b/c/src/tests/tmtests/tm06/system.h
index 2fd0f720d0..a2c701c05c 100644
--- a/c/src/tests/tmtests/tm06/system.h
+++ b/c/src/tests/tmtests/tm06/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm06/task1.c b/c/src/tests/tmtests/tm06/task1.c
index 7b0a31efe9..3892044021 100644
--- a/c/src/tests/tmtests/tm06/task1.c
+++ b/c/src/tests/tmtests/tm06/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm06/tm06.doc b/c/src/tests/tmtests/tm06/tm06.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm06/tm06.doc
+++ b/c/src/tests/tmtests/tm06/tm06.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm07/system.h b/c/src/tests/tmtests/tm07/system.h
index 2fd0f720d0..a2c701c05c 100644
--- a/c/src/tests/tmtests/tm07/system.h
+++ b/c/src/tests/tmtests/tm07/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm07/task1.c b/c/src/tests/tmtests/tm07/task1.c
index 09380a67c2..08364c522e 100644
--- a/c/src/tests/tmtests/tm07/task1.c
+++ b/c/src/tests/tmtests/tm07/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm07/tm07.doc b/c/src/tests/tmtests/tm07/tm07.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm07/tm07.doc
+++ b/c/src/tests/tmtests/tm07/tm07.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm08/system.h b/c/src/tests/tmtests/tm08/system.h
index 2fd0f720d0..a2c701c05c 100644
--- a/c/src/tests/tmtests/tm08/system.h
+++ b/c/src/tests/tmtests/tm08/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm08/task1.c b/c/src/tests/tmtests/tm08/task1.c
index e2527797ba..b78b375b59 100644
--- a/c/src/tests/tmtests/tm08/task1.c
+++ b/c/src/tests/tmtests/tm08/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm08/tm08.doc b/c/src/tests/tmtests/tm08/tm08.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm08/tm08.doc
+++ b/c/src/tests/tmtests/tm08/tm08.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm09/system.h b/c/src/tests/tmtests/tm09/system.h
index c973e40ffc..b22856dafc 100644
--- a/c/src/tests/tmtests/tm09/system.h
+++ b/c/src/tests/tmtests/tm09/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm09/task1.c b/c/src/tests/tmtests/tm09/task1.c
index 0df6233c6e..27bbc0931e 100644
--- a/c/src/tests/tmtests/tm09/task1.c
+++ b/c/src/tests/tmtests/tm09/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm09/tm09.doc b/c/src/tests/tmtests/tm09/tm09.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm09/tm09.doc
+++ b/c/src/tests/tmtests/tm09/tm09.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm10/system.h b/c/src/tests/tmtests/tm10/system.h
index e406249fd2..ebdb1863a7 100644
--- a/c/src/tests/tmtests/tm10/system.h
+++ b/c/src/tests/tmtests/tm10/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm10/task1.c b/c/src/tests/tmtests/tm10/task1.c
index 9177ed8b12..4a24d34db3 100644
--- a/c/src/tests/tmtests/tm10/task1.c
+++ b/c/src/tests/tmtests/tm10/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm10/tm10.doc b/c/src/tests/tmtests/tm10/tm10.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm10/tm10.doc
+++ b/c/src/tests/tmtests/tm10/tm10.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm11/system.h b/c/src/tests/tmtests/tm11/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm11/system.h
+++ b/c/src/tests/tmtests/tm11/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm11/task1.c b/c/src/tests/tmtests/tm11/task1.c
index e67852aca3..0afc1b9590 100644
--- a/c/src/tests/tmtests/tm11/task1.c
+++ b/c/src/tests/tmtests/tm11/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm11/tm11.doc b/c/src/tests/tmtests/tm11/tm11.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm11/tm11.doc
+++ b/c/src/tests/tmtests/tm11/tm11.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm12/system.h b/c/src/tests/tmtests/tm12/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm12/system.h
+++ b/c/src/tests/tmtests/tm12/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm12/task1.c b/c/src/tests/tmtests/tm12/task1.c
index d8a427c618..7e57b29f12 100644
--- a/c/src/tests/tmtests/tm12/task1.c
+++ b/c/src/tests/tmtests/tm12/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm12/tm12.doc b/c/src/tests/tmtests/tm12/tm12.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm12/tm12.doc
+++ b/c/src/tests/tmtests/tm12/tm12.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm13/system.h b/c/src/tests/tmtests/tm13/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm13/system.h
+++ b/c/src/tests/tmtests/tm13/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm13/task1.c b/c/src/tests/tmtests/tm13/task1.c
index 4071ded7a8..317b1f1805 100644
--- a/c/src/tests/tmtests/tm13/task1.c
+++ b/c/src/tests/tmtests/tm13/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm13/tm13.doc b/c/src/tests/tmtests/tm13/tm13.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm13/tm13.doc
+++ b/c/src/tests/tmtests/tm13/tm13.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm14/system.h b/c/src/tests/tmtests/tm14/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm14/system.h
+++ b/c/src/tests/tmtests/tm14/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm14/task1.c b/c/src/tests/tmtests/tm14/task1.c
index 30e1e8a38d..fc84f6c19e 100644
--- a/c/src/tests/tmtests/tm14/task1.c
+++ b/c/src/tests/tmtests/tm14/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm14/tm14.doc b/c/src/tests/tmtests/tm14/tm14.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm14/tm14.doc
+++ b/c/src/tests/tmtests/tm14/tm14.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm15/system.h b/c/src/tests/tmtests/tm15/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm15/system.h
+++ b/c/src/tests/tmtests/tm15/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm15/task1.c b/c/src/tests/tmtests/tm15/task1.c
index c968f6d28c..bd20002697 100644
--- a/c/src/tests/tmtests/tm15/task1.c
+++ b/c/src/tests/tmtests/tm15/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm15/tm15.doc b/c/src/tests/tmtests/tm15/tm15.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm15/tm15.doc
+++ b/c/src/tests/tmtests/tm15/tm15.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm16/system.h b/c/src/tests/tmtests/tm16/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm16/system.h
+++ b/c/src/tests/tmtests/tm16/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm16/task1.c b/c/src/tests/tmtests/tm16/task1.c
index 93a65c17d9..f4c1f1b5cd 100644
--- a/c/src/tests/tmtests/tm16/task1.c
+++ b/c/src/tests/tmtests/tm16/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm16/tm16.doc b/c/src/tests/tmtests/tm16/tm16.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm16/tm16.doc
+++ b/c/src/tests/tmtests/tm16/tm16.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm17/system.h b/c/src/tests/tmtests/tm17/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm17/system.h
+++ b/c/src/tests/tmtests/tm17/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm17/task1.c b/c/src/tests/tmtests/tm17/task1.c
index 1ef373e61b..f510bbd320 100644
--- a/c/src/tests/tmtests/tm17/task1.c
+++ b/c/src/tests/tmtests/tm17/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm17/tm17.doc b/c/src/tests/tmtests/tm17/tm17.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm17/tm17.doc
+++ b/c/src/tests/tmtests/tm17/tm17.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm18/system.h b/c/src/tests/tmtests/tm18/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm18/system.h
+++ b/c/src/tests/tmtests/tm18/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm18/task1.c b/c/src/tests/tmtests/tm18/task1.c
index e86b889848..d4c132495a 100644
--- a/c/src/tests/tmtests/tm18/task1.c
+++ b/c/src/tests/tmtests/tm18/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm18/tm18.doc b/c/src/tests/tmtests/tm18/tm18.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm18/tm18.doc
+++ b/c/src/tests/tmtests/tm18/tm18.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm19/system.h b/c/src/tests/tmtests/tm19/system.h
index 534584eed0..bed2533a81 100644
--- a/c/src/tests/tmtests/tm19/system.h
+++ b/c/src/tests/tmtests/tm19/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm19/task1.c b/c/src/tests/tmtests/tm19/task1.c
index 14bd4a9a9a..496f69c3e0 100644
--- a/c/src/tests/tmtests/tm19/task1.c
+++ b/c/src/tests/tmtests/tm19/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm19/tm19.doc b/c/src/tests/tmtests/tm19/tm19.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm19/tm19.doc
+++ b/c/src/tests/tmtests/tm19/tm19.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm20/system.h b/c/src/tests/tmtests/tm20/system.h
index a96f77a41d..b6e8ffc87b 100644
--- a/c/src/tests/tmtests/tm20/system.h
+++ b/c/src/tests/tmtests/tm20/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm20/task1.c b/c/src/tests/tmtests/tm20/task1.c
index 6f2505c7aa..162a99c8d1 100644
--- a/c/src/tests/tmtests/tm20/task1.c
+++ b/c/src/tests/tmtests/tm20/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm20/tm20.doc b/c/src/tests/tmtests/tm20/tm20.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm20/tm20.doc
+++ b/c/src/tests/tmtests/tm20/tm20.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm21/system.h b/c/src/tests/tmtests/tm21/system.h
index 28b5a31469..e0b56c7e31 100644
--- a/c/src/tests/tmtests/tm21/system.h
+++ b/c/src/tests/tmtests/tm21/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm21/task1.c b/c/src/tests/tmtests/tm21/task1.c
index f3fd4e04e3..6b0086eb24 100644
--- a/c/src/tests/tmtests/tm21/task1.c
+++ b/c/src/tests/tmtests/tm21/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm21/tm21.doc b/c/src/tests/tmtests/tm21/tm21.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm21/tm21.doc
+++ b/c/src/tests/tmtests/tm21/tm21.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm22/system.h b/c/src/tests/tmtests/tm22/system.h
index 8884d8eaf6..01af43fe96 100644
--- a/c/src/tests/tmtests/tm22/system.h
+++ b/c/src/tests/tmtests/tm22/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm22/task1.c b/c/src/tests/tmtests/tm22/task1.c
index 817f3a71d6..f5d577d2bf 100644
--- a/c/src/tests/tmtests/tm22/task1.c
+++ b/c/src/tests/tmtests/tm22/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm22/tm22.doc b/c/src/tests/tmtests/tm22/tm22.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm22/tm22.doc
+++ b/c/src/tests/tmtests/tm22/tm22.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm23/system.h b/c/src/tests/tmtests/tm23/system.h
index 246a14480d..02d86788f9 100644
--- a/c/src/tests/tmtests/tm23/system.h
+++ b/c/src/tests/tmtests/tm23/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm23/task1.c b/c/src/tests/tmtests/tm23/task1.c
index 70c59e93f5..0104893026 100644
--- a/c/src/tests/tmtests/tm23/task1.c
+++ b/c/src/tests/tmtests/tm23/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm23/tm23.doc b/c/src/tests/tmtests/tm23/tm23.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm23/tm23.doc
+++ b/c/src/tests/tmtests/tm23/tm23.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm24/system.h b/c/src/tests/tmtests/tm24/system.h
index 51fbb131b8..9ef1a69c6d 100644
--- a/c/src/tests/tmtests/tm24/system.h
+++ b/c/src/tests/tmtests/tm24/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm24/task1.c b/c/src/tests/tmtests/tm24/task1.c
index a4e78f126a..1fbabdbbba 100644
--- a/c/src/tests/tmtests/tm24/task1.c
+++ b/c/src/tests/tmtests/tm24/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm24/tm24.doc b/c/src/tests/tmtests/tm24/tm24.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm24/tm24.doc
+++ b/c/src/tests/tmtests/tm24/tm24.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm25/system.h b/c/src/tests/tmtests/tm25/system.h
index a31ee198f7..ef4e319c73 100644
--- a/c/src/tests/tmtests/tm25/system.h
+++ b/c/src/tests/tmtests/tm25/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm25/task1.c b/c/src/tests/tmtests/tm25/task1.c
index 6d79ed46a0..ffedf1501f 100644
--- a/c/src/tests/tmtests/tm25/task1.c
+++ b/c/src/tests/tmtests/tm25/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm25/tm25.doc b/c/src/tests/tmtests/tm25/tm25.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm25/tm25.doc
+++ b/c/src/tests/tmtests/tm25/tm25.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm26/fptest.h b/c/src/tests/tmtests/tm26/fptest.h
index 551aa0989e..9ebe585168 100644
--- a/c/src/tests/tmtests/tm26/fptest.h
+++ b/c/src/tests/tmtests/tm26/fptest.h
@@ -14,9 +14,8 @@
* fptest.h. These routines form the core of the
* floating point context switch test.
*
- * 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/tests/tmtests/tm26/system.h b/c/src/tests/tmtests/tm26/system.h
index a31ee198f7..ef4e319c73 100644
--- a/c/src/tests/tmtests/tm26/system.h
+++ b/c/src/tests/tmtests/tm26/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm26/task1.c b/c/src/tests/tmtests/tm26/task1.c
index b7960649d3..248ffae296 100644
--- a/c/src/tests/tmtests/tm26/task1.c
+++ b/c/src/tests/tmtests/tm26/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm26/tm26.doc b/c/src/tests/tmtests/tm26/tm26.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm26/tm26.doc
+++ b/c/src/tests/tmtests/tm26/tm26.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm27/system.h b/c/src/tests/tmtests/tm27/system.h
index 51fbb131b8..9ef1a69c6d 100644
--- a/c/src/tests/tmtests/tm27/system.h
+++ b/c/src/tests/tmtests/tm27/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm27/task1.c b/c/src/tests/tmtests/tm27/task1.c
index a852979986..94258b0975 100644
--- a/c/src/tests/tmtests/tm27/task1.c
+++ b/c/src/tests/tmtests/tm27/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm27/tm27.doc b/c/src/tests/tmtests/tm27/tm27.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm27/tm27.doc
+++ b/c/src/tests/tmtests/tm27/tm27.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm28/system.h b/c/src/tests/tmtests/tm28/system.h
index dbadf8b14c..85534f11ed 100644
--- a/c/src/tests/tmtests/tm28/system.h
+++ b/c/src/tests/tmtests/tm28/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm28/task1.c b/c/src/tests/tmtests/tm28/task1.c
index aa5df73865..ee1f173fb3 100644
--- a/c/src/tests/tmtests/tm28/task1.c
+++ b/c/src/tests/tmtests/tm28/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm28/tm28.doc b/c/src/tests/tmtests/tm28/tm28.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm28/tm28.doc
+++ b/c/src/tests/tmtests/tm28/tm28.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tm29/system.h b/c/src/tests/tmtests/tm29/system.h
index c2b1355153..2a667eebb0 100644
--- a/c/src/tests/tmtests/tm29/system.h
+++ b/c/src/tests/tmtests/tm29/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tm29/task1.c b/c/src/tests/tmtests/tm29/task1.c
index 779a0df49b..f7d94898a4 100644
--- a/c/src/tests/tmtests/tm29/task1.c
+++ b/c/src/tests/tmtests/tm29/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tm29/tm29.doc b/c/src/tests/tmtests/tm29/tm29.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tm29/tm29.doc
+++ b/c/src/tests/tmtests/tm29/tm29.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tmck/system.h b/c/src/tests/tmtests/tmck/system.h
index 43d3be0fb5..6866a1625e 100644
--- a/c/src/tests/tmtests/tmck/system.h
+++ b/c/src/tests/tmtests/tmck/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tmck/task1.c b/c/src/tests/tmtests/tmck/task1.c
index 2370b2c0f3..458c51395d 100644
--- a/c/src/tests/tmtests/tmck/task1.c
+++ b/c/src/tests/tmtests/tmck/task1.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tmck/tmck.doc b/c/src/tests/tmtests/tmck/tmck.doc
index b8997c7b35..c88fc0fc97 100644
--- a/c/src/tests/tmtests/tmck/tmck.doc
+++ b/c/src/tests/tmtests/tmck/tmck.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/tests/tmtests/tmoverhd/dumrtems.h b/c/src/tests/tmtests/tmoverhd/dumrtems.h
index 7eee650ebc..b1e1cbdfae 100644
--- a/c/src/tests/tmtests/tmoverhd/dumrtems.h
+++ b/c/src/tests/tmtests/tmoverhd/dumrtems.h
@@ -3,9 +3,8 @@
* This include file contains phony macros to map
* executive calls to Empty_directive().
*
- * 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/tests/tmtests/tmoverhd/empty.c b/c/src/tests/tmtests/tmoverhd/empty.c
index cef38f2e73..dc5c76f79d 100644
--- a/c/src/tests/tmtests/tmoverhd/empty.c
+++ b/c/src/tests/tmtests/tmoverhd/empty.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tmoverhd/system.h b/c/src/tests/tmtests/tmoverhd/system.h
index ea369d97cb..ab43834a89 100644
--- a/c/src/tests/tmtests/tmoverhd/system.h
+++ b/c/src/tests/tmtests/tmoverhd/system.h
@@ -2,9 +2,8 @@
*
* This include file is used by all tests in the Time Suite.
*
- * 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/tests/tmtests/tmoverhd/testtask.c b/c/src/tests/tmtests/tmoverhd/testtask.c
index 2f051d6ec8..30f9c3aee1 100644
--- a/c/src/tests/tmtests/tmoverhd/testtask.c
+++ b/c/src/tests/tmtests/tmoverhd/testtask.c
@@ -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 the file LICENSE in this distribution or at
diff --git a/c/src/tests/tmtests/tmoverhd/tmoverhd.doc b/c/src/tests/tmtests/tmoverhd/tmoverhd.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/tmtests/tmoverhd/tmoverhd.doc
+++ b/c/src/tests/tmtests/tmoverhd/tmoverhd.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# 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/cpukit/include/rtems/libio_.h b/cpukit/include/rtems/libio_.h
index e37dcbcc9f..8e74b34edb 100644
--- a/cpukit/include/rtems/libio_.h
+++ b/cpukit/include/rtems/libio_.h
@@ -1,9 +1,8 @@
/*
* Libio Internal Information
*
- * 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/cpukit/libcsupport/include/clockdrv.h b/cpukit/libcsupport/include/clockdrv.h
index 74c9d5e9f7..d7b0b4671f 100644
--- a/cpukit/libcsupport/include/clockdrv.h
+++ b/cpukit/libcsupport/include/clockdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Clock Driver for all boards.
*
- * 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/cpukit/libcsupport/include/console.h b/cpukit/libcsupport/include/console.h
index 2f5173d757..7bc6b5e3d4 100644
--- a/cpukit/libcsupport/include/console.h
+++ b/cpukit/libcsupport/include/console.h
@@ -3,9 +3,8 @@
* This file describes the Console Device Driver for all boards.
* This driver provides support for the standard C Library.
*
- * 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/cpukit/libcsupport/include/iosupp.h b/cpukit/libcsupport/include/iosupp.h
index 97175e0a7b..ef8e01b76d 100644
--- a/cpukit/libcsupport/include/iosupp.h
+++ b/cpukit/libcsupport/include/iosupp.h
@@ -1,8 +1,7 @@
/* iosupp.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/cpukit/libcsupport/include/motorola/mc68230.h b/cpukit/libcsupport/include/motorola/mc68230.h
index bde00c4cdd..22ec49c12b 100644
--- a/cpukit/libcsupport/include/motorola/mc68230.h
+++ b/cpukit/libcsupport/include/motorola/mc68230.h
@@ -7,9 +7,8 @@
* Format taken partly from RTEMS code and mostly from Motorola IDP user's
* manual. RTEMS copyright information below.
*
- * 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/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index d007784526..4c6764c1d4 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -3,9 +3,8 @@
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*
- * 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/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 5d71866164..3cc4648863 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -6,9 +6,8 @@
* IO to devices but has since been enhanced to support networking
* and support for mounted file systems.
*
- * 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/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index e37dcbcc9f..8e74b34edb 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -1,9 +1,8 @@
/*
* Libio Internal Information
*
- * 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/cpukit/libcsupport/include/sys/termios.h b/cpukit/libcsupport/include/sys/termios.h
index 71a2492724..bb64d55433 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -1,9 +1,8 @@
/*
* POSIX termios implementation for RTEMS console device driver.
*
- * 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/cpukit/libcsupport/include/timerdrv.h b/cpukit/libcsupport/include/timerdrv.h
index ed1ce2b9a2..1234f8283a 100644
--- a/cpukit/libcsupport/include/timerdrv.h
+++ b/cpukit/libcsupport/include/timerdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Timer Driver for all boards.
*
- * 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/cpukit/libcsupport/include/vmeintr.h b/cpukit/libcsupport/include/vmeintr.h
index 6593ba12a5..583ccff6cc 100644
--- a/cpukit/libcsupport/include/vmeintr.h
+++ b/cpukit/libcsupport/include/vmeintr.h
@@ -5,9 +5,8 @@
* which should be provided by all BSPs for VMEbus Single Board
* Computers but currently only a few do so.
*
- * 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/cpukit/libcsupport/include/zilog/z8036.h b/cpukit/libcsupport/include/zilog/z8036.h
index 1c53c8afac..d2f1652bcc 100644
--- a/cpukit/libcsupport/include/zilog/z8036.h
+++ b/cpukit/libcsupport/include/zilog/z8036.h
@@ -10,9 +10,8 @@
* NOTE: This file shares as much as possible with the include
* file for the Z8536 via z8x36.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/cpukit/libcsupport/include/zilog/z8530.h b/cpukit/libcsupport/include/zilog/z8530.h
index 60a3e3b771..aba481ac25 100644
--- a/cpukit/libcsupport/include/zilog/z8530.h
+++ b/cpukit/libcsupport/include/zilog/z8530.h
@@ -7,9 +7,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/cpukit/libcsupport/include/zilog/z8536.h b/cpukit/libcsupport/include/zilog/z8536.h
index 0f0b5641e7..8b8fac4567 100644
--- a/cpukit/libcsupport/include/zilog/z8536.h
+++ b/cpukit/libcsupport/include/zilog/z8536.h
@@ -10,9 +10,8 @@
* NOTE: This file shares as much as possible with the include
* file for the Z8036 via z8x36.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/cpukit/libcsupport/src/__brk.c b/cpukit/libcsupport/src/__brk.c
index 24efa93adb..4e5a7fcd22 100644
--- a/cpukit/libcsupport/src/__brk.c
+++ b/cpukit/libcsupport/src/__brk.c
@@ -3,9 +3,8 @@
*
* NOTE: sbrk() is provided by each BSP.
*
- * 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/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c
index 16857da870..6c30e40bfb 100644
--- a/cpukit/libcsupport/src/__gettod.c
+++ b/cpukit/libcsupport/src/__gettod.c
@@ -1,9 +1,8 @@
/*
* gettimeofday() - SVR4 and BSD4.3 extension required by Newlib
*
- * 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/cpukit/libcsupport/src/__sbrk.c b/cpukit/libcsupport/src/__sbrk.c
index b1d31467fd..f09188c571 100644
--- a/cpukit/libcsupport/src/__sbrk.c
+++ b/cpukit/libcsupport/src/__sbrk.c
@@ -3,9 +3,8 @@
*
* NOTE: sbrk is provided by the BSP.
*
- * 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/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c
index 5f7525ec5f..49bd64042b 100644
--- a/cpukit/libcsupport/src/__times.c
+++ b/cpukit/libcsupport/src/__times.c
@@ -1,9 +1,8 @@
/*
* times() - POSIX 1003.1b 4.5.2 - Get Process Times
*
- * 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/cpukit/libcsupport/src/access.c b/cpukit/libcsupport/src/access.c
index a8be44a9a3..7e25fdfc30 100644
--- a/cpukit/libcsupport/src/access.c
+++ b/cpukit/libcsupport/src/access.c
@@ -1,9 +1,8 @@
/*
* access() - POSIX 1003.1b 5.6.3 - File Accessibility
*
- * 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/cpukit/libcsupport/src/base_fs.c b/cpukit/libcsupport/src/base_fs.c
index e5be922a40..3ea1abd7aa 100644
--- a/cpukit/libcsupport/src/base_fs.c
+++ b/cpukit/libcsupport/src/base_fs.c
@@ -1,9 +1,8 @@
/*
* Base file system 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/cpukit/libcsupport/src/cfgetispeed.c b/cpukit/libcsupport/src/cfgetispeed.c
index 61d97cb2f1..43a8c97137 100644
--- a/cpukit/libcsupport/src/cfgetispeed.c
+++ b/cpukit/libcsupport/src/cfgetispeed.c
@@ -1,9 +1,8 @@
/*
* cfgetispeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/cpukit/libcsupport/src/cfgetospeed.c b/cpukit/libcsupport/src/cfgetospeed.c
index 8815d436e9..460b47b498 100644
--- a/cpukit/libcsupport/src/cfgetospeed.c
+++ b/cpukit/libcsupport/src/cfgetospeed.c
@@ -1,9 +1,8 @@
/*
* cfgetospeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/cpukit/libcsupport/src/cfsetispeed.c b/cpukit/libcsupport/src/cfsetispeed.c
index 37d3cd0584..af1a1b840c 100644
--- a/cpukit/libcsupport/src/cfsetispeed.c
+++ b/cpukit/libcsupport/src/cfsetispeed.c
@@ -1,9 +1,8 @@
/*
* cfsetispeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/cpukit/libcsupport/src/cfsetospeed.c b/cpukit/libcsupport/src/cfsetospeed.c
index f01237103b..f6f6c5838c 100644
--- a/cpukit/libcsupport/src/cfsetospeed.c
+++ b/cpukit/libcsupport/src/cfsetospeed.c
@@ -1,9 +1,8 @@
/*
* cfsetospeed() - POSIX 1003.1b 7.1.3 - Baud Rate Functions
*
- * 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/cpukit/libcsupport/src/chdir.c b/cpukit/libcsupport/src/chdir.c
index 38f64d8c56..4ab5c84cb8 100644
--- a/cpukit/libcsupport/src/chdir.c
+++ b/cpukit/libcsupport/src/chdir.c
@@ -1,9 +1,8 @@
/*
* chdir() - POSIX 1003.1b - 5.2.1 - Change Current Working 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/cpukit/libcsupport/src/chmod.c b/cpukit/libcsupport/src/chmod.c
index 70ef5a3dff..d88e80eeb7 100644
--- a/cpukit/libcsupport/src/chmod.c
+++ b/cpukit/libcsupport/src/chmod.c
@@ -1,9 +1,8 @@
/*
* chmod() - POSIX 1003.1b 5.6.4 - Change File Modes
*
- * 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/cpukit/libcsupport/src/chown.c b/cpukit/libcsupport/src/chown.c
index 8496cc684b..796fa5370c 100644
--- a/cpukit/libcsupport/src/chown.c
+++ b/cpukit/libcsupport/src/chown.c
@@ -1,9 +1,8 @@
/*
* chown() - POSIX 1003.1b 5.6.5 - Change Owner and Group of a File
*
- * 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/cpukit/libcsupport/src/close.c b/cpukit/libcsupport/src/close.c
index ba69847533..0ee9df89ed 100644
--- a/cpukit/libcsupport/src/close.c
+++ b/cpukit/libcsupport/src/close.c
@@ -1,9 +1,8 @@
/*
* close() - POSIX 1003.1b 6.3.1 - Close a File
*
- * 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/cpukit/libcsupport/src/ctermid.c b/cpukit/libcsupport/src/ctermid.c
index 23308dc4a6..4fa7a2fb33 100644
--- a/cpukit/libcsupport/src/ctermid.c
+++ b/cpukit/libcsupport/src/ctermid.c
@@ -1,9 +1,8 @@
/*
* ctermid() - POSIX 1003.1b 4.7.1 - Generate Terminal Pathname
*
- * 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/cpukit/libcsupport/src/dup.c b/cpukit/libcsupport/src/dup.c
index c17db588a7..902c70756a 100644
--- a/cpukit/libcsupport/src/dup.c
+++ b/cpukit/libcsupport/src/dup.c
@@ -1,9 +1,8 @@
/*
* dup() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
*
- * 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/cpukit/libcsupport/src/dup2.c b/cpukit/libcsupport/src/dup2.c
index 5653425708..21701bfd0d 100644
--- a/cpukit/libcsupport/src/dup2.c
+++ b/cpukit/libcsupport/src/dup2.c
@@ -1,9 +1,8 @@
/*
* dup2() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
*
- * 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/cpukit/libcsupport/src/eval.c b/cpukit/libcsupport/src/eval.c
index db294fcf54..8fc27ca19c 100644
--- a/cpukit/libcsupport/src/eval.c
+++ b/cpukit/libcsupport/src/eval.c
@@ -3,9 +3,8 @@
*
* Routine to seed the evaluate path 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/cpukit/libcsupport/src/fchmod.c b/cpukit/libcsupport/src/fchmod.c
index a964c737ea..74d9a30647 100644
--- a/cpukit/libcsupport/src/fchmod.c
+++ b/cpukit/libcsupport/src/fchmod.c
@@ -1,9 +1,8 @@
/*
* fchmod() - POSIX 1003.1b 5.6.4 - Change File Modes
*
- * 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/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index e75baf0c5a..05410eaff6 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -1,9 +1,8 @@
/*
* fcntl() - POSIX 1003.1b 6.5.2 - File Control
*
- * 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/cpukit/libcsupport/src/fdatasync.c b/cpukit/libcsupport/src/fdatasync.c
index e1f47848bf..7a86dc53c6 100644
--- a/cpukit/libcsupport/src/fdatasync.c
+++ b/cpukit/libcsupport/src/fdatasync.c
@@ -1,9 +1,8 @@
/*
* fdatasync() - POSIX 1003.1b 6.6.2 - Synchronize the Data of a File
*
- * 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/cpukit/libcsupport/src/fpathconf.c b/cpukit/libcsupport/src/fpathconf.c
index b8cede80ff..744551ec88 100644
--- a/cpukit/libcsupport/src/fpathconf.c
+++ b/cpukit/libcsupport/src/fpathconf.c
@@ -1,9 +1,8 @@
/*
* fpathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
*
- * 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/cpukit/libcsupport/src/fs_null_handlers.c b/cpukit/libcsupport/src/fs_null_handlers.c
index 42bc146eb9..3bedb6a512 100644
--- a/cpukit/libcsupport/src/fs_null_handlers.c
+++ b/cpukit/libcsupport/src/fs_null_handlers.c
@@ -1,9 +1,8 @@
/*
* Null Filesystem Operations Tables
*
- * 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/cpukit/libcsupport/src/fstat.c b/cpukit/libcsupport/src/fstat.c
index 7fdc2a4b8a..8f216e3cfc 100644
--- a/cpukit/libcsupport/src/fstat.c
+++ b/cpukit/libcsupport/src/fstat.c
@@ -1,9 +1,8 @@
/*
* fstat() - POSIX 1003.1b 5.6.2 - Get File Status
*
- * 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/cpukit/libcsupport/src/fsync.c b/cpukit/libcsupport/src/fsync.c
index e2bad3bb2e..64f05f341a 100644
--- a/cpukit/libcsupport/src/fsync.c
+++ b/cpukit/libcsupport/src/fsync.c
@@ -1,9 +1,8 @@
/*
* fsync() - POSIX 1003.1b 6.6.1 - Synchronize the State of a File
*
- * 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/cpukit/libcsupport/src/ftruncate.c b/cpukit/libcsupport/src/ftruncate.c
index 0112817981..bbf0bc7240 100644
--- a/cpukit/libcsupport/src/ftruncate.c
+++ b/cpukit/libcsupport/src/ftruncate.c
@@ -1,9 +1,8 @@
/*
* ftruncate() - Truncate a File to the Specified Length
*
- * 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/cpukit/libcsupport/src/getdents.c b/cpukit/libcsupport/src/getdents.c
index 91631843b7..b1afbb13f7 100644
--- a/cpukit/libcsupport/src/getdents.c
+++ b/cpukit/libcsupport/src/getdents.c
@@ -7,9 +7,8 @@
* the current directory position index. These entries will be placed in
* character array pointed to by -dd_buf-
*
- * 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/cpukit/libcsupport/src/hosterr.c b/cpukit/libcsupport/src/hosterr.c
index 6c0308df3b..addb110dea 100644
--- a/cpukit/libcsupport/src/hosterr.c
+++ b/cpukit/libcsupport/src/hosterr.c
@@ -1,9 +1,8 @@
/*
* Routines to access a host errno
*
- * 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/cpukit/libcsupport/src/ioctl.c b/cpukit/libcsupport/src/ioctl.c
index 0e8072588b..af986743dd 100644
--- a/cpukit/libcsupport/src/ioctl.c
+++ b/cpukit/libcsupport/src/ioctl.c
@@ -4,9 +4,8 @@
* This routine is not defined in the POSIX 1003.1b standard but is
* commonly supported on most UNIX and POSIX systems.
*
- * 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/cpukit/libcsupport/src/libio.c b/cpukit/libcsupport/src/libio.c
index 9b8b1e1948..9723989342 100644
--- a/cpukit/libcsupport/src/libio.c
+++ b/cpukit/libcsupport/src/libio.c
@@ -3,9 +3,8 @@
* table of integer style file descriptors used by the low level
* POSIX system calls like open(), read, fstat(), etc.
*
- * 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/cpukit/libcsupport/src/libio_sockets.c b/cpukit/libcsupport/src/libio_sockets.c
index 61d46c09f1..ac15a2a5c2 100644
--- a/cpukit/libcsupport/src/libio_sockets.c
+++ b/cpukit/libcsupport/src/libio_sockets.c
@@ -2,9 +2,8 @@
* This file contains the support infrastructure used to manage the
* table of integer style file descriptors used by the socket calls.
*
- * 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/cpukit/libcsupport/src/link.c b/cpukit/libcsupport/src/link.c
index c12398746d..5bf8f90353 100644
--- a/cpukit/libcsupport/src/link.c
+++ b/cpukit/libcsupport/src/link.c
@@ -1,9 +1,8 @@
/*
* link() - POSIX 1003.1b - 5.3.4 - Create a new link
*
- * 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/cpukit/libcsupport/src/lseek.c b/cpukit/libcsupport/src/lseek.c
index 6f37f3c294..992056482e 100644
--- a/cpukit/libcsupport/src/lseek.c
+++ b/cpukit/libcsupport/src/lseek.c
@@ -1,9 +1,8 @@
/*
* lseek() - POSIX 1003.1b 6.5.3 - Reposition Read/Write File Offset
*
- * 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/cpukit/libcsupport/src/lstat.c b/cpukit/libcsupport/src/lstat.c
index 2c1746ac6e..8a3e38c049 100644
--- a/cpukit/libcsupport/src/lstat.c
+++ b/cpukit/libcsupport/src/lstat.c
@@ -1,9 +1,8 @@
/*
* lstat() - BSD 4.3 and SVR4 - Get File Status
*
- * 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/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c
index 80708f57c2..cc63b6c7d0 100644
--- a/cpukit/libcsupport/src/malloc.c
+++ b/cpukit/libcsupport/src/malloc.c
@@ -2,9 +2,8 @@
* RTEMS Malloc Family Implementation
*
*
- * 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/cpukit/libcsupport/src/mkdir.c b/cpukit/libcsupport/src/mkdir.c
index 18fc7171c7..d1cf4c306c 100644
--- a/cpukit/libcsupport/src/mkdir.c
+++ b/cpukit/libcsupport/src/mkdir.c
@@ -1,9 +1,8 @@
/*
* mkdir() - POSIX 1003.1b 5.4.1 - Make a 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/cpukit/libcsupport/src/mkfifo.c b/cpukit/libcsupport/src/mkfifo.c
index 6b3ece5650..9ea820675b 100644
--- a/cpukit/libcsupport/src/mkfifo.c
+++ b/cpukit/libcsupport/src/mkfifo.c
@@ -1,9 +1,8 @@
/*
* mkfifo() - POSIX 1003.1b 5.4.1 - Make a FIFO Special File
*
- * 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/cpukit/libcsupport/src/mknod.c b/cpukit/libcsupport/src/mknod.c
index bd434e4efa..0a3a108f9a 100644
--- a/cpukit/libcsupport/src/mknod.c
+++ b/cpukit/libcsupport/src/mknod.c
@@ -5,9 +5,8 @@
* commonly supported on most UNIX and POSIX systems. It is the
* foundation for creating file system objects.
*
- * 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/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index 15fe800861..5cc037b712 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -7,9 +7,8 @@
* XXX make sure no optional ops you are using are NULL
* XXX unmount should be required.
*
- * 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/cpukit/libcsupport/src/no_libc.c b/cpukit/libcsupport/src/no_libc.c
index 4bd02c4b27..4a7e5d8c27 100644
--- a/cpukit/libcsupport/src/no_libc.c
+++ b/cpukit/libcsupport/src/no_libc.c
@@ -2,9 +2,8 @@
* This file contains stubs for the reentrancy hooks when
* an unknown C library is used.
*
- * 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/cpukit/libcsupport/src/open.c b/cpukit/libcsupport/src/open.c
index 7f220d1ce7..1203ca9688 100644
--- a/cpukit/libcsupport/src/open.c
+++ b/cpukit/libcsupport/src/open.c
@@ -1,9 +1,8 @@
/*
* open() - POSIX 1003.1 5.3.1 - Open a File
*
- * 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/cpukit/libcsupport/src/pathconf.c b/cpukit/libcsupport/src/pathconf.c
index e19d1329f4..7516ffb965 100644
--- a/cpukit/libcsupport/src/pathconf.c
+++ b/cpukit/libcsupport/src/pathconf.c
@@ -1,9 +1,8 @@
/*
* pathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
*
- * 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/cpukit/libcsupport/src/pipe.c b/cpukit/libcsupport/src/pipe.c
index 35dcf627bb..45ab89ed95 100644
--- a/cpukit/libcsupport/src/pipe.c
+++ b/cpukit/libcsupport/src/pipe.c
@@ -1,9 +1,8 @@
/*
* pipe() - POSIX 1003.1b 6.1.1 Create an Inter-Process Channel
*
- * 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/cpukit/libcsupport/src/read.c b/cpukit/libcsupport/src/read.c
index 360fc75f66..80ad9abc42 100644
--- a/cpukit/libcsupport/src/read.c
+++ b/cpukit/libcsupport/src/read.c
@@ -1,9 +1,8 @@
/*
* read() - POSIX 1003.1b 6.4.1 - Read From a File
*
- * 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/cpukit/libcsupport/src/readlink.c b/cpukit/libcsupport/src/readlink.c
index 6ca7488543..bec00e5c72 100644
--- a/cpukit/libcsupport/src/readlink.c
+++ b/cpukit/libcsupport/src/readlink.c
@@ -1,9 +1,8 @@
/*
* readlink() - POSIX 1003.1b - X.X.X - 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/cpukit/libcsupport/src/rewinddir.c b/cpukit/libcsupport/src/rewinddir.c
index 0df578633a..e5c753a183 100644
--- a/cpukit/libcsupport/src/rewinddir.c
+++ b/cpukit/libcsupport/src/rewinddir.c
@@ -1,9 +1,8 @@
/*
* rewinddir() - POSIX 1003.1b - 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/cpukit/libcsupport/src/rmdir.c b/cpukit/libcsupport/src/rmdir.c
index 001d999ce2..521a2e6934 100644
--- a/cpukit/libcsupport/src/rmdir.c
+++ b/cpukit/libcsupport/src/rmdir.c
@@ -1,9 +1,8 @@
/*
* rmdir() - POSIX 1003.1b - 5.2.2 - Remove a 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/cpukit/libcsupport/src/seekdir.c b/cpukit/libcsupport/src/seekdir.c
index 5a2f3bb469..eeb9c3209f 100644
--- a/cpukit/libcsupport/src/seekdir.c
+++ b/cpukit/libcsupport/src/seekdir.c
@@ -1,9 +1,8 @@
/*
* seekdir() - POSIX 1003.1b - 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/cpukit/libcsupport/src/stat.c b/cpukit/libcsupport/src/stat.c
index 8872b779d7..688333ac2e 100644
--- a/cpukit/libcsupport/src/stat.c
+++ b/cpukit/libcsupport/src/stat.c
@@ -3,9 +3,8 @@
*
* Reused from lstat().
*
- * 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/cpukit/libcsupport/src/symlink.c b/cpukit/libcsupport/src/symlink.c
index ceb1025239..6a31a25bad 100644
--- a/cpukit/libcsupport/src/symlink.c
+++ b/cpukit/libcsupport/src/symlink.c
@@ -1,9 +1,8 @@
/*
* symlink() - POSIX 1003.1b - X.X.X - 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/cpukit/libcsupport/src/tcdrain.c b/cpukit/libcsupport/src/tcdrain.c
index 00b1cfeba1..0c89a58115 100644
--- a/cpukit/libcsupport/src/tcdrain.c
+++ b/cpukit/libcsupport/src/tcdrain.c
@@ -1,9 +1,8 @@
/*
* tcdrain() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/cpukit/libcsupport/src/tcflow.c b/cpukit/libcsupport/src/tcflow.c
index bbe60d94be..723013c898 100644
--- a/cpukit/libcsupport/src/tcflow.c
+++ b/cpukit/libcsupport/src/tcflow.c
@@ -1,9 +1,8 @@
/*
* tcflow() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/cpukit/libcsupport/src/tcflush.c b/cpukit/libcsupport/src/tcflush.c
index 3a14eba129..7d2f119aec 100644
--- a/cpukit/libcsupport/src/tcflush.c
+++ b/cpukit/libcsupport/src/tcflush.c
@@ -1,9 +1,8 @@
/*
* tcflush() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/cpukit/libcsupport/src/tcgetattr.c b/cpukit/libcsupport/src/tcgetattr.c
index 7306c9de5e..388282d37a 100644
--- a/cpukit/libcsupport/src/tcgetattr.c
+++ b/cpukit/libcsupport/src/tcgetattr.c
@@ -1,9 +1,8 @@
/*
* tcgetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
*
- * 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/cpukit/libcsupport/src/tcgetprgrp.c b/cpukit/libcsupport/src/tcgetprgrp.c
index 563a1842ed..3f34b6ee13 100644
--- a/cpukit/libcsupport/src/tcgetprgrp.c
+++ b/cpukit/libcsupport/src/tcgetprgrp.c
@@ -1,9 +1,8 @@
/*
* tcgetprgrp() - POSIX 1003.1b 7.2.3 - Get Foreground Process Group ID
*
- * 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/cpukit/libcsupport/src/tcsendbreak.c b/cpukit/libcsupport/src/tcsendbreak.c
index e7da9cf165..b367d26ece 100644
--- a/cpukit/libcsupport/src/tcsendbreak.c
+++ b/cpukit/libcsupport/src/tcsendbreak.c
@@ -1,9 +1,8 @@
/*
* tcsendbreak() - POSIX 1003.1b 7.2.2 - Line Control Functions
*
- * 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/cpukit/libcsupport/src/tcsetattr.c b/cpukit/libcsupport/src/tcsetattr.c
index a769ff250f..466d2c35fb 100644
--- a/cpukit/libcsupport/src/tcsetattr.c
+++ b/cpukit/libcsupport/src/tcsetattr.c
@@ -1,9 +1,8 @@
/*
* tcsetattr() - POSIX 1003.1b 7.2.1 - Get and Set State
*
- * 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/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c
index 3e6c32c9c4..fa54df3b5f 100644
--- a/cpukit/libcsupport/src/tcsetpgrp.c
+++ b/cpukit/libcsupport/src/tcsetpgrp.c
@@ -1,9 +1,8 @@
/*
* tcsetprgrp() - POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID
*
- * 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/cpukit/libcsupport/src/telldir.c b/cpukit/libcsupport/src/telldir.c
index 765bb4ed44..521138d648 100644
--- a/cpukit/libcsupport/src/telldir.c
+++ b/cpukit/libcsupport/src/telldir.c
@@ -1,9 +1,8 @@
/*
* telldir() - 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/cpukit/libcsupport/src/truncate.c b/cpukit/libcsupport/src/truncate.c
index 145e596654..d551b5be5b 100644
--- a/cpukit/libcsupport/src/truncate.c
+++ b/cpukit/libcsupport/src/truncate.c
@@ -5,9 +5,8 @@
* commonly supported on most UNIX and POSIX systems. It is provided
* for compatibility.
*
- * 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/cpukit/libcsupport/src/umask.c b/cpukit/libcsupport/src/umask.c
index 35229a30a1..c9f0b4851b 100644
--- a/cpukit/libcsupport/src/umask.c
+++ b/cpukit/libcsupport/src/umask.c
@@ -1,9 +1,8 @@
/*
* umask() - POSIX 1003.1b 5.3.3 - Set File Creation Mask
*
- * 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/cpukit/libcsupport/src/unixlibc.c b/cpukit/libcsupport/src/unixlibc.c
index a581d95534..494e83b159 100644
--- a/cpukit/libcsupport/src/unixlibc.c
+++ b/cpukit/libcsupport/src/unixlibc.c
@@ -2,9 +2,8 @@
* $Id$
* UNIX Port C Library Support
*
- * 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/cpukit/libcsupport/src/unlink.c b/cpukit/libcsupport/src/unlink.c
index 9e9f2c0e08..cf11db227c 100644
--- a/cpukit/libcsupport/src/unlink.c
+++ b/cpukit/libcsupport/src/unlink.c
@@ -1,9 +1,8 @@
/*
* unlink() - POSIX 1003.1b - 5.5.1 - Remove an existing link
*
- * 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/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c
index e8e73bb1d7..c4b6bdae7d 100644
--- a/cpukit/libcsupport/src/unmount.c
+++ b/cpukit/libcsupport/src/unmount.c
@@ -6,9 +6,8 @@
* routine is necessary to mount instantiations of a file system
* into the file system name space.
*
- * 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/cpukit/libcsupport/src/utime.c b/cpukit/libcsupport/src/utime.c
index dd76882bc0..50eeece59a 100644
--- a/cpukit/libcsupport/src/utime.c
+++ b/cpukit/libcsupport/src/utime.c
@@ -1,9 +1,8 @@
/*
* utime() - POSIX 1003.1b 5.5.6 - Set File Access and Modification Times
*
- * 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/cpukit/libcsupport/src/write.c b/cpukit/libcsupport/src/write.c
index a3eca4eccd..a47a4f40a9 100644
--- a/cpukit/libcsupport/src/write.c
+++ b/cpukit/libcsupport/src/write.c
@@ -1,9 +1,8 @@
/*
* write() - POSIX 1003.1b 6.4.2 - Write to a File
*
- * 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/cpukit/libfs/src/imfs/deviceio.c b/cpukit/libfs/src/imfs/deviceio.c
index fd969e7aa9..0cbdd2a456 100644
--- a/cpukit/libfs/src/imfs/deviceio.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h
index 0a82aabfce..585c070594 100644
--- a/cpukit/libfs/src/imfs/imfs.h
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_chown.c b/cpukit/libfs/src/imfs/imfs_chown.c
index 816294ee34..d9e8f40e7f 100644
--- a/cpukit/libfs/src/imfs/imfs_chown.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_creat.c b/cpukit/libfs/src/imfs/imfs_creat.c
index 6b638ed07c..227b5f9300 100644
--- a/cpukit/libfs/src/imfs/imfs_creat.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_debug.c b/cpukit/libfs/src/imfs/imfs_debug.c
index 7e0482dbfe..f8151c6c0f 100644
--- a/cpukit/libfs/src/imfs/imfs_debug.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_directory.c b/cpukit/libfs/src/imfs/imfs_directory.c
index 89672ec9ae..1f6d9b5ff5 100644
--- a/cpukit/libfs/src/imfs/imfs_directory.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_eval.c b/cpukit/libfs/src/imfs/imfs_eval.c
index 66b5fa828c..1f1e7c6daf 100644
--- a/cpukit/libfs/src/imfs/imfs_eval.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_fchmod.c b/cpukit/libfs/src/imfs/imfs_fchmod.c
index 06c2969100..b766ed74dc 100644
--- a/cpukit/libfs/src/imfs/imfs_fchmod.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_fcntl.c b/cpukit/libfs/src/imfs/imfs_fcntl.c
index cbbbe1eedb..c1014a8653 100644
--- a/cpukit/libfs/src/imfs/imfs_fcntl.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_fdatasync.c b/cpukit/libfs/src/imfs/imfs_fdatasync.c
index 280ffb223c..6142cc7e0f 100644
--- a/cpukit/libfs/src/imfs/imfs_fdatasync.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_free.c b/cpukit/libfs/src/imfs/imfs_free.c
index 1dc6fd9425..2a5065068c 100644
--- a/cpukit/libfs/src/imfs/imfs_free.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_fsunmount.c b/cpukit/libfs/src/imfs/imfs_fsunmount.c
index 59046f13a9..1ae71ee075 100644
--- a/cpukit/libfs/src/imfs/imfs_fsunmount.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_getchild.c b/cpukit/libfs/src/imfs/imfs_getchild.c
index 3bb710f169..f70a8f292c 100644
--- a/cpukit/libfs/src/imfs/imfs_getchild.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_gtkn.c b/cpukit/libfs/src/imfs/imfs_gtkn.c
index d0689abdd3..c56bef5c2b 100644
--- a/cpukit/libfs/src/imfs/imfs_gtkn.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_handlers_device.c b/cpukit/libfs/src/imfs/imfs_handlers_device.c
index b6b9c808a0..4431819a94 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_device.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_handlers_directory.c b/cpukit/libfs/src/imfs/imfs_handlers_directory.c
index 0ee06d8ebf..21370c194d 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_directory.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_handlers_link.c b/cpukit/libfs/src/imfs/imfs_handlers_link.c
index 47a3f7a8f8..b0a057c068 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_link.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_handlers_memfile.c b/cpukit/libfs/src/imfs/imfs_handlers_memfile.c
index 0e2566841b..5133b87198 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_memfile.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_init.c b/cpukit/libfs/src/imfs/imfs_init.c
index ad2781f63e..c2630af78e 100644
--- a/cpukit/libfs/src/imfs/imfs_init.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_initsupp.c b/cpukit/libfs/src/imfs/imfs_initsupp.c
index c61618454b..408789760e 100644
--- a/cpukit/libfs/src/imfs/imfs_initsupp.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_link.c b/cpukit/libfs/src/imfs/imfs_link.c
index 34d277646d..6a8fa3c3ef 100644
--- a/cpukit/libfs/src/imfs/imfs_link.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_mknod.c b/cpukit/libfs/src/imfs/imfs_mknod.c
index 947fe260c1..05b7ca9a5f 100644
--- a/cpukit/libfs/src/imfs/imfs_mknod.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_mount.c b/cpukit/libfs/src/imfs/imfs_mount.c
index a267b52576..7b159f476c 100644
--- a/cpukit/libfs/src/imfs/imfs_mount.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_ntype.c b/cpukit/libfs/src/imfs/imfs_ntype.c
index bdf451a879..33beda1bab 100644
--- a/cpukit/libfs/src/imfs/imfs_ntype.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_readlink.c b/cpukit/libfs/src/imfs/imfs_readlink.c
index 958118f42f..36bb17815a 100644
--- a/cpukit/libfs/src/imfs/imfs_readlink.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_rmnod.c b/cpukit/libfs/src/imfs/imfs_rmnod.c
index 1eba836a58..3b875145da 100644
--- a/cpukit/libfs/src/imfs/imfs_rmnod.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_stat.c b/cpukit/libfs/src/imfs/imfs_stat.c
index 4628736714..2edc1a9e9b 100644
--- a/cpukit/libfs/src/imfs/imfs_stat.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_symlink.c b/cpukit/libfs/src/imfs/imfs_symlink.c
index 36b24fef88..8e795463e3 100644
--- a/cpukit/libfs/src/imfs/imfs_symlink.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_unixstub.c b/cpukit/libfs/src/imfs/imfs_unixstub.c
index 1ba71c9a42..8ee429383c 100644
--- a/cpukit/libfs/src/imfs/imfs_unixstub.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_unlink.c b/cpukit/libfs/src/imfs/imfs_unlink.c
index 2bb968d23a..f001c6450d 100644
--- a/cpukit/libfs/src/imfs/imfs_unlink.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_unmount.c b/cpukit/libfs/src/imfs/imfs_unmount.c
index f29d720ab3..9e07fe0c5e 100644
--- a/cpukit/libfs/src/imfs/imfs_unmount.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/imfs_utime.c b/cpukit/libfs/src/imfs/imfs_utime.c
index bc2639ef8c..e20d352c50 100644
--- a/cpukit/libfs/src/imfs/imfs_utime.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/ioman.c b/cpukit/libfs/src/imfs/ioman.c
index 41106fa1c7..ee22791657 100644
--- a/cpukit/libfs/src/imfs/ioman.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/memfile.c b/cpukit/libfs/src/imfs/memfile.c
index 0a3b30d38f..dad120a0a7 100644
--- a/cpukit/libfs/src/imfs/memfile.c
+++ b/cpukit/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/cpukit/libfs/src/imfs/miniimfs_init.c b/cpukit/libfs/src/imfs/miniimfs_init.c
index 865822fbfc..b2e4fa936e 100644
--- a/cpukit/libfs/src/imfs/miniimfs_init.c
+++ b/cpukit/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
diff --git a/cpukit/libmisc/cpuuse/cpuuse.c b/cpukit/libmisc/cpuuse/cpuuse.c
index e451318575..66c006e3d3 100644
--- a/cpukit/libmisc/cpuuse/cpuuse.c
+++ b/cpukit/libmisc/cpuuse/cpuuse.c
@@ -1,9 +1,8 @@
/*
* CPU Usage Reporter
*
- * COPYRIGHT (c) 1989-1998. 1996.
+ * COPYRIGHT (c) 1989-1999. 1996.
* 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/cpukit/libmisc/cpuuse/cpuuse.h b/cpukit/libmisc/cpuuse/cpuuse.h
index bc678bb284..34e2b3ade5 100644
--- a/cpukit/libmisc/cpuuse/cpuuse.h
+++ b/cpukit/libmisc/cpuuse/cpuuse.h
@@ -3,9 +3,8 @@
* This include file contains information necessary to utilize
* and install the cpu usage reporting mechanism.
*
- * COPYRIGHT (c) 1989-1998. 1996.
+ * COPYRIGHT (c) 1989-1999. 1996.
* 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/cpukit/libmisc/dummy/dummy.c b/cpukit/libmisc/dummy/dummy.c
index 7474b4a1c2..92f284fd83 100644
--- a/cpukit/libmisc/dummy/dummy.c
+++ b/cpukit/libmisc/dummy/dummy.c
@@ -5,9 +5,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/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index b8688d3579..8e811e493d 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -6,9 +6,8 @@
* CPU grows up or down and installs the correct
* extension routines for that direction.
*
- * 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/cpukit/libmisc/stackchk/internal.h b/cpukit/libmisc/stackchk/internal.h
index 96d0c3f10a..ef2713abfd 100644
--- a/cpukit/libmisc/stackchk/internal.h
+++ b/cpukit/libmisc/stackchk/internal.h
@@ -3,9 +3,8 @@
* This include file contains internal information
* for the RTEMS stack checker.
*
- * 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/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index 1b40da5e0c..e5caaf1285 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/libmisc/stackchk/stackchk.h
@@ -3,9 +3,8 @@
* This include file contains information necessary to utilize
* and install the stack checker mechanism.
*
- * 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/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h
index ba6063f207..c0c5395fd6 100644
--- a/cpukit/posix/include/rtems/posix/cond.h
+++ b/cpukit/posix/include/rtems/posix/cond.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX condition variables.
*
- * 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/cpukit/posix/include/rtems/posix/condmp.h b/cpukit/posix/include/rtems/posix/condmp.h
index de9c5ce0d4..dfd10e57a3 100644
--- a/cpukit/posix/include/rtems/posix/condmp.h
+++ b/cpukit/posix/include/rtems/posix/condmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Condition Variable 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/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index 732d1bc685..6725d12e09 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters specific for the POSIX API.
*
- * 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/cpukit/posix/include/rtems/posix/intr.h b/cpukit/posix/include/rtems/posix/intr.h
index 539c66f058..0dcadd6722 100644
--- a/cpukit/posix/include/rtems/posix/intr.h
+++ b/cpukit/posix/include/rtems/posix/intr.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX Interrupt 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/cpukit/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h
index 22bfafd594..ddebf6f0ee 100644
--- a/cpukit/posix/include/rtems/posix/key.h
+++ b/cpukit/posix/include/rtems/posix/key.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX key.
*
- * 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/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h
index a53ef52c4f..121654f4b4 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/posix/include/rtems/posix/mqueue.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX Message Queues.
*
- * 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/cpukit/posix/include/rtems/posix/mqueuemp.h b/cpukit/posix/include/rtems/posix/mqueuemp.h
index 27742014ab..19fb58ea29 100644
--- a/cpukit/posix/include/rtems/posix/mqueuemp.h
+++ b/cpukit/posix/include/rtems/posix/mqueuemp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Message Queue 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/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h
index 4f242db1bc..e8338c893f 100644
--- a/cpukit/posix/include/rtems/posix/mutex.h
+++ b/cpukit/posix/include/rtems/posix/mutex.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX mutex's.
*
- * 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/cpukit/posix/include/rtems/posix/mutexmp.h b/cpukit/posix/include/rtems/posix/mutexmp.h
index 71f60677eb..e6ab54f14b 100644
--- a/cpukit/posix/include/rtems/posix/mutexmp.h
+++ b/cpukit/posix/include/rtems/posix/mutexmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Mutex 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/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h
index f7c52985c3..13c416ef90 100644
--- a/cpukit/posix/include/rtems/posix/posixapi.h
+++ b/cpukit/posix/include/rtems/posix/posixapi.h
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index 17402b8acd..10a1b051e1 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX threads.
*
- * 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/cpukit/posix/include/rtems/posix/pthreadmp.h b/cpukit/posix/include/rtems/posix/pthreadmp.h
index af5997ead7..4bd6cc41e8 100644
--- a/cpukit/posix/include/rtems/posix/pthreadmp.h
+++ b/cpukit/posix/include/rtems/posix/pthreadmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Threads 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/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index 8df9e4e258..95a4f9c15a 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -3,9 +3,8 @@
* This include file contains all the private support information for
* POSIX Semaphores.
*
- * 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/cpukit/posix/include/rtems/posix/semaphoremp.h b/cpukit/posix/include/rtems/posix/semaphoremp.h
index 14af483f98..f776e5a4a3 100644
--- a/cpukit/posix/include/rtems/posix/semaphoremp.h
+++ b/cpukit/posix/include/rtems/posix/semaphoremp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the POSIX Semaphore 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/cpukit/posix/inline/rtems/posix/cond.inl b/cpukit/posix/inline/rtems/posix/cond.inl
index 3a6741b1b8..d718ef514f 100644
--- a/cpukit/posix/inline/rtems/posix/cond.inl
+++ b/cpukit/posix/inline/rtems/posix/cond.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX condition variables.
*
- * 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/cpukit/posix/inline/rtems/posix/intr.inl b/cpukit/posix/inline/rtems/posix/intr.inl
index d084a1d12a..2539719b8c 100644
--- a/cpukit/posix/inline/rtems/posix/intr.inl
+++ b/cpukit/posix/inline/rtems/posix/intr.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX Interrupt 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/cpukit/posix/inline/rtems/posix/key.inl b/cpukit/posix/inline/rtems/posix/key.inl
index fa4d31b11f..73855ad601 100644
--- a/cpukit/posix/inline/rtems/posix/key.inl
+++ b/cpukit/posix/inline/rtems/posix/key.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX key's.
*
- * 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/cpukit/posix/inline/rtems/posix/mqueue.inl b/cpukit/posix/inline/rtems/posix/mqueue.inl
index 51326fba7b..97b09d5c27 100644
--- a/cpukit/posix/inline/rtems/posix/mqueue.inl
+++ b/cpukit/posix/inline/rtems/posix/mqueue.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX Message Queue.
*
- * 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/cpukit/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl
index 5c1f3b7b73..47ff46d507 100644
--- a/cpukit/posix/inline/rtems/posix/mutex.inl
+++ b/cpukit/posix/inline/rtems/posix/mutex.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX mutex's.
*
- * 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/cpukit/posix/inline/rtems/posix/pthread.inl b/cpukit/posix/inline/rtems/posix/pthread.inl
index 51f7287384..9fc32ddff8 100644
--- a/cpukit/posix/inline/rtems/posix/pthread.inl
+++ b/cpukit/posix/inline/rtems/posix/pthread.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX threads.
*
- * 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/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl
index 8f2189d82a..57badad5a9 100644
--- a/cpukit/posix/inline/rtems/posix/semaphore.inl
+++ b/cpukit/posix/inline/rtems/posix/semaphore.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the private
* inlined routines for POSIX Semaphores.
*
- * 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/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c
index a17fd04f4e..bef81d6695 100644
--- a/cpukit/posix/src/alarm.c
+++ b/cpukit/posix/src/alarm.c
@@ -1,9 +1,8 @@
/*
* 3.4.1 Schedule Alarm, P1003.1b-1993, p. 79
*
- * 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/cpukit/posix/src/kill.c b/cpukit/posix/src/kill.c
index 97cd17164d..63dff6bb7d 100644
--- a/cpukit/posix/src/kill.c
+++ b/cpukit/posix/src/kill.c
@@ -1,9 +1,8 @@
/*
* 3.3.2 Send a Signal to a Process, P1003.1b-1993, p. 68
*
- * 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/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index ab462b7a1b..57f40e94bf 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -1,9 +1,8 @@
/*
* kill() support 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/cpukit/posix/src/pause.c b/cpukit/posix/src/pause.c
index a39011bef8..628908b44d 100644
--- a/cpukit/posix/src/pause.c
+++ b/cpukit/posix/src/pause.c
@@ -1,9 +1,8 @@
/*
* 3.4.2 Suspend Process Execution, P1003.1b-1993, p. 81
*
- * 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/cpukit/posix/src/pthreadattrdestroy.c b/cpukit/posix/src/pthreadattrdestroy.c
index c518236ad3..be30152520 100644
--- a/cpukit/posix/src/pthreadattrdestroy.c
+++ b/cpukit/posix/src/pthreadattrdestroy.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrgetdetachstate.c b/cpukit/posix/src/pthreadattrgetdetachstate.c
index eefcfba362..244e902144 100644
--- a/cpukit/posix/src/pthreadattrgetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrgetdetachstate.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrgetinheritsched.c b/cpukit/posix/src/pthreadattrgetinheritsched.c
index 7cdd8b4d53..6b68093be2 100644
--- a/cpukit/posix/src/pthreadattrgetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrgetinheritsched.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrgetschedparam.c b/cpukit/posix/src/pthreadattrgetschedparam.c
index d139a76f0c..91da6b3c80 100644
--- a/cpukit/posix/src/pthreadattrgetschedparam.c
+++ b/cpukit/posix/src/pthreadattrgetschedparam.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrgetschedpolicy.c b/cpukit/posix/src/pthreadattrgetschedpolicy.c
index 0c22244b70..2fd6df4851 100644
--- a/cpukit/posix/src/pthreadattrgetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrgetschedpolicy.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrgetscope.c b/cpukit/posix/src/pthreadattrgetscope.c
index 2c31fef2fb..9bf459fdf5 100644
--- a/cpukit/posix/src/pthreadattrgetscope.c
+++ b/cpukit/posix/src/pthreadattrgetscope.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrgetstackaddr.c b/cpukit/posix/src/pthreadattrgetstackaddr.c
index 18e662fb1e..07642796c0 100644
--- a/cpukit/posix/src/pthreadattrgetstackaddr.c
+++ b/cpukit/posix/src/pthreadattrgetstackaddr.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrgetstacksize.c b/cpukit/posix/src/pthreadattrgetstacksize.c
index 589e87ed3c..d160fe51b1 100644
--- a/cpukit/posix/src/pthreadattrgetstacksize.c
+++ b/cpukit/posix/src/pthreadattrgetstacksize.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c
index 7a9db5e042..a70bd97eaf 100644
--- a/cpukit/posix/src/pthreadattrinit.c
+++ b/cpukit/posix/src/pthreadattrinit.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrsetdetachstate.c b/cpukit/posix/src/pthreadattrsetdetachstate.c
index f0af517ae6..74482d2507 100644
--- a/cpukit/posix/src/pthreadattrsetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrsetdetachstate.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrsetinheritsched.c b/cpukit/posix/src/pthreadattrsetinheritsched.c
index fb6148ee24..a44f887cde 100644
--- a/cpukit/posix/src/pthreadattrsetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrsetinheritsched.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrsetschedparam.c b/cpukit/posix/src/pthreadattrsetschedparam.c
index 7fbb45a057..3c9a3c0644 100644
--- a/cpukit/posix/src/pthreadattrsetschedparam.c
+++ b/cpukit/posix/src/pthreadattrsetschedparam.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrsetschedpolicy.c b/cpukit/posix/src/pthreadattrsetschedpolicy.c
index 0a60709139..e13ef77263 100644
--- a/cpukit/posix/src/pthreadattrsetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrsetschedpolicy.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrsetscope.c b/cpukit/posix/src/pthreadattrsetscope.c
index 205de52565..0adc6181f7 100644
--- a/cpukit/posix/src/pthreadattrsetscope.c
+++ b/cpukit/posix/src/pthreadattrsetscope.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/cpukit/posix/src/pthreadattrsetstackaddr.c b/cpukit/posix/src/pthreadattrsetstackaddr.c
index 15547d4e27..d8cf5fd807 100644
--- a/cpukit/posix/src/pthreadattrsetstackaddr.c
+++ b/cpukit/posix/src/pthreadattrsetstackaddr.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadattrsetstacksize.c b/cpukit/posix/src/pthreadattrsetstacksize.c
index ccaf03fd47..19696fd664 100644
--- a/cpukit/posix/src/pthreadattrsetstacksize.c
+++ b/cpukit/posix/src/pthreadattrsetstacksize.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c
index acbcbfc6cc..b4e4788f2e 100644
--- a/cpukit/posix/src/pthreadcreate.c
+++ b/cpukit/posix/src/pthreadcreate.c
@@ -1,9 +1,8 @@
/*
* 16.1.2 Thread Creation, P1003.1c/Draft 10, p. 144
*
- * 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/cpukit/posix/src/pthreaddetach.c b/cpukit/posix/src/pthreaddetach.c
index 6beb88ef23..aa3e2054d5 100644
--- a/cpukit/posix/src/pthreaddetach.c
+++ b/cpukit/posix/src/pthreaddetach.c
@@ -1,9 +1,8 @@
/*
* 16.1.4 Detaching a Thread, P1003.1c/Draft 10, p. 149
*
- * 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/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c
index 3ea32bfd1e..60bd0ba2ad 100644
--- a/cpukit/posix/src/pthreadequal.c
+++ b/cpukit/posix/src/pthreadequal.c
@@ -3,9 +3,8 @@
*
* NOTE: POSIX does not define the behavior when either thread id is invalid.
*
- * 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/cpukit/posix/src/pthreadexit.c b/cpukit/posix/src/pthreadexit.c
index 085db519a7..a4a2281e16 100644
--- a/cpukit/posix/src/pthreadexit.c
+++ b/cpukit/posix/src/pthreadexit.c
@@ -3,9 +3,8 @@
*
* NOTE: Key destructors are executed in the POSIX api delete extension.
*
- * 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/cpukit/posix/src/pthreadgetcpuclockid.c b/cpukit/posix/src/pthreadgetcpuclockid.c
index 05cf938559..f7d9553522 100644
--- a/cpukit/posix/src/pthreadgetcpuclockid.c
+++ b/cpukit/posix/src/pthreadgetcpuclockid.c
@@ -1,9 +1,8 @@
/*
* 20.1.6 Accessing a Thread CPU-time Clock, P1003.4b/Draft 8, p. 58
*
- * 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/cpukit/posix/src/pthreadgetcputime.c b/cpukit/posix/src/pthreadgetcputime.c
index 00abac790e..2dc56a2526 100644
--- a/cpukit/posix/src/pthreadgetcputime.c
+++ b/cpukit/posix/src/pthreadgetcputime.c
@@ -1,9 +1,8 @@
/*
* 20.1.7 CPU-time Clock Thread Creation Attribute, P1003.4b/Draft 8, p. 59
*
- * 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/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c
index 7287d09a36..258734bc5d 100644
--- a/cpukit/posix/src/pthreadgetschedparam.c
+++ b/cpukit/posix/src/pthreadgetschedparam.c
@@ -2,9 +2,8 @@
* 13.5.2 Dynamic Thread Scheduling Parameters Access,
* P1003.1c/Draft 10, p. 124
*
- * 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/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c
index 004e591eb5..491e2406e6 100644
--- a/cpukit/posix/src/pthreadjoin.c
+++ b/cpukit/posix/src/pthreadjoin.c
@@ -1,9 +1,8 @@
/*
* 16.1.3 Wait for Thread Termination, P1003.1c/Draft 10, p. 147
*
- * 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/cpukit/posix/src/pthreadkill.c b/cpukit/posix/src/pthreadkill.c
index 85fe4a35bb..6ddd1d6138 100644
--- a/cpukit/posix/src/pthreadkill.c
+++ b/cpukit/posix/src/pthreadkill.c
@@ -1,9 +1,8 @@
/*
* 3.3.10 Send a Signal to a Thread, P1003.1c/D10, p. 43
*
- * 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/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c
index 886b6ea866..49b3f31bc4 100644
--- a/cpukit/posix/src/pthreadonce.c
+++ b/cpukit/posix/src/pthreadonce.c
@@ -1,9 +1,8 @@
/*
* 16.1.8 Dynamic Package Initialization, P1003.1c/Draft 10, p. 154
*
- * 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/cpukit/posix/src/pthreadself.c b/cpukit/posix/src/pthreadself.c
index 986dd39175..838a7d3b8c 100644
--- a/cpukit/posix/src/pthreadself.c
+++ b/cpukit/posix/src/pthreadself.c
@@ -1,9 +1,8 @@
/*
* 16.1.6 Get Calling Thread's ID, p1003.1c/Draft 10, p. 152
*
- * 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/cpukit/posix/src/pthreadsetcputime.c b/cpukit/posix/src/pthreadsetcputime.c
index 3482a2593e..866a324f0e 100644
--- a/cpukit/posix/src/pthreadsetcputime.c
+++ b/cpukit/posix/src/pthreadsetcputime.c
@@ -1,9 +1,8 @@
/*
* 20.1.7 CPU-time Clock Thread Creation Attribute, P1003.4b/Draft 8, p. 59
*
- * 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/cpukit/posix/src/pthreadsetschedparam.c b/cpukit/posix/src/pthreadsetschedparam.c
index 97bc4351b7..62ec3d888d 100644
--- a/cpukit/posix/src/pthreadsetschedparam.c
+++ b/cpukit/posix/src/pthreadsetschedparam.c
@@ -2,9 +2,8 @@
* 13.5.2 Dynamic Thread Scheduling Parameters Access,
* P1003.1c/Draft 10, p. 124
*
- * 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/cpukit/posix/src/pthreadsigmask.c b/cpukit/posix/src/pthreadsigmask.c
index 1efede39c4..7511de17f8 100644
--- a/cpukit/posix/src/pthreadsigmask.c
+++ b/cpukit/posix/src/pthreadsigmask.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().
*
- * 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/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c
index 26abb4ff86..11bbc358de 100644
--- a/cpukit/posix/src/sigaction.c
+++ b/cpukit/posix/src/sigaction.c
@@ -1,9 +1,8 @@
/*
* 3.3.4 Examine and Change Signal Action, P1003.1b-1993, p. 70
*
- * 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/cpukit/posix/src/sigaddset.c b/cpukit/posix/src/sigaddset.c
index 7e8058781f..202116a1d1 100644
--- a/cpukit/posix/src/sigaddset.c
+++ b/cpukit/posix/src/sigaddset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/cpukit/posix/src/sigdelset.c b/cpukit/posix/src/sigdelset.c
index c16449c287..ac5e1adfa6 100644
--- a/cpukit/posix/src/sigdelset.c
+++ b/cpukit/posix/src/sigdelset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/cpukit/posix/src/sigemptyset.c b/cpukit/posix/src/sigemptyset.c
index 653a840d91..d771f3ede2 100644
--- a/cpukit/posix/src/sigemptyset.c
+++ b/cpukit/posix/src/sigemptyset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/cpukit/posix/src/sigfillset.c b/cpukit/posix/src/sigfillset.c
index 9ccef1a201..b3a0447602 100644
--- a/cpukit/posix/src/sigfillset.c
+++ b/cpukit/posix/src/sigfillset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/cpukit/posix/src/sigismember.c b/cpukit/posix/src/sigismember.c
index f98730a0d5..df617ad0bc 100644
--- a/cpukit/posix/src/sigismember.c
+++ b/cpukit/posix/src/sigismember.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/cpukit/posix/src/signal_2.c b/cpukit/posix/src/signal_2.c
index d3931ef362..2134339e76 100644
--- a/cpukit/posix/src/signal_2.c
+++ b/cpukit/posix/src/signal_2.c
@@ -1,9 +1,8 @@
/*
* signal(2) - Install signal 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
diff --git a/cpukit/posix/src/sigpending.c b/cpukit/posix/src/sigpending.c
index 49b34c9c46..2699645150 100644
--- a/cpukit/posix/src/sigpending.c
+++ b/cpukit/posix/src/sigpending.c
@@ -1,9 +1,8 @@
/*
* 3.3.6 Examine Pending Signals, P1003.1b-1993, p. 75
*
- * 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/cpukit/posix/src/sigprocmask.c b/cpukit/posix/src/sigprocmask.c
index dcbbcfca4f..530975c6b6 100644
--- a/cpukit/posix/src/sigprocmask.c
+++ b/cpukit/posix/src/sigprocmask.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().
*
- * 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/cpukit/posix/src/sigqueue.c b/cpukit/posix/src/sigqueue.c
index e90cf8789f..7e901565e0 100644
--- a/cpukit/posix/src/sigqueue.c
+++ b/cpukit/posix/src/sigqueue.c
@@ -1,9 +1,8 @@
/*
* 3.3.9 Queue a Signal to a Process, P1003.1b-1993, p. 78
*
- * 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/cpukit/posix/src/sigsuspend.c b/cpukit/posix/src/sigsuspend.c
index beed3af5db..898f1d0ced 100644
--- a/cpukit/posix/src/sigsuspend.c
+++ b/cpukit/posix/src/sigsuspend.c
@@ -1,9 +1,8 @@
/*
* 3.3.7 Wait for a Signal, P1003.1b-1993, p. 75
*
- * 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/cpukit/posix/src/sigtimedwait.c b/cpukit/posix/src/sigtimedwait.c
index 87bb0ff372..2134d8a82a 100644
--- a/cpukit/posix/src/sigtimedwait.c
+++ b/cpukit/posix/src/sigtimedwait.c
@@ -1,9 +1,8 @@
/*
* 3.3.8 Synchronously Accept a Signal, P1003.1b-1993, p. 76
*
- * 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/cpukit/posix/src/sigwait.c b/cpukit/posix/src/sigwait.c
index d0f026fb40..8270fb90ed 100644
--- a/cpukit/posix/src/sigwait.c
+++ b/cpukit/posix/src/sigwait.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 39 adds sigwait().
*
- * 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/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c
index ba9cd45c87..b91952ee9b 100644
--- a/cpukit/posix/src/sigwaitinfo.c
+++ b/cpukit/posix/src/sigwaitinfo.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 39 adds sigwait().
*
- * 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/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index 0db253f086..0d82b3d4d0 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -5,9 +5,8 @@
* two (2) CPU dependent files to tailor its data structures for a
* particular processor.
*
- * 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/cpukit/rtems/include/rtems/rtems/asr.h b/cpukit/rtems/include/rtems/rtems/asr.h
index 3fac2fa3e3..4a0f01e758 100644
--- a/cpukit/rtems/include/rtems/rtems/asr.h
+++ b/cpukit/rtems/include/rtems/rtems/asr.h
@@ -4,9 +4,8 @@
* with the Asynchronous Signal Handler. This Handler provides the low-level
* support required by the Signal 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/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/rtems/include/rtems/rtems/attr.h
index 215b27f9a0..cf9b073360 100644
--- a/cpukit/rtems/include/rtems/rtems/attr.h
+++ b/cpukit/rtems/include/rtems/rtems/attr.h
@@ -3,9 +3,8 @@
* This include file contains all information about the Object Attributes
* 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
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index c991d769cf..1d51e8c481 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -11,9 +11,8 @@
* + announce a clock tick
*
*
- * 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/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/rtems/include/rtems/rtems/config.h
index f395710271..4905d06c22 100644
--- a/cpukit/rtems/include/rtems/rtems/config.h
+++ b/cpukit/rtems/include/rtems/rtems/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters specific for the RTEMS API.
*
- * 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/cpukit/rtems/include/rtems/rtems/dpmem.h b/cpukit/rtems/include/rtems/rtems/dpmem.h
index a74fc90f2a..9f2f1468cd 100644
--- a/cpukit/rtems/include/rtems/rtems/dpmem.h
+++ b/cpukit/rtems/include/rtems/rtems/dpmem.h
@@ -14,9 +14,8 @@
* + convert internal to external 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/cpukit/rtems/include/rtems/rtems/event.h b/cpukit/rtems/include/rtems/rtems/event.h
index 576b1edbff..17b655d7d5 100644
--- a/cpukit/rtems/include/rtems/rtems/event.h
+++ b/cpukit/rtems/include/rtems/rtems/event.h
@@ -10,9 +10,8 @@
* + receive event condition
*
*
- * 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/cpukit/rtems/include/rtems/rtems/eventmp.h b/cpukit/rtems/include/rtems/rtems/eventmp.h
index 2d609cbb37..73611d94f0 100644
--- a/cpukit/rtems/include/rtems/rtems/eventmp.h
+++ b/cpukit/rtems/include/rtems/rtems/eventmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Event 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/cpukit/rtems/include/rtems/rtems/eventset.h b/cpukit/rtems/include/rtems/rtems/eventset.h
index fe1f9eb170..5b6d5e4409 100644
--- a/cpukit/rtems/include/rtems/rtems/eventset.h
+++ b/cpukit/rtems/include/rtems/rtems/eventset.h
@@ -4,9 +4,8 @@
* Event Sets Handler. This handler provides methods for the manipulation
* of event sets which will be sent and received by tasks.
*
- * 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/cpukit/rtems/include/rtems/rtems/intr.h b/cpukit/rtems/include/rtems/rtems/intr.h
index 168806bff2..db8cdbf360 100644
--- a/cpukit/rtems/include/rtems/rtems/intr.h
+++ b/cpukit/rtems/include/rtems/rtems/intr.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Interrupt 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/cpukit/rtems/include/rtems/rtems/message.h b/cpukit/rtems/include/rtems/rtems/message.h
index 198c93b288..485fe03fc5 100644
--- a/cpukit/rtems/include/rtems/rtems/message.h
+++ b/cpukit/rtems/include/rtems/rtems/message.h
@@ -16,9 +16,8 @@
* + flush all messages on a queue
*
*
- * 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/cpukit/rtems/include/rtems/rtems/modes.h b/cpukit/rtems/include/rtems/rtems/modes.h
index 05205078c5..eed979721d 100644
--- a/cpukit/rtems/include/rtems/rtems/modes.h
+++ b/cpukit/rtems/include/rtems/rtems/modes.h
@@ -3,9 +3,8 @@
* This include file contains all constants and structures associated
* with the RTEMS thread and RTEMS_ASR modes.
*
- * 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/cpukit/rtems/include/rtems/rtems/mp.h b/cpukit/rtems/include/rtems/rtems/mp.h
index 77dd8a707f..1e6c95e218 100644
--- a/cpukit/rtems/include/rtems/rtems/mp.h
+++ b/cpukit/rtems/include/rtems/rtems/mp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing 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/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/rtems/include/rtems/rtems/msgmp.h
index 64fa8da93b..19b52bbcc4 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/rtems/include/rtems/rtems/msgmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Message 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/cpukit/rtems/include/rtems/rtems/options.h b/cpukit/rtems/include/rtems/rtems/options.h
index 7746524f98..b65ce127b3 100644
--- a/cpukit/rtems/include/rtems/rtems/options.h
+++ b/cpukit/rtems/include/rtems/rtems/options.h
@@ -3,9 +3,8 @@
* This include file contains information which defines the
* options available on many directives.
*
- * 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/cpukit/rtems/include/rtems/rtems/part.h b/cpukit/rtems/include/rtems/rtems/part.h
index 884c9a5426..1369e475e7 100644
--- a/cpukit/rtems/include/rtems/rtems/part.h
+++ b/cpukit/rtems/include/rtems/rtems/part.h
@@ -13,9 +13,8 @@
* + get a buffer from a partition
* + return a buffer to a partition
*
- * 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/cpukit/rtems/include/rtems/rtems/partmp.h b/cpukit/rtems/include/rtems/rtems/partmp.h
index 0bac39258b..bec116367c 100644
--- a/cpukit/rtems/include/rtems/rtems/partmp.h
+++ b/cpukit/rtems/include/rtems/rtems/partmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Partition 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/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 0e1dfbfad3..bc1036043f 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -12,9 +12,8 @@
* + conclude current and start the next period
* + obtain status information on a period
*
- * 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/cpukit/rtems/include/rtems/rtems/region.h b/cpukit/rtems/include/rtems/rtems/region.h
index 93f279fcb5..f8e4bd6512 100644
--- a/cpukit/rtems/include/rtems/rtems/region.h
+++ b/cpukit/rtems/include/rtems/rtems/region.h
@@ -12,9 +12,8 @@
* + get a segment from a region
* + return a segment to a region
*
- * 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/cpukit/rtems/include/rtems/rtems/regionmp.h b/cpukit/rtems/include/rtems/rtems/regionmp.h
index fcdfa03178..0743f7b057 100644
--- a/cpukit/rtems/include/rtems/rtems/regionmp.h
+++ b/cpukit/rtems/include/rtems/rtems/regionmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Region 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/cpukit/rtems/include/rtems/rtems/rtemsapi.h b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
index dcea660f43..6b1cfd8d05 100644
--- a/cpukit/rtems/include/rtems/rtems/rtemsapi.h
+++ b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index 7b6d623b3b..d8e042d451 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -13,9 +13,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/include/rtems/rtems/semmp.h b/cpukit/rtems/include/rtems/rtems/semmp.h
index fdea66f6a4..e299e33c77 100644
--- a/cpukit/rtems/include/rtems/rtems/semmp.h
+++ b/cpukit/rtems/include/rtems/rtems/semmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Semaphore 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/cpukit/rtems/include/rtems/rtems/signal.h b/cpukit/rtems/include/rtems/rtems/signal.h
index c9424a2dfd..51b837f745 100644
--- a/cpukit/rtems/include/rtems/rtems/signal.h
+++ b/cpukit/rtems/include/rtems/rtems/signal.h
@@ -9,9 +9,8 @@
* + establish an asynchronous signal routine
* + send a signal set to a task
*
- * 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/cpukit/rtems/include/rtems/rtems/signalmp.h b/cpukit/rtems/include/rtems/rtems/signalmp.h
index 2b13a0707e..e37a8ce3a6 100644
--- a/cpukit/rtems/include/rtems/rtems/signalmp.h
+++ b/cpukit/rtems/include/rtems/rtems/signalmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Signal 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/cpukit/rtems/include/rtems/rtems/status.h b/cpukit/rtems/include/rtems/rtems/status.h
index db1cf2049c..831039b1c1 100644
--- a/cpukit/rtems/include/rtems/rtems/status.h
+++ b/cpukit/rtems/include/rtems/rtems/status.h
@@ -3,9 +3,8 @@
* This include file contains the status codes returned from the
* executive directives.
*
- * 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/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index 643b4295bd..c162a92d4f 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -3,9 +3,8 @@
* This include file contains information about support functions for
* the RTEMS API.
*
- * 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/cpukit/rtems/include/rtems/rtems/taskmp.h b/cpukit/rtems/include/rtems/rtems/taskmp.h
index a1ff0a3715..755493de5e 100644
--- a/cpukit/rtems/include/rtems/rtems/taskmp.h
+++ b/cpukit/rtems/include/rtems/rtems/taskmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the multiprocessing support in the task 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/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 3ed495bed1..fa574bba8a 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -20,9 +20,8 @@
* + wake up after interval
* + wake up when specified
*
- * 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/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/rtems/include/rtems/rtems/timer.h
index 4ef567c9bc..87e21d3228 100644
--- a/cpukit/rtems/include/rtems/rtems/timer.h
+++ b/cpukit/rtems/include/rtems/rtems/timer.h
@@ -15,9 +15,8 @@
* + reset a timer
* + cancel a time
*
- * 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/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h
index 10165a6180..dbaabe5f1d 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -2,9 +2,8 @@
*
* This include file defines the types used by the RTEMS API.
*
- * 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/cpukit/rtems/inline/rtems/rtems/asr.inl b/cpukit/rtems/inline/rtems/rtems/asr.inl
index fede9dea9b..6e4f977495 100644
--- a/cpukit/rtems/inline/rtems/rtems/asr.inl
+++ b/cpukit/rtems/inline/rtems/rtems/asr.inl
@@ -3,9 +3,8 @@
* This include file contains the implemenation of all routines
* associated with the asynchronous signal handler which are inlined.
*
- * 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/cpukit/rtems/inline/rtems/rtems/attr.inl b/cpukit/rtems/inline/rtems/rtems/attr.inl
index df4e8650b5..0f9e3bbbf9 100644
--- a/cpukit/rtems/inline/rtems/rtems/attr.inl
+++ b/cpukit/rtems/inline/rtems/rtems/attr.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with attributes.
*
- * 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/cpukit/rtems/inline/rtems/rtems/dpmem.inl b/cpukit/rtems/inline/rtems/rtems/dpmem.inl
index 777a886452..6d3cb9cd95 100644
--- a/cpukit/rtems/inline/rtems/rtems/dpmem.inl
+++ b/cpukit/rtems/inline/rtems/rtems/dpmem.inl
@@ -3,9 +3,8 @@
* This include file contains the inline routine used in conjunction
* with the Dual Ported Memory 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/cpukit/rtems/inline/rtems/rtems/event.inl b/cpukit/rtems/inline/rtems/rtems/event.inl
index a4c6ec7930..56e9810626 100644
--- a/cpukit/rtems/inline/rtems/rtems/event.inl
+++ b/cpukit/rtems/inline/rtems/rtems/event.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of
* macros for the Event 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/cpukit/rtems/inline/rtems/rtems/eventset.inl b/cpukit/rtems/inline/rtems/rtems/eventset.inl
index eed8c33751..7f2757a3da 100644
--- a/cpukit/rtems/inline/rtems/rtems/eventset.inl
+++ b/cpukit/rtems/inline/rtems/rtems/eventset.inl
@@ -2,9 +2,8 @@
*
* This include file contains the information pertaining to event sets.
*
- * 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/cpukit/rtems/inline/rtems/rtems/message.inl b/cpukit/rtems/inline/rtems/rtems/message.inl
index f3f763ca2e..ef874b7943 100644
--- a/cpukit/rtems/inline/rtems/rtems/message.inl
+++ b/cpukit/rtems/inline/rtems/rtems/message.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* inlined routines in the Message 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/cpukit/rtems/inline/rtems/rtems/modes.inl b/cpukit/rtems/inline/rtems/rtems/modes.inl
index f72c2468e3..81848712da 100644
--- a/cpukit/rtems/inline/rtems/rtems/modes.inl
+++ b/cpukit/rtems/inline/rtems/rtems/modes.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of the
* inlined routines in the Mode 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
diff --git a/cpukit/rtems/inline/rtems/rtems/options.inl b/cpukit/rtems/inline/rtems/rtems/options.inl
index f92acf56c4..568a897cec 100644
--- a/cpukit/rtems/inline/rtems/rtems/options.inl
+++ b/cpukit/rtems/inline/rtems/rtems/options.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines from the Options 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
diff --git a/cpukit/rtems/inline/rtems/rtems/part.inl b/cpukit/rtems/inline/rtems/rtems/part.inl
index 18c948d5c4..9054be3415 100644
--- a/cpukit/rtems/inline/rtems/rtems/part.inl
+++ b/cpukit/rtems/inline/rtems/rtems/part.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Partition 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/cpukit/rtems/inline/rtems/rtems/ratemon.inl b/cpukit/rtems/inline/rtems/rtems/ratemon.inl
index f1293ef75a..2d0216e2ca 100644
--- a/cpukit/rtems/inline/rtems/rtems/ratemon.inl
+++ b/cpukit/rtems/inline/rtems/rtems/ratemon.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines in the Rate Monotonic 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/cpukit/rtems/inline/rtems/rtems/region.inl b/cpukit/rtems/inline/rtems/rtems/region.inl
index 37f098ae63..1f2b8f766c 100644
--- a/cpukit/rtems/inline/rtems/rtems/region.inl
+++ b/cpukit/rtems/inline/rtems/rtems/region.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Region 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/cpukit/rtems/inline/rtems/rtems/sem.inl b/cpukit/rtems/inline/rtems/rtems/sem.inl
index 75774b2917..4c5d1d63f8 100644
--- a/cpukit/rtems/inline/rtems/rtems/sem.inl
+++ b/cpukit/rtems/inline/rtems/rtems/sem.inl
@@ -3,9 +3,8 @@
* This file contains the static inlin implementation of the inlined
* routines from the Semaphore 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/cpukit/rtems/inline/rtems/rtems/status.inl b/cpukit/rtems/inline/rtems/rtems/status.inl
index b9182c6f63..c67719c82f 100644
--- a/cpukit/rtems/inline/rtems/rtems/status.inl
+++ b/cpukit/rtems/inline/rtems/rtems/status.inl
@@ -3,9 +3,8 @@
* This include file contains the implementations of the inlined
* routines for the status 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/cpukit/rtems/inline/rtems/rtems/support.inl b/cpukit/rtems/inline/rtems/rtems/support.inl
index 06de8d1f59..4ab212ee49 100644
--- a/cpukit/rtems/inline/rtems/rtems/support.inl
+++ b/cpukit/rtems/inline/rtems/rtems/support.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* of the inlined routines specific to the RTEMS API.
*
- * 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/cpukit/rtems/inline/rtems/rtems/tasks.inl b/cpukit/rtems/inline/rtems/rtems/tasks.inl
index 34c1e055a8..5313a3ae7e 100644
--- a/cpukit/rtems/inline/rtems/rtems/tasks.inl
+++ b/cpukit/rtems/inline/rtems/rtems/tasks.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of all inlined
* routines in the with RTEMS Tasks 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/cpukit/rtems/inline/rtems/rtems/timer.inl b/cpukit/rtems/inline/rtems/rtems/timer.inl
index b884e02f4d..a887553ce4 100644
--- a/cpukit/rtems/inline/rtems/rtems/timer.inl
+++ b/cpukit/rtems/inline/rtems/rtems/timer.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined routines
* from the Timer 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/cpukit/rtems/macros/rtems/rtems/asr.inl b/cpukit/rtems/macros/rtems/rtems/asr.inl
index d3ed229ca9..f2943078da 100644
--- a/cpukit/rtems/macros/rtems/rtems/asr.inl
+++ b/cpukit/rtems/macros/rtems/rtems/asr.inl
@@ -3,9 +3,8 @@
* This include file contains the implemenation of all routines
* associated with the asynchronous signal handler which are inlined.
*
- * 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/cpukit/rtems/macros/rtems/rtems/attr.inl b/cpukit/rtems/macros/rtems/rtems/attr.inl
index 2d8303db11..035a6b8bc5 100644
--- a/cpukit/rtems/macros/rtems/rtems/attr.inl
+++ b/cpukit/rtems/macros/rtems/rtems/attr.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with attributes.
*
- * 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/cpukit/rtems/macros/rtems/rtems/dpmem.inl b/cpukit/rtems/macros/rtems/rtems/dpmem.inl
index 171f15d8e9..590bb0f71a 100644
--- a/cpukit/rtems/macros/rtems/rtems/dpmem.inl
+++ b/cpukit/rtems/macros/rtems/rtems/dpmem.inl
@@ -3,9 +3,8 @@
* This include file contains the inline routine used in conjunction
* with the Dual Ported Memory 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/cpukit/rtems/macros/rtems/rtems/event.inl b/cpukit/rtems/macros/rtems/rtems/event.inl
index e0d18e7817..5ca092bee0 100644
--- a/cpukit/rtems/macros/rtems/rtems/event.inl
+++ b/cpukit/rtems/macros/rtems/rtems/event.inl
@@ -3,9 +3,8 @@
* This include file contains the implementation of macros for
* the Event 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/cpukit/rtems/macros/rtems/rtems/eventset.inl b/cpukit/rtems/macros/rtems/rtems/eventset.inl
index 3eeb2bea63..364887bd44 100644
--- a/cpukit/rtems/macros/rtems/rtems/eventset.inl
+++ b/cpukit/rtems/macros/rtems/rtems/eventset.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of inlined
* routines in the event set object.
*
- * 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/cpukit/rtems/macros/rtems/rtems/message.inl b/cpukit/rtems/macros/rtems/rtems/message.inl
index 537701d41b..ff087b96b9 100644
--- a/cpukit/rtems/macros/rtems/rtems/message.inl
+++ b/cpukit/rtems/macros/rtems/rtems/message.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the Message 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/cpukit/rtems/macros/rtems/rtems/modes.inl b/cpukit/rtems/macros/rtems/rtems/modes.inl
index e84bf25b32..6e0920838a 100644
--- a/cpukit/rtems/macros/rtems/rtems/modes.inl
+++ b/cpukit/rtems/macros/rtems/rtems/modes.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of the
* inlined routines in the Mode 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
diff --git a/cpukit/rtems/macros/rtems/rtems/options.inl b/cpukit/rtems/macros/rtems/rtems/options.inl
index 78068ab17c..b0d816ed6d 100644
--- a/cpukit/rtems/macros/rtems/rtems/options.inl
+++ b/cpukit/rtems/macros/rtems/rtems/options.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Options 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
diff --git a/cpukit/rtems/macros/rtems/rtems/part.inl b/cpukit/rtems/macros/rtems/rtems/part.inl
index 027a7427e5..050b350b05 100644
--- a/cpukit/rtems/macros/rtems/rtems/part.inl
+++ b/cpukit/rtems/macros/rtems/rtems/part.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Partition 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/cpukit/rtems/macros/rtems/rtems/ratemon.inl b/cpukit/rtems/macros/rtems/rtems/ratemon.inl
index 8a550d91e0..c177b6a862 100644
--- a/cpukit/rtems/macros/rtems/rtems/ratemon.inl
+++ b/cpukit/rtems/macros/rtems/rtems/ratemon.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines in the Rate Monotonic 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/cpukit/rtems/macros/rtems/rtems/region.inl b/cpukit/rtems/macros/rtems/rtems/region.inl
index 8c36bdeb34..2576a08bec 100644
--- a/cpukit/rtems/macros/rtems/rtems/region.inl
+++ b/cpukit/rtems/macros/rtems/rtems/region.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Region 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/cpukit/rtems/macros/rtems/rtems/sem.inl b/cpukit/rtems/macros/rtems/rtems/sem.inl
index 132422a30b..31009ddb68 100644
--- a/cpukit/rtems/macros/rtems/rtems/sem.inl
+++ b/cpukit/rtems/macros/rtems/rtems/sem.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Semaphore 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/cpukit/rtems/macros/rtems/rtems/status.inl b/cpukit/rtems/macros/rtems/rtems/status.inl
index 6db9086df0..6559d04bb3 100644
--- a/cpukit/rtems/macros/rtems/rtems/status.inl
+++ b/cpukit/rtems/macros/rtems/rtems/status.inl
@@ -3,9 +3,8 @@
* This include file contains the implementations of the inlined
* routines for the status 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/cpukit/rtems/macros/rtems/rtems/support.inl b/cpukit/rtems/macros/rtems/rtems/support.inl
index fc84a2e7ee..b62b545a8d 100644
--- a/cpukit/rtems/macros/rtems/rtems/support.inl
+++ b/cpukit/rtems/macros/rtems/rtems/support.inl
@@ -3,9 +3,8 @@
* This include file contains the macros implementation of all
* of the inlined routines specific to the RTEMS API.
*
- * 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/cpukit/rtems/macros/rtems/rtems/tasks.inl b/cpukit/rtems/macros/rtems/rtems/tasks.inl
index a60d80d60c..a30247b12a 100644
--- a/cpukit/rtems/macros/rtems/rtems/tasks.inl
+++ b/cpukit/rtems/macros/rtems/rtems/tasks.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined
* routines in the with RTEMS Tasks 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/cpukit/rtems/macros/rtems/rtems/timer.inl b/cpukit/rtems/macros/rtems/rtems/timer.inl
index 5dc329a203..36b0fdfe85 100644
--- a/cpukit/rtems/macros/rtems/rtems/timer.inl
+++ b/cpukit/rtems/macros/rtems/rtems/timer.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Timer 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/cpukit/rtems/src/attr.c b/cpukit/rtems/src/attr.c
index ea0f68be70..bff1e61a16 100644
--- a/cpukit/rtems/src/attr.c
+++ b/cpukit/rtems/src/attr.c
@@ -2,9 +2,8 @@
* Body for Attribute 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/cpukit/rtems/src/clockget.c b/cpukit/rtems/src/clockget.c
index d6b7173eec..e143aba213 100644
--- a/cpukit/rtems/src/clockget.c
+++ b/cpukit/rtems/src/clockget.c
@@ -1,9 +1,8 @@
/*
* Clock 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/cpukit/rtems/src/clockset.c b/cpukit/rtems/src/clockset.c
index c0b4285a4d..cc2d2c68d9 100644
--- a/cpukit/rtems/src/clockset.c
+++ b/cpukit/rtems/src/clockset.c
@@ -1,9 +1,8 @@
/*
* Clock 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/cpukit/rtems/src/clocktick.c b/cpukit/rtems/src/clocktick.c
index b07c9cb1a0..d80725a1b2 100644
--- a/cpukit/rtems/src/clocktick.c
+++ b/cpukit/rtems/src/clocktick.c
@@ -1,9 +1,8 @@
/*
* Clock 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/cpukit/rtems/src/clocktodtoseconds.c b/cpukit/rtems/src/clocktodtoseconds.c
index 6f5bd032a0..16e9d24a1e 100644
--- a/cpukit/rtems/src/clocktodtoseconds.c
+++ b/cpukit/rtems/src/clocktodtoseconds.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/rtems/src/clocktodvalidate.c b/cpukit/rtems/src/clocktodvalidate.c
index 902079f5e5..18f377e500 100644
--- a/cpukit/rtems/src/clocktodvalidate.c
+++ b/cpukit/rtems/src/clocktodvalidate.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/rtems/src/dpmem.c b/cpukit/rtems/src/dpmem.c
index e3269593f9..38ca108a1a 100644
--- a/cpukit/rtems/src/dpmem.c
+++ b/cpukit/rtems/src/dpmem.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/cpukit/rtems/src/dpmemcreate.c b/cpukit/rtems/src/dpmemcreate.c
index 9e71d78365..8d4bdbdb10 100644
--- a/cpukit/rtems/src/dpmemcreate.c
+++ b/cpukit/rtems/src/dpmemcreate.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/cpukit/rtems/src/dpmemdelete.c b/cpukit/rtems/src/dpmemdelete.c
index 6162e0bab1..872e2626f0 100644
--- a/cpukit/rtems/src/dpmemdelete.c
+++ b/cpukit/rtems/src/dpmemdelete.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/cpukit/rtems/src/dpmemexternal2internal.c b/cpukit/rtems/src/dpmemexternal2internal.c
index 082de3a0d8..92407a3b55 100644
--- a/cpukit/rtems/src/dpmemexternal2internal.c
+++ b/cpukit/rtems/src/dpmemexternal2internal.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/cpukit/rtems/src/dpmemident.c b/cpukit/rtems/src/dpmemident.c
index 167327ce9a..cdfd42abd1 100644
--- a/cpukit/rtems/src/dpmemident.c
+++ b/cpukit/rtems/src/dpmemident.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/cpukit/rtems/src/dpmeminternal2external.c b/cpukit/rtems/src/dpmeminternal2external.c
index adfbf09933..23bc02e43f 100644
--- a/cpukit/rtems/src/dpmeminternal2external.c
+++ b/cpukit/rtems/src/dpmeminternal2external.c
@@ -1,9 +1,8 @@
/*
* Dual Port Memory 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/cpukit/rtems/src/event.c b/cpukit/rtems/src/event.c
index 3b79609f92..f11cd8c167 100644
--- a/cpukit/rtems/src/event.c
+++ b/cpukit/rtems/src/event.c
@@ -1,9 +1,8 @@
/*
* Event 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/cpukit/rtems/src/eventmp.c b/cpukit/rtems/src/eventmp.c
index 4a561e69a2..13fb4f7abd 100644
--- a/cpukit/rtems/src/eventmp.c
+++ b/cpukit/rtems/src/eventmp.c
@@ -1,9 +1,8 @@
/*
* Multiprocessing Support for the Event 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/cpukit/rtems/src/eventreceive.c b/cpukit/rtems/src/eventreceive.c
index 8f9c424ca9..7b8f477ea0 100644
--- a/cpukit/rtems/src/eventreceive.c
+++ b/cpukit/rtems/src/eventreceive.c
@@ -1,9 +1,8 @@
/*
* Event 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/cpukit/rtems/src/eventseize.c b/cpukit/rtems/src/eventseize.c
index 12c1e42fa8..ca41c65b6a 100644
--- a/cpukit/rtems/src/eventseize.c
+++ b/cpukit/rtems/src/eventseize.c
@@ -1,9 +1,8 @@
/*
* Event 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/cpukit/rtems/src/eventsend.c b/cpukit/rtems/src/eventsend.c
index 4dd29339fc..62a5b48162 100644
--- a/cpukit/rtems/src/eventsend.c
+++ b/cpukit/rtems/src/eventsend.c
@@ -1,9 +1,8 @@
/*
* Event 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/cpukit/rtems/src/eventsurrender.c b/cpukit/rtems/src/eventsurrender.c
index 957171c709..7785bb6395 100644
--- a/cpukit/rtems/src/eventsurrender.c
+++ b/cpukit/rtems/src/eventsurrender.c
@@ -1,9 +1,8 @@
/*
* Event 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/cpukit/rtems/src/eventtimeout.c b/cpukit/rtems/src/eventtimeout.c
index f170a90f68..bb5eaa403c 100644
--- a/cpukit/rtems/src/eventtimeout.c
+++ b/cpukit/rtems/src/eventtimeout.c
@@ -1,9 +1,8 @@
/*
* Event 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/cpukit/rtems/src/intr.c b/cpukit/rtems/src/intr.c
index de4703e949..9663e7cfb0 100644
--- a/cpukit/rtems/src/intr.c
+++ b/cpukit/rtems/src/intr.c
@@ -2,9 +2,8 @@
* Interrupt 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/cpukit/rtems/src/intrbody.c b/cpukit/rtems/src/intrbody.c
index d72e21281d..4a265d5c1f 100644
--- a/cpukit/rtems/src/intrbody.c
+++ b/cpukit/rtems/src/intrbody.c
@@ -2,9 +2,8 @@
* Bodies for Inlined Interrupt Manager 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/cpukit/rtems/src/intrcatch.c b/cpukit/rtems/src/intrcatch.c
index 6ceedd7069..4b68d5dbfd 100644
--- a/cpukit/rtems/src/intrcatch.c
+++ b/cpukit/rtems/src/intrcatch.c
@@ -2,9 +2,8 @@
* Interrupt 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/cpukit/rtems/src/mp.c b/cpukit/rtems/src/mp.c
index 7d9f93c51c..d6e575cfc0 100644
--- a/cpukit/rtems/src/mp.c
+++ b/cpukit/rtems/src/mp.c
@@ -2,9 +2,8 @@
* Multiprocessing 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/cpukit/rtems/src/msg.c b/cpukit/rtems/src/msg.c
index 19b090ec0e..4e68b175b3 100644
--- a/cpukit/rtems/src/msg.c
+++ b/cpukit/rtems/src/msg.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgmp.c b/cpukit/rtems/src/msgmp.c
index 26d56f0d59..6d48ff4955 100644
--- a/cpukit/rtems/src/msgmp.c
+++ b/cpukit/rtems/src/msgmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Message Queue 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/cpukit/rtems/src/msgqallocate.c b/cpukit/rtems/src/msgqallocate.c
index 6a2cf65523..6945a13415 100644
--- a/cpukit/rtems/src/msgqallocate.c
+++ b/cpukit/rtems/src/msgqallocate.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqbroadcast.c b/cpukit/rtems/src/msgqbroadcast.c
index 470be7d84e..bd79602b6b 100644
--- a/cpukit/rtems/src/msgqbroadcast.c
+++ b/cpukit/rtems/src/msgqbroadcast.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqcreate.c b/cpukit/rtems/src/msgqcreate.c
index 11d1e7d297..395cbf3a02 100644
--- a/cpukit/rtems/src/msgqcreate.c
+++ b/cpukit/rtems/src/msgqcreate.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqdelete.c b/cpukit/rtems/src/msgqdelete.c
index 059cdeb6ea..715fb7bced 100644
--- a/cpukit/rtems/src/msgqdelete.c
+++ b/cpukit/rtems/src/msgqdelete.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqflush.c b/cpukit/rtems/src/msgqflush.c
index 969180e412..b4ce3ae375 100644
--- a/cpukit/rtems/src/msgqflush.c
+++ b/cpukit/rtems/src/msgqflush.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqgetnumberpending.c b/cpukit/rtems/src/msgqgetnumberpending.c
index 37a2bdf07d..c2cad97198 100644
--- a/cpukit/rtems/src/msgqgetnumberpending.c
+++ b/cpukit/rtems/src/msgqgetnumberpending.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqident.c b/cpukit/rtems/src/msgqident.c
index 25d386bdf6..eb04c28c55 100644
--- a/cpukit/rtems/src/msgqident.c
+++ b/cpukit/rtems/src/msgqident.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqreceive.c b/cpukit/rtems/src/msgqreceive.c
index 8883d501e0..b078049276 100644
--- a/cpukit/rtems/src/msgqreceive.c
+++ b/cpukit/rtems/src/msgqreceive.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqsend.c b/cpukit/rtems/src/msgqsend.c
index c657a88a60..2010e4a6b9 100644
--- a/cpukit/rtems/src/msgqsend.c
+++ b/cpukit/rtems/src/msgqsend.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqsubmit.c b/cpukit/rtems/src/msgqsubmit.c
index 753ba35694..5a03f6409a 100644
--- a/cpukit/rtems/src/msgqsubmit.c
+++ b/cpukit/rtems/src/msgqsubmit.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqtranslatereturncode.c b/cpukit/rtems/src/msgqtranslatereturncode.c
index b2246dc1b1..34c818a145 100644
--- a/cpukit/rtems/src/msgqtranslatereturncode.c
+++ b/cpukit/rtems/src/msgqtranslatereturncode.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/msgqurgent.c b/cpukit/rtems/src/msgqurgent.c
index 037e65938b..ddff018b13 100644
--- a/cpukit/rtems/src/msgqurgent.c
+++ b/cpukit/rtems/src/msgqurgent.c
@@ -2,9 +2,8 @@
* Message Queue 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/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c
index 89c9ac3f3f..7e13628450 100644
--- a/cpukit/rtems/src/part.c
+++ b/cpukit/rtems/src/part.c
@@ -2,9 +2,8 @@
* Partition 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/cpukit/rtems/src/partcreate.c b/cpukit/rtems/src/partcreate.c
index 5c3098f02f..70b0585df7 100644
--- a/cpukit/rtems/src/partcreate.c
+++ b/cpukit/rtems/src/partcreate.c
@@ -2,9 +2,8 @@
* Partition 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/cpukit/rtems/src/partdelete.c b/cpukit/rtems/src/partdelete.c
index d4bcc9932d..2872c19991 100644
--- a/cpukit/rtems/src/partdelete.c
+++ b/cpukit/rtems/src/partdelete.c
@@ -2,9 +2,8 @@
* Partition 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/cpukit/rtems/src/partgetbuffer.c b/cpukit/rtems/src/partgetbuffer.c
index d62647b3f8..761add6727 100644
--- a/cpukit/rtems/src/partgetbuffer.c
+++ b/cpukit/rtems/src/partgetbuffer.c
@@ -2,9 +2,8 @@
* Partition 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/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c
index 2f86e17a39..2f7029cd63 100644
--- a/cpukit/rtems/src/partident.c
+++ b/cpukit/rtems/src/partident.c
@@ -2,9 +2,8 @@
* Partition 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/cpukit/rtems/src/partmp.c b/cpukit/rtems/src/partmp.c
index 17234974ef..88838f86b3 100644
--- a/cpukit/rtems/src/partmp.c
+++ b/cpukit/rtems/src/partmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Partition 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/cpukit/rtems/src/partreturnbuffer.c b/cpukit/rtems/src/partreturnbuffer.c
index 3b68e53bff..2e8008c146 100644
--- a/cpukit/rtems/src/partreturnbuffer.c
+++ b/cpukit/rtems/src/partreturnbuffer.c
@@ -2,9 +2,8 @@
* Partition 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/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c
index 5df26ee608..29ded58b6a 100644
--- a/cpukit/rtems/src/ratemon.c
+++ b/cpukit/rtems/src/ratemon.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemoncancel.c b/cpukit/rtems/src/ratemoncancel.c
index 0bc3fc6fc3..6281b6527e 100644
--- a/cpukit/rtems/src/ratemoncancel.c
+++ b/cpukit/rtems/src/ratemoncancel.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemoncreate.c b/cpukit/rtems/src/ratemoncreate.c
index 413da155eb..1fb4a9d466 100644
--- a/cpukit/rtems/src/ratemoncreate.c
+++ b/cpukit/rtems/src/ratemoncreate.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemondelete.c b/cpukit/rtems/src/ratemondelete.c
index 08d304c75a..8d144e1b09 100644
--- a/cpukit/rtems/src/ratemondelete.c
+++ b/cpukit/rtems/src/ratemondelete.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemongetstatus.c b/cpukit/rtems/src/ratemongetstatus.c
index 4a05a93ca6..a53a586974 100644
--- a/cpukit/rtems/src/ratemongetstatus.c
+++ b/cpukit/rtems/src/ratemongetstatus.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemonident.c b/cpukit/rtems/src/ratemonident.c
index 0dba33504a..8c18975009 100644
--- a/cpukit/rtems/src/ratemonident.c
+++ b/cpukit/rtems/src/ratemonident.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemonperiod.c b/cpukit/rtems/src/ratemonperiod.c
index 95a09c453e..6d031cf218 100644
--- a/cpukit/rtems/src/ratemonperiod.c
+++ b/cpukit/rtems/src/ratemonperiod.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/ratemontimeout.c b/cpukit/rtems/src/ratemontimeout.c
index 6c8a1976f4..0a53059d1b 100644
--- a/cpukit/rtems/src/ratemontimeout.c
+++ b/cpukit/rtems/src/ratemontimeout.c
@@ -2,9 +2,8 @@
* Rate Monotonic 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/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index fc9a7c34ed..b00ba8bf52 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regioncreate.c b/cpukit/rtems/src/regioncreate.c
index 49be2c5802..cacef3fe0b 100644
--- a/cpukit/rtems/src/regioncreate.c
+++ b/cpukit/rtems/src/regioncreate.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regiondelete.c b/cpukit/rtems/src/regiondelete.c
index 59e38464b0..669923c2e7 100644
--- a/cpukit/rtems/src/regiondelete.c
+++ b/cpukit/rtems/src/regiondelete.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regionextend.c b/cpukit/rtems/src/regionextend.c
index ab2eb5f713..0bbfac73b4 100644
--- a/cpukit/rtems/src/regionextend.c
+++ b/cpukit/rtems/src/regionextend.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regiongetsegment.c b/cpukit/rtems/src/regiongetsegment.c
index 68d05fbc12..07a31c011e 100644
--- a/cpukit/rtems/src/regiongetsegment.c
+++ b/cpukit/rtems/src/regiongetsegment.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regiongetsegmentsize.c b/cpukit/rtems/src/regiongetsegmentsize.c
index 726f47cf2d..63d8c96b1c 100644
--- a/cpukit/rtems/src/regiongetsegmentsize.c
+++ b/cpukit/rtems/src/regiongetsegmentsize.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regionident.c b/cpukit/rtems/src/regionident.c
index 3ad1687ccf..57ca7638ed 100644
--- a/cpukit/rtems/src/regionident.c
+++ b/cpukit/rtems/src/regionident.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/regionmp.c b/cpukit/rtems/src/regionmp.c
index 0b833f8671..bd19e43ad0 100644
--- a/cpukit/rtems/src/regionmp.c
+++ b/cpukit/rtems/src/regionmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Region 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/cpukit/rtems/src/regionreturnsegment.c b/cpukit/rtems/src/regionreturnsegment.c
index 950cc7118a..e5174e578b 100644
--- a/cpukit/rtems/src/regionreturnsegment.c
+++ b/cpukit/rtems/src/regionreturnsegment.c
@@ -2,9 +2,8 @@
* Region 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/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c
index 84b1cd408a..7c5967f895 100644
--- a/cpukit/rtems/src/rtclock.c
+++ b/cpukit/rtems/src/rtclock.c
@@ -1,9 +1,8 @@
/*
* Clock 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/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c
index 67d9c4ce89..e413681549 100644
--- a/cpukit/rtems/src/rtemstimer.c
+++ b/cpukit/rtems/src/rtemstimer.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/sem.c b/cpukit/rtems/src/sem.c
index f0c03334b7..6f2db08ded 100644
--- a/cpukit/rtems/src/sem.c
+++ b/cpukit/rtems/src/sem.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/semcreate.c b/cpukit/rtems/src/semcreate.c
index d17d6aa09c..84a960f5b2 100644
--- a/cpukit/rtems/src/semcreate.c
+++ b/cpukit/rtems/src/semcreate.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/semdelete.c b/cpukit/rtems/src/semdelete.c
index 8062bb7064..3bbc4001a1 100644
--- a/cpukit/rtems/src/semdelete.c
+++ b/cpukit/rtems/src/semdelete.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/semflush.c b/cpukit/rtems/src/semflush.c
index 2c0c4f5073..43e690479a 100644
--- a/cpukit/rtems/src/semflush.c
+++ b/cpukit/rtems/src/semflush.c
@@ -6,9 +6,8 @@
* This package is the implementation of the flush directive
* of the Semaphore 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/cpukit/rtems/src/semident.c b/cpukit/rtems/src/semident.c
index 15c26f0b05..638cda505e 100644
--- a/cpukit/rtems/src/semident.c
+++ b/cpukit/rtems/src/semident.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/semmp.c b/cpukit/rtems/src/semmp.c
index 7b87720c87..f479467bc9 100644
--- a/cpukit/rtems/src/semmp.c
+++ b/cpukit/rtems/src/semmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Semaphore 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/cpukit/rtems/src/semobtain.c b/cpukit/rtems/src/semobtain.c
index c73d84a6da..5c8eb400fb 100644
--- a/cpukit/rtems/src/semobtain.c
+++ b/cpukit/rtems/src/semobtain.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/semrelease.c b/cpukit/rtems/src/semrelease.c
index 18436fb965..d33c857437 100644
--- a/cpukit/rtems/src/semrelease.c
+++ b/cpukit/rtems/src/semrelease.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/semtranslatereturncode.c b/cpukit/rtems/src/semtranslatereturncode.c
index c2213835ca..0f9bf7d3f5 100644
--- a/cpukit/rtems/src/semtranslatereturncode.c
+++ b/cpukit/rtems/src/semtranslatereturncode.c
@@ -15,9 +15,8 @@
* + acquire a semaphore
* + release a semaphore
*
- * 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/cpukit/rtems/src/signal.c b/cpukit/rtems/src/signal.c
index c71afdc643..618eb22824 100644
--- a/cpukit/rtems/src/signal.c
+++ b/cpukit/rtems/src/signal.c
@@ -2,9 +2,8 @@
* Signal 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/cpukit/rtems/src/signalcatch.c b/cpukit/rtems/src/signalcatch.c
index ee2327187a..d07d1d5fca 100644
--- a/cpukit/rtems/src/signalcatch.c
+++ b/cpukit/rtems/src/signalcatch.c
@@ -2,9 +2,8 @@
* Signal 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/cpukit/rtems/src/signalmp.c b/cpukit/rtems/src/signalmp.c
index f78e94d366..e50f9ea6da 100644
--- a/cpukit/rtems/src/signalmp.c
+++ b/cpukit/rtems/src/signalmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Signal 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/cpukit/rtems/src/signalsend.c b/cpukit/rtems/src/signalsend.c
index 1191f4e7f6..cb808dc8fb 100644
--- a/cpukit/rtems/src/signalsend.c
+++ b/cpukit/rtems/src/signalsend.c
@@ -2,9 +2,8 @@
* Signal 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/cpukit/rtems/src/taskcreate.c b/cpukit/rtems/src/taskcreate.c
index c5945a5332..6183079c66 100644
--- a/cpukit/rtems/src/taskcreate.c
+++ b/cpukit/rtems/src/taskcreate.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskdelete.c b/cpukit/rtems/src/taskdelete.c
index b9a8a47d7a..a5d09d2749 100644
--- a/cpukit/rtems/src/taskdelete.c
+++ b/cpukit/rtems/src/taskdelete.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskgetnote.c b/cpukit/rtems/src/taskgetnote.c
index dafbbaba3b..47e6c24bef 100644
--- a/cpukit/rtems/src/taskgetnote.c
+++ b/cpukit/rtems/src/taskgetnote.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskident.c b/cpukit/rtems/src/taskident.c
index ac2b707279..7d6baff020 100644
--- a/cpukit/rtems/src/taskident.c
+++ b/cpukit/rtems/src/taskident.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskinitusers.c b/cpukit/rtems/src/taskinitusers.c
index 648c059a22..dceb32a194 100644
--- a/cpukit/rtems/src/taskinitusers.c
+++ b/cpukit/rtems/src/taskinitusers.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskissuspended.c b/cpukit/rtems/src/taskissuspended.c
index 2ff1dc18eb..bea81e8126 100644
--- a/cpukit/rtems/src/taskissuspended.c
+++ b/cpukit/rtems/src/taskissuspended.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskmode.c b/cpukit/rtems/src/taskmode.c
index 2dc96a8a5d..008447c42c 100644
--- a/cpukit/rtems/src/taskmode.c
+++ b/cpukit/rtems/src/taskmode.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskmp.c b/cpukit/rtems/src/taskmp.c
index 5d5f3df763..7e5baca9a3 100644
--- a/cpukit/rtems/src/taskmp.c
+++ b/cpukit/rtems/src/taskmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the RTEMS Task 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/cpukit/rtems/src/taskrestart.c b/cpukit/rtems/src/taskrestart.c
index 14e11a06d7..f7f14efaef 100644
--- a/cpukit/rtems/src/taskrestart.c
+++ b/cpukit/rtems/src/taskrestart.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskresume.c b/cpukit/rtems/src/taskresume.c
index 92360db43b..226c6942fe 100644
--- a/cpukit/rtems/src/taskresume.c
+++ b/cpukit/rtems/src/taskresume.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index d49236cadf..bbd9ff0dd8 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/tasksetnote.c b/cpukit/rtems/src/tasksetnote.c
index 982d111b7c..d992bf48ca 100644
--- a/cpukit/rtems/src/tasksetnote.c
+++ b/cpukit/rtems/src/tasksetnote.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/tasksetpriority.c b/cpukit/rtems/src/tasksetpriority.c
index 469dde3ee4..426d9dc123 100644
--- a/cpukit/rtems/src/tasksetpriority.c
+++ b/cpukit/rtems/src/tasksetpriority.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskstart.c b/cpukit/rtems/src/taskstart.c
index 45a89eba63..6764333d87 100644
--- a/cpukit/rtems/src/taskstart.c
+++ b/cpukit/rtems/src/taskstart.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/tasksuspend.c b/cpukit/rtems/src/tasksuspend.c
index 04fafcbea9..a0ff597c8d 100644
--- a/cpukit/rtems/src/tasksuspend.c
+++ b/cpukit/rtems/src/tasksuspend.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskvariableadd.c b/cpukit/rtems/src/taskvariableadd.c
index 8928f6d7d7..4ba8b7b21b 100644
--- a/cpukit/rtems/src/taskvariableadd.c
+++ b/cpukit/rtems/src/taskvariableadd.c
@@ -2,9 +2,8 @@
* rtems_task_variable_add - Add a per-task variable
*
*
- * 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/cpukit/rtems/src/taskvariabledelete.c b/cpukit/rtems/src/taskvariabledelete.c
index 82fd444bd8..eddaf1903d 100644
--- a/cpukit/rtems/src/taskvariabledelete.c
+++ b/cpukit/rtems/src/taskvariabledelete.c
@@ -2,9 +2,8 @@
* rtems_task_variable_delete - Delete a per-task variable
*
*
- * 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/cpukit/rtems/src/taskwakeafter.c b/cpukit/rtems/src/taskwakeafter.c
index 5e83aaee5e..65ecfa64d2 100644
--- a/cpukit/rtems/src/taskwakeafter.c
+++ b/cpukit/rtems/src/taskwakeafter.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/taskwakewhen.c b/cpukit/rtems/src/taskwakewhen.c
index 238bbb7dcd..3469b7ee17 100644
--- a/cpukit/rtems/src/taskwakewhen.c
+++ b/cpukit/rtems/src/taskwakewhen.c
@@ -2,9 +2,8 @@
* RTEMS Task 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/cpukit/rtems/src/timercancel.c b/cpukit/rtems/src/timercancel.c
index c223ad5332..9db829d717 100644
--- a/cpukit/rtems/src/timercancel.c
+++ b/cpukit/rtems/src/timercancel.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/timercreate.c b/cpukit/rtems/src/timercreate.c
index 72b0f4add8..33e7f00d79 100644
--- a/cpukit/rtems/src/timercreate.c
+++ b/cpukit/rtems/src/timercreate.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/timerdelete.c b/cpukit/rtems/src/timerdelete.c
index c7a0d6c092..c207cb0ab7 100644
--- a/cpukit/rtems/src/timerdelete.c
+++ b/cpukit/rtems/src/timerdelete.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/timerfireafter.c b/cpukit/rtems/src/timerfireafter.c
index 6a19d3184c..f31b63ae92 100644
--- a/cpukit/rtems/src/timerfireafter.c
+++ b/cpukit/rtems/src/timerfireafter.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/timerfirewhen.c b/cpukit/rtems/src/timerfirewhen.c
index a74d27e80b..309261351a 100644
--- a/cpukit/rtems/src/timerfirewhen.c
+++ b/cpukit/rtems/src/timerfirewhen.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/timerident.c b/cpukit/rtems/src/timerident.c
index 568233ce40..492f55c6ac 100644
--- a/cpukit/rtems/src/timerident.c
+++ b/cpukit/rtems/src/timerident.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/rtems/src/timerreset.c b/cpukit/rtems/src/timerreset.c
index 1ef029b562..f538098b1e 100644
--- a/cpukit/rtems/src/timerreset.c
+++ b/cpukit/rtems/src/timerreset.c
@@ -2,9 +2,8 @@
* Timer 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/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 152ae790df..8e2e876aad 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -4,9 +4,8 @@
* be used by the single processor tests to define its default configuration
* parameters.
*
- * 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/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 636813edc5..bd8d972fc2 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters.
*
- * 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/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index 9b6b21c70e..ed532658f2 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -10,9 +10,8 @@
* + get ID of user extension set
* + delete user extension set
*
- * 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/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index 7f0a7b443a..fd50518aef 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/sapi/include/rtems/fatal.h
@@ -9,9 +9,8 @@
* + announce a fatal error has occurred
*
*
- * 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/cpukit/sapi/include/rtems/init.h b/cpukit/sapi/include/rtems/init.h
index a4f24d8010..0aa86a29ef 100644
--- a/cpukit/sapi/include/rtems/init.h
+++ b/cpukit/sapi/include/rtems/init.h
@@ -12,9 +12,8 @@
* + shutdown the RTEMS executive
*
*
- * 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/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index 11b4f812cd..55a9aac7b4 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/sapi/include/rtems/io.h
@@ -14,9 +14,8 @@
* + write to a device driver
* + special device services
*
- * 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/cpukit/sapi/include/rtems/mptables.h b/cpukit/sapi/include/rtems/mptables.h
index 8fdbdfebd2..f1e7435442 100644
--- a/cpukit/sapi/include/rtems/mptables.h
+++ b/cpukit/sapi/include/rtems/mptables.h
@@ -3,9 +3,8 @@
* This include file contains the executive's pre-initialized tables
* used in a multiprocessor 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/cpukit/sapi/include/rtems/sptables.h.in b/cpukit/sapi/include/rtems/sptables.h.in
index de98be836c..4d1425120b 100644
--- a/cpukit/sapi/include/rtems/sptables.h.in
+++ b/cpukit/sapi/include/rtems/sptables.h.in
@@ -3,9 +3,8 @@
* This include file contains the executive's pre-initialized tables
* used when in a single processor 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/cpukit/sapi/inline/rtems/extension.inl b/cpukit/sapi/inline/rtems/extension.inl
index 49cd834832..01bb1e7dbe 100644
--- a/cpukit/sapi/inline/rtems/extension.inl
+++ b/cpukit/sapi/inline/rtems/extension.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined routines
* from the Extension 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/cpukit/sapi/macros/rtems/extension.inl b/cpukit/sapi/macros/rtems/extension.inl
index 225f6b188d..5501e1e3f6 100644
--- a/cpukit/sapi/macros/rtems/extension.inl
+++ b/cpukit/sapi/macros/rtems/extension.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Extension 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/cpukit/sapi/src/debug.c b/cpukit/sapi/src/debug.c
index e44e837dc9..e58a7219c2 100644
--- a/cpukit/sapi/src/debug.c
+++ b/cpukit/sapi/src/debug.c
@@ -1,9 +1,8 @@
/*
* Debug 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/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 511a0086f5..034b3ce4ab 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -1,9 +1,8 @@
/*
* Initialization 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/cpukit/sapi/src/extension.c b/cpukit/sapi/src/extension.c
index 09d9e09d33..fccbb47274 100644
--- a/cpukit/sapi/src/extension.c
+++ b/cpukit/sapi/src/extension.c
@@ -2,9 +2,8 @@
* Extension 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/cpukit/sapi/src/fatal.c b/cpukit/sapi/src/fatal.c
index d0fc3ff5c7..8a0e3cedf0 100644
--- a/cpukit/sapi/src/fatal.c
+++ b/cpukit/sapi/src/fatal.c
@@ -1,9 +1,8 @@
/*
* Fatal Error 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/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index d6e669c4fc..f79189f060 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -2,9 +2,8 @@
* Input/Output 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/cpukit/sapi/src/itronapi.c b/cpukit/sapi/src/itronapi.c
index 0309967ecf..98475c6fc3 100644
--- a/cpukit/sapi/src/itronapi.c
+++ b/cpukit/sapi/src/itronapi.c
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/cpukit/sapi/src/posixapi.c b/cpukit/sapi/src/posixapi.c
index c70a1b230c..18de12faf8 100644
--- a/cpukit/sapi/src/posixapi.c
+++ b/cpukit/sapi/src/posixapi.c
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c
index 65475e2399..58953117c3 100644
--- a/cpukit/sapi/src/rtemsapi.c
+++ b/cpukit/sapi/src/rtemsapi.c
@@ -3,9 +3,8 @@
*
* NOTE:
*
- * 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/cpukit/score/cpu/a29k/cpu.c b/cpukit/score/cpu/a29k/cpu.c
index 111533a2ae..0485714062 100644
--- a/cpukit/score/cpu/a29k/cpu.c
+++ b/cpukit/score/cpu/a29k/cpu.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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 the file LICENSE in this distribution or at
diff --git a/cpukit/score/cpu/a29k/cpu_asm.S b/cpukit/score/cpu/a29k/cpu_asm.S
index a3ed2c59c3..bfa7444f35 100644
--- a/cpukit/score/cpu/a29k/cpu_asm.S
+++ b/cpukit/score/cpu/a29k/cpu_asm.S
@@ -22,9 +22,8 @@
; *
; * NOTE: This is supposed to be a .S or .s file NOT a C file.
; *
-; * 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/cpukit/score/cpu/a29k/rtems/score/a29k.h b/cpukit/score/cpu/a29k/rtems/score/a29k.h
index c22a70d437..7dd9030609 100644
--- a/cpukit/score/cpu/a29k/rtems/score/a29k.h
+++ b/cpukit/score/cpu/a29k/rtems/score/a29k.h
@@ -1,6 +1,6 @@
/* a29k.h
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h
index 1235e991c8..c65c628979 100644
--- a/cpukit/score/cpu/a29k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h
@@ -20,9 +20,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.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 the file LICENSE in this distribution or at
diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h b/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h
index 65eaf29737..d2c09fa103 100644
--- a/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/a29k/rtems/score/cpu_asm.h
@@ -5,7 +5,7 @@
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/a29k/rtems/score/types.h b/cpukit/score/cpu/a29k/rtems/score/types.h
index 943a922695..130fd30dd4 100644
--- a/cpukit/score/cpu/a29k/rtems/score/types.h
+++ b/cpukit/score/cpu/a29k/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*
- * 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/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index cabc285ce9..7ee7e6814c 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -2,9 +2,8 @@
* Intel i386 Dependent Source
*
*
- * 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/cpukit/score/cpu/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S
index 906407836b..85316e357a 100644
--- a/cpukit/score/cpu/i386/cpu_asm.S
+++ b/cpukit/score/cpu/i386/cpu_asm.S
@@ -3,9 +3,8 @@
* This file contains all assembly code for the Intel i386 implementation
* of RTEMS.
*
- * 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/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h
index 68fdea703d..ab256cfa57 100644
--- a/cpukit/score/cpu/i386/rtems/score/cpu.h
+++ b/cpukit/score/cpu/i386/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i386 processor.
*
- * 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/cpukit/score/cpu/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h
index 0eb936a6f7..4ddf0c5eab 100644
--- a/cpukit/score/cpu/i386/rtems/score/i386.h
+++ b/cpukit/score/cpu/i386/rtems/score/i386.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i386 processor.
*
- * 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/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h
index 7d2a8a1f4f..1b9091f501 100644
--- a/cpukit/score/cpu/i386/rtems/score/types.h
+++ b/cpukit/score/cpu/i386/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* i386 processor family.
*
- * 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/cpukit/score/cpu/i960/cpu.c b/cpukit/score/cpu/i960/cpu.c
index b1f29ff1bf..a66cd4eda7 100644
--- a/cpukit/score/cpu/i960/cpu.c
+++ b/cpukit/score/cpu/i960/cpu.c
@@ -2,9 +2,8 @@
* Intel i960CA Dependent Source
*
*
- * 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/cpukit/score/cpu/i960/cpu_asm.S b/cpukit/score/cpu/i960/cpu_asm.S
index ee6e053259..e990b7a799 100644
--- a/cpukit/score/cpu/i960/cpu_asm.S
+++ b/cpukit/score/cpu/i960/cpu_asm.S
@@ -3,9 +3,8 @@
* This file contains all assembly code for the i960CA implementation
* of RTEMS.
*
- * 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/cpukit/score/cpu/i960/rtems/score/cpu.h b/cpukit/score/cpu/i960/rtems/score/cpu.h
index 45a7fb85d6..ef7c3ad968 100644
--- a/cpukit/score/cpu/i960/rtems/score/cpu.h
+++ b/cpukit/score/cpu/i960/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i960 processor family.
*
- * 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/cpukit/score/cpu/i960/rtems/score/i960.h b/cpukit/score/cpu/i960/rtems/score/i960.h
index 3719d96496..ae9a073aff 100644
--- a/cpukit/score/cpu/i960/rtems/score/i960.h
+++ b/cpukit/score/cpu/i960/rtems/score/i960.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Intel
* i960 processor family.
*
- * 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/cpukit/score/cpu/i960/rtems/score/types.h b/cpukit/score/cpu/i960/rtems/score/types.h
index dff4c95f83..81deddaa1f 100644
--- a/cpukit/score/cpu/i960/rtems/score/types.h
+++ b/cpukit/score/cpu/i960/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* i960 processor family.
*
- * 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/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c
index e714933350..f1ffe31fe0 100644
--- a/cpukit/score/cpu/m68k/cpu.c
+++ b/cpukit/score/cpu/m68k/cpu.c
@@ -1,9 +1,8 @@
/*
* Motorola MC68xxx Dependent Source
*
- * 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/cpukit/score/cpu/m68k/cpu_asm.S b/cpukit/score/cpu/m68k/cpu_asm.S
index 03747222e5..3d663372a0 100644
--- a/cpukit/score/cpu/m68k/cpu_asm.S
+++ b/cpukit/score/cpu/m68k/cpu_asm.S
@@ -3,9 +3,8 @@
* This file contains all assembly code for the MC68020 implementation
* of RTEMS.
*
- * 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/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 248492ba97..fb58e18834 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*
- * 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/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h
index 5f4c3597b5..7408aae231 100644
--- a/cpukit/score/cpu/m68k/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*
- * 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/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h
index 6592d36187..7b1a1c643e 100644
--- a/cpukit/score/cpu/m68k/rtems/score/types.h
+++ b/cpukit/score/cpu/m68k/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Motorola
* m68xxx processor family.
*
- * 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/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index 4617be460d..8d05c336c4 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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 the file LICENSE in this distribution or at
diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S
index 125b4d58d4..4acebc663e 100644
--- a/cpukit/score/cpu/mips/cpu_asm.S
+++ b/cpukit/score/cpu/mips/cpu_asm.S
@@ -21,9 +21,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s:
*
- * 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/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 69478af9ee..96eb34292a 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -20,9 +20,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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/cpukit/score/cpu/mips/rtems/score/mips.h b/cpukit/score/cpu/mips/rtems/score/mips.h
index ec89a32a0d..1ff139f604 100644
--- a/cpukit/score/cpu/mips/rtems/score/mips.h
+++ b/cpukit/score/cpu/mips/rtems/score/mips.h
@@ -17,7 +17,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/mips/rtems/score/types.h b/cpukit/score/cpu/mips/rtems/score/types.h
index 50f28ccf9b..9d82f2a5d0 100644
--- a/cpukit/score/cpu/mips/rtems/score/types.h
+++ b/cpukit/score/cpu/mips/rtems/score/types.h
@@ -18,9 +18,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * 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/cpukit/score/cpu/mips64orion/cpu.c b/cpukit/score/cpu/mips64orion/cpu.c
index 4617be460d..8d05c336c4 100644
--- a/cpukit/score/cpu/mips64orion/cpu.c
+++ b/cpukit/score/cpu/mips64orion/cpu.c
@@ -18,9 +18,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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 the file LICENSE in this distribution or at
diff --git a/cpukit/score/cpu/mips64orion/cpu_asm.S b/cpukit/score/cpu/mips64orion/cpu_asm.S
index 125b4d58d4..4acebc663e 100644
--- a/cpukit/score/cpu/mips64orion/cpu_asm.S
+++ b/cpukit/score/cpu/mips64orion/cpu_asm.S
@@ -21,9 +21,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s:
*
- * 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/cpukit/score/cpu/mips64orion/cpu_asm.h b/cpukit/score/cpu/mips64orion/cpu_asm.h
index 5d78f39d7c..287b881068 100644
--- a/cpukit/score/cpu/mips64orion/cpu_asm.h
+++ b/cpukit/score/cpu/mips64orion/cpu_asm.h
@@ -18,7 +18,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/mips64orion/rtems/score/cpu.h b/cpukit/score/cpu/mips64orion/rtems/score/cpu.h
index 69478af9ee..96eb34292a 100644
--- a/cpukit/score/cpu/mips64orion/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips64orion/rtems/score/cpu.h
@@ -20,9 +20,8 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/cpu.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/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h b/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h
index ec89a32a0d..1ff139f604 100644
--- a/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h
+++ b/cpukit/score/cpu/mips64orion/rtems/score/mips64orion.h
@@ -17,7 +17,7 @@
*
* Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h:
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/mips64orion/rtems/score/types.h b/cpukit/score/cpu/mips64orion/rtems/score/types.h
index 50f28ccf9b..9d82f2a5d0 100644
--- a/cpukit/score/cpu/mips64orion/rtems/score/types.h
+++ b/cpukit/score/cpu/mips64orion/rtems/score/types.h
@@ -18,9 +18,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * 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/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c
index 58e71f9266..4711eb6703 100644
--- a/cpukit/score/cpu/no_cpu/cpu.c
+++ b/cpukit/score/cpu/no_cpu/cpu.c
@@ -2,9 +2,8 @@
* XXX CPU Dependent Source
*
*
- * 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/cpukit/score/cpu/no_cpu/cpu_asm.c b/cpukit/score/cpu/no_cpu/cpu_asm.c
index d6abcab5c2..5a5728a2f8 100644
--- a/cpukit/score/cpu/no_cpu/cpu_asm.c
+++ b/cpukit/score/cpu/no_cpu/cpu_asm.c
@@ -6,9 +6,8 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * 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/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 9bd8c2b045..da99e163cc 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the XXX
* processor.
*
- * 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/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
index ed58c331bc..b5f3673d61 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
@@ -5,7 +5,7 @@
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
index a6df61a908..3f374d5500 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -4,7 +4,7 @@
* created for each CPU family port of RTEMS.
*
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h
index a195711342..6dea57ebf3 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/types.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*
- * 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/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c
index 70b0f8f219..9a78a0fc96 100644
--- a/cpukit/score/cpu/sparc/cpu.c
+++ b/cpukit/score/cpu/sparc/cpu.c
@@ -1,9 +1,8 @@
/*
* SPARC Dependent Source
*
- * 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/cpukit/score/cpu/sparc/cpu_asm.S b/cpukit/score/cpu/sparc/cpu_asm.S
index d96256694f..af7df160ef 100644
--- a/cpukit/score/cpu/sparc/cpu_asm.S
+++ b/cpukit/score/cpu/sparc/cpu_asm.S
@@ -4,9 +4,8 @@
* in an specific CPU port of RTEMS. These algorithms must be implemented
* in assembly language.
*
- * 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/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 3442adc67d..b74292ab07 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the port of
* the executive to the SPARC processor.
*
- * 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/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h
index a8f2122c44..0cb44c2df9 100644
--- a/cpukit/score/cpu/sparc/rtems/score/sparc.h
+++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h
@@ -3,9 +3,8 @@
* This include file contains information pertaining to the SPARC
* processor family.
*
- * 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/cpukit/score/cpu/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h
index 7a7b2bb606..1621d6fd5c 100644
--- a/cpukit/score/cpu/sparc/rtems/score/types.h
+++ b/cpukit/score/cpu/sparc/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions pertaining to the
* SPARC processor family.
*
- * 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/cpukit/score/cpu/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h
index 1ecaa2307d..f423564ebc 100644
--- a/cpukit/score/cpu/unix/rtems/score/types.h
+++ b/cpukit/score/cpu/unix/rtems/score/types.h
@@ -3,9 +3,8 @@
* This include file contains type definitions which are appropriate
* for a typical modern UNIX box using GNU C for the RTEMS simulator.
*
- * 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/cpukit/score/cpu/unix/rtems/score/unix.h b/cpukit/score/cpu/unix/rtems/score/unix.h
index 52cfef79e4..26ef8ca4e4 100644
--- a/cpukit/score/cpu/unix/rtems/score/unix.h
+++ b/cpukit/score/cpu/unix/rtems/score/unix.h
@@ -3,9 +3,8 @@
* This include file contains the definitions required by RTEMS
* which are typical for a modern UNIX computer using GCC.
*
- * 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/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 5c83e67d05..1b142be59f 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -5,9 +5,8 @@
* Manager since it is externally accessible.
*
*
- * 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/cpukit/score/include/rtems/score/address.h b/cpukit/score/include/rtems/score/address.h
index e64cd54931..edb04729dc 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/score/include/rtems/score/address.h
@@ -3,9 +3,8 @@
* This include file contains the information required to manipulate
* physical addresses.
*
- * 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/cpukit/score/include/rtems/score/apiext.h b/cpukit/score/include/rtems/score/apiext.h
index 4ca6570cee..1622f504da 100644
--- a/cpukit/score/include/rtems/score/apiext.h
+++ b/cpukit/score/include/rtems/score/apiext.h
@@ -2,9 +2,8 @@
*
* This is the API Extensions 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
diff --git a/cpukit/score/include/rtems/score/bitfield.h b/cpukit/score/include/rtems/score/bitfield.h
index bbced47652..05c0daeb5b 100644
--- a/cpukit/score/include/rtems/score/bitfield.h
+++ b/cpukit/score/include/rtems/score/bitfield.h
@@ -2,9 +2,8 @@
*
* This include file contains all bit field manipulation 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/cpukit/score/include/rtems/score/chain.h b/cpukit/score/include/rtems/score/chain.h
index 910f5e4414..469979c68e 100644
--- a/cpukit/score/include/rtems/score/chain.h
+++ b/cpukit/score/include/rtems/score/chain.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain 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
diff --git a/cpukit/score/include/rtems/score/context.h b/cpukit/score/include/rtems/score/context.h
index 5a22fd4b6d..acfaeccef7 100644
--- a/cpukit/score/include/rtems/score/context.h
+++ b/cpukit/score/include/rtems/score/context.h
@@ -2,9 +2,8 @@
*
* This include file contains all information about a context.
*
- * 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/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index 3a9a5a5c60..d7e1c3c474 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -3,9 +3,8 @@
* This include file contains the copyright notice for RTEMS
* which is included in every binary copy of the executive.
*
- * 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
@@ -24,9 +23,8 @@ extern "C" {
#ifdef SCORE_INIT
const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-1998.\n\
-On-Line Applications Research Corporation (OAR).\n\
-Copyright assigned to U.S. Government, 1994.\n";
+"COPYRIGHT (c) 1989-1999.\n\
+On-Line Applications Research Corporation (OAR).\n";
#else
diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h
index 9e94828468..71f36d525e 100644
--- a/cpukit/score/include/rtems/score/coremsg.h
+++ b/cpukit/score/include/rtems/score/coremsg.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Message queue 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
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index 7145e4f19f..73f92c76e0 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -5,9 +5,8 @@
* Dijkstra binary semaphore used to provide synchronization and mutual
* exclusion capabilities.
*
- * 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/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index 1384ca361d..324fdcf1aa 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -5,9 +5,8 @@
* standard Dijkstra binary semaphore used to provide synchronization
* and mutual exclusion capabilities.
*
- * 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/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index eaee7cde3f..1a502f7999 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -8,9 +8,8 @@
* and unallocated blocks is contained in the heap space. A heap header
* contains control information for the heap.
*
- * 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/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index f3fba47f66..b2e92906fe 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -4,9 +4,8 @@
* to the Internal Error 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
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 617c7989ef..2cba4394d4 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -5,9 +5,8 @@
* supports interrupt critical sections, vectoring of user interrupt
* handlers, nesting of interrupts, and manipulating interrupt levels.
*
- * 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/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index 4475021eca..0ca7f15c02 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the MPCI layer. It provides mechanisms to utilize packets.
*
- * 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/cpukit/score/include/rtems/score/mppkt.h b/cpukit/score/include/rtems/score/mppkt.h
index 1838d92336..58d4785a3b 100644
--- a/cpukit/score/include/rtems/score/mppkt.h
+++ b/cpukit/score/include/rtems/score/mppkt.h
@@ -7,9 +7,8 @@
* nodes in an MP 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/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 9f4a6a929d..811e33a17e 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -5,9 +5,8 @@
* can be used to initialize and manipulate all objects which have
* ids.
*
- * 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/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h
index e307ca4264..de227a128b 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/score/include/rtems/score/objectmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the manipulation of Global RTEMS Objects.
*
- * 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/cpukit/score/include/rtems/score/priority.h b/cpukit/score/include/rtems/score/priority.h
index 7241888242..216673bac2 100644
--- a/cpukit/score/include/rtems/score/priority.h
+++ b/cpukit/score/include/rtems/score/priority.h
@@ -4,9 +4,8 @@
* This Handler provides mechanisms which can be used to
* initialize and manipulate thread priorities.
*
- * 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/cpukit/score/include/rtems/score/stack.h b/cpukit/score/include/rtems/score/stack.h
index 1fc4a13966..d9997bb389 100644
--- a/cpukit/score/include/rtems/score/stack.h
+++ b/cpukit/score/include/rtems/score/stack.h
@@ -4,9 +4,8 @@
* Stack Handler. This Handler provides mechanisms which can be used to
* initialize and utilize stacks.
*
- * 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/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index a0d7ed8ab8..b12571824f 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -2,9 +2,8 @@
*
* This include file contains thread execution state information.
*
- * 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/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index 8451894e97..526494b79b 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -2,9 +2,8 @@
*
* This include file contains information regarding the system state.
*
- * 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/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 59c61f7365..0e2802bbac 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -3,9 +3,8 @@
* This include file contains all constants and structures associated
* with the thread control block.
*
- * 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/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index 497bdc8c5b..62a379d723 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -3,9 +3,8 @@
* This include file contains the specification for all routines
* and data specific to the multiprocessing portion of the thread 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/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h
index d3a0f58ad1..1ef6c009cb 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/score/include/rtems/score/threadq.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the manipulation of objects.
*
- * 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/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index b87486bda1..c745fdb1f6 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Time of Day 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
diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h
index 6136d35412..98b9e4d9d2 100644
--- a/cpukit/score/include/rtems/score/tqdata.h
+++ b/cpukit/score/include/rtems/score/tqdata.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures
* needed to declare a thread queue.
*
- * 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/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h
index 29b0e9564e..4c2972030e 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/score/include/rtems/score/userext.h
@@ -4,9 +4,8 @@
* Handler provides mechanisms which can be used to initialize and manipulate
* all user extensions.
*
- * 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/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index ceb09793f6..ad25d62126 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -4,9 +4,8 @@
* with watchdog timers. This Handler provides mechanisms which can be
* used to initialize and manipulate watchdog timers.
*
- * 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/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h
index 3b4b84f95f..77d7142204 100644
--- a/cpukit/score/include/rtems/score/wkspace.h
+++ b/cpukit/score/include/rtems/score/wkspace.h
@@ -4,9 +4,8 @@
* RAM Workspace. This Handler provides mechanisms which can be used to
* define, initialize and manipulate the workspace.
*
- * 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/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 423952aa56..6db19e8c62 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -4,9 +4,8 @@
* function in the executive. This must be the first include file
* included in all internal RTEMS files.
*
- * 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/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl
index 2e3049d08e..1a77e617d7 100644
--- a/cpukit/score/inline/rtems/score/address.inl
+++ b/cpukit/score/inline/rtems/score/address.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines
* about addresses which are inlined.
*
- * 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/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl
index 4bd80116ae..ca005fe0a9 100644
--- a/cpukit/score/inline/rtems/score/chain.inl
+++ b/cpukit/score/inline/rtems/score/chain.inl
@@ -7,9 +7,8 @@
* to complex. No other Chain Handler routine is referenced
* unless it has already been defined.
*
- * 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/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl
index d4dafd8fdc..af16fbd4aa 100644
--- a/cpukit/score/inline/rtems/score/coremsg.inl
+++ b/cpukit/score/inline/rtems/score/coremsg.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* inlined routines in the Core Message 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
diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl
index 457f7c7d7d..b0289c3f9c 100644
--- a/cpukit/score/inline/rtems/score/coremutex.inl
+++ b/cpukit/score/inline/rtems/score/coremutex.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with the CORE mutexes.
*
- * 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/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl
index 7ef8c93990..d2e0542281 100644
--- a/cpukit/score/inline/rtems/score/coresem.inl
+++ b/cpukit/score/inline/rtems/score/coresem.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with the CORE semaphore.
*
- * 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/cpukit/score/inline/rtems/score/heap.inl b/cpukit/score/inline/rtems/score/heap.inl
index 92936f8135..976ddfa0af 100644
--- a/cpukit/score/inline/rtems/score/heap.inl
+++ b/cpukit/score/inline/rtems/score/heap.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines from the heap 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
diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl
index 59d0464f1b..5b6e3918b9 100644
--- a/cpukit/score/inline/rtems/score/isr.inl
+++ b/cpukit/score/inline/rtems/score/isr.inl
@@ -3,9 +3,8 @@
* This include file contains the static implementation of all
* inlined routines in the 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
diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl
index 4be286b294..3838a96812 100644
--- a/cpukit/score/inline/rtems/score/mppkt.inl
+++ b/cpukit/score/inline/rtems/score/mppkt.inl
@@ -3,9 +3,8 @@
* This package is the implementation of the Packet Handler
* routines which are inlined.
*
- * 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/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl
index 73a496d30c..b4de63034c 100644
--- a/cpukit/score/inline/rtems/score/object.inl
+++ b/cpukit/score/inline/rtems/score/object.inl
@@ -3,9 +3,8 @@
* This include file contains the static inline implementation of all
* of the inlined routines in the Object 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
diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl
index f8fc62e129..7e840c9ca3 100644
--- a/cpukit/score/inline/rtems/score/objectmp.inl
+++ b/cpukit/score/inline/rtems/score/objectmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* which deal with global objects.
*
- * 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/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index b19d157976..4928dba5ef 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of all inlined
* routines in the Priority 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
diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl
index eedd2f5ba2..ea7f2f1c36 100644
--- a/cpukit/score/inline/rtems/score/stack.inl
+++ b/cpukit/score/inline/rtems/score/stack.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines from the Stack 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
diff --git a/cpukit/score/inline/rtems/score/states.inl b/cpukit/score/inline/rtems/score/states.inl
index 1e67b14144..5d57648f23 100644
--- a/cpukit/score/inline/rtems/score/states.inl
+++ b/cpukit/score/inline/rtems/score/states.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines associated with thread state information.
*
- * 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/cpukit/score/inline/rtems/score/sysstate.inl b/cpukit/score/inline/rtems/score/sysstate.inl
index dea36d2806..17976f3e3f 100644
--- a/cpukit/score/inline/rtems/score/sysstate.inl
+++ b/cpukit/score/inline/rtems/score/sysstate.inl
@@ -3,9 +3,8 @@
* This file contains the inline implementation of routines regarding the
* system state.
*
- * 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/cpukit/score/inline/rtems/score/thread.inl b/cpukit/score/inline/rtems/score/thread.inl
index 650439e8e6..f1a2410c95 100644
--- a/cpukit/score/inline/rtems/score/thread.inl
+++ b/cpukit/score/inline/rtems/score/thread.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Thread 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
diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl
index 7a0391ff73..c095fd5072 100644
--- a/cpukit/score/inline/rtems/score/threadmp.inl
+++ b/cpukit/score/inline/rtems/score/threadmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* for the multiprocessing part of thread 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/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index 326d662e64..2d429a8005 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined routines
* from the Time of Day 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
diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl
index d589933cf8..201abeb82f 100644
--- a/cpukit/score/inline/rtems/score/tqdata.inl
+++ b/cpukit/score/inline/rtems/score/tqdata.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of the inlined
* routines needed to support the Thread Queue Data.
*
- * 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/cpukit/score/inline/rtems/score/userext.inl b/cpukit/score/inline/rtems/score/userext.inl
index 29f7975aaa..06f1525680 100644
--- a/cpukit/score/inline/rtems/score/userext.inl
+++ b/cpukit/score/inline/rtems/score/userext.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the User Extension 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
diff --git a/cpukit/score/inline/rtems/score/watchdog.inl b/cpukit/score/inline/rtems/score/watchdog.inl
index 9662a9abc6..5b87c00f17 100644
--- a/cpukit/score/inline/rtems/score/watchdog.inl
+++ b/cpukit/score/inline/rtems/score/watchdog.inl
@@ -3,9 +3,8 @@
* This file contains the static inline implementation of all inlined
* routines in the Watchdog 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
diff --git a/cpukit/score/inline/rtems/score/wkspace.inl b/cpukit/score/inline/rtems/score/wkspace.inl
index f92bde0f41..2a31514c32 100644
--- a/cpukit/score/inline/rtems/score/wkspace.inl
+++ b/cpukit/score/inline/rtems/score/wkspace.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines which contains
* information related to the RAM Workspace.
*
- * 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/cpukit/score/macros/rtems/score/address.inl b/cpukit/score/macros/rtems/score/address.inl
index 712809a4e7..379aaca6cc 100644
--- a/cpukit/score/macros/rtems/score/address.inl
+++ b/cpukit/score/macros/rtems/score/address.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines
* about addresses which are inlined.
*
- * 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/cpukit/score/macros/rtems/score/chain.inl b/cpukit/score/macros/rtems/score/chain.inl
index 85ede31c12..0c9f998117 100644
--- a/cpukit/score/macros/rtems/score/chain.inl
+++ b/cpukit/score/macros/rtems/score/chain.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of the routines which are
* associated with doubly linked chains and inlined.
*
- * 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/cpukit/score/macros/rtems/score/coremsg.inl b/cpukit/score/macros/rtems/score/coremsg.inl
index 9868c97074..bc45a51ac3 100644
--- a/cpukit/score/macros/rtems/score/coremsg.inl
+++ b/cpukit/score/macros/rtems/score/coremsg.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the Core Message 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
diff --git a/cpukit/score/macros/rtems/score/coremutex.inl b/cpukit/score/macros/rtems/score/coremutex.inl
index 19d535dc4e..88bc514d3d 100644
--- a/cpukit/score/macros/rtems/score/coremutex.inl
+++ b/cpukit/score/macros/rtems/score/coremutex.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with core mutexes.
*
- * 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/cpukit/score/macros/rtems/score/coresem.inl b/cpukit/score/macros/rtems/score/coresem.inl
index fed9227c59..904b004cc6 100644
--- a/cpukit/score/macros/rtems/score/coresem.inl
+++ b/cpukit/score/macros/rtems/score/coresem.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with core semaphores.
*
- * 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/cpukit/score/macros/rtems/score/heap.inl b/cpukit/score/macros/rtems/score/heap.inl
index d4bb8edb97..6c2016be8d 100644
--- a/cpukit/score/macros/rtems/score/heap.inl
+++ b/cpukit/score/macros/rtems/score/heap.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the heap 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
diff --git a/cpukit/score/macros/rtems/score/isr.inl b/cpukit/score/macros/rtems/score/isr.inl
index b642c4fed2..b4c5eea4a1 100644
--- a/cpukit/score/macros/rtems/score/isr.inl
+++ b/cpukit/score/macros/rtems/score/isr.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the 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
diff --git a/cpukit/score/macros/rtems/score/mppkt.inl b/cpukit/score/macros/rtems/score/mppkt.inl
index b698602626..ca88f64907 100644
--- a/cpukit/score/macros/rtems/score/mppkt.inl
+++ b/cpukit/score/macros/rtems/score/mppkt.inl
@@ -3,9 +3,8 @@
* This package is the implementation of the Packet Handler
* routines which are inlined.
*
- * 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/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl
index 62994ee4e5..d303535489 100644
--- a/cpukit/score/macros/rtems/score/object.inl
+++ b/cpukit/score/macros/rtems/score/object.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* of the inlined routines in the Object 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
diff --git a/cpukit/score/macros/rtems/score/objectmp.inl b/cpukit/score/macros/rtems/score/objectmp.inl
index 4593857fba..ce5550018d 100644
--- a/cpukit/score/macros/rtems/score/objectmp.inl
+++ b/cpukit/score/macros/rtems/score/objectmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* which deal with global objects.
*
- * 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/cpukit/score/macros/rtems/score/priority.inl b/cpukit/score/macros/rtems/score/priority.inl
index c588289163..f8598abb5c 100644
--- a/cpukit/score/macros/rtems/score/priority.inl
+++ b/cpukit/score/macros/rtems/score/priority.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Priority 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
diff --git a/cpukit/score/macros/rtems/score/stack.inl b/cpukit/score/macros/rtems/score/stack.inl
index 0e976eb0e0..fc0c94a980 100644
--- a/cpukit/score/macros/rtems/score/stack.inl
+++ b/cpukit/score/macros/rtems/score/stack.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Stack 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
diff --git a/cpukit/score/macros/rtems/score/states.inl b/cpukit/score/macros/rtems/score/states.inl
index a100da077a..05a816f18d 100644
--- a/cpukit/score/macros/rtems/score/states.inl
+++ b/cpukit/score/macros/rtems/score/states.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines associated with thread state information.
*
- * 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/cpukit/score/macros/rtems/score/sysstate.inl b/cpukit/score/macros/rtems/score/sysstate.inl
index 44957f6faa..ac4197e8c6 100644
--- a/cpukit/score/macros/rtems/score/sysstate.inl
+++ b/cpukit/score/macros/rtems/score/sysstate.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of routines regarding the
* system state.
*
- * 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/cpukit/score/macros/rtems/score/thread.inl b/cpukit/score/macros/rtems/score/thread.inl
index 415bb0fb8d..26671093b6 100644
--- a/cpukit/score/macros/rtems/score/thread.inl
+++ b/cpukit/score/macros/rtems/score/thread.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Thread 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
diff --git a/cpukit/score/macros/rtems/score/threadmp.inl b/cpukit/score/macros/rtems/score/threadmp.inl
index c9cc91319f..975403860d 100644
--- a/cpukit/score/macros/rtems/score/threadmp.inl
+++ b/cpukit/score/macros/rtems/score/threadmp.inl
@@ -3,9 +3,8 @@
* This include file contains the bodies of all inlined routines
* for the multiprocessing part of thread 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/cpukit/score/macros/rtems/score/tod.inl b/cpukit/score/macros/rtems/score/tod.inl
index 85603550ee..2fa91b127b 100644
--- a/cpukit/score/macros/rtems/score/tod.inl
+++ b/cpukit/score/macros/rtems/score/tod.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Time of Day 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
diff --git a/cpukit/score/macros/rtems/score/tqdata.inl b/cpukit/score/macros/rtems/score/tqdata.inl
index 0749e612d6..96be35427b 100644
--- a/cpukit/score/macros/rtems/score/tqdata.inl
+++ b/cpukit/score/macros/rtems/score/tqdata.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines needed to support the Thread Queue Data.
*
- * 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/cpukit/score/macros/rtems/score/userext.inl b/cpukit/score/macros/rtems/score/userext.inl
index 69fd0de4b1..8be1502778 100644
--- a/cpukit/score/macros/rtems/score/userext.inl
+++ b/cpukit/score/macros/rtems/score/userext.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the User Extension 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
diff --git a/cpukit/score/macros/rtems/score/watchdog.inl b/cpukit/score/macros/rtems/score/watchdog.inl
index fecc20e4f1..53a88eacad 100644
--- a/cpukit/score/macros/rtems/score/watchdog.inl
+++ b/cpukit/score/macros/rtems/score/watchdog.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Watchdog 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
diff --git a/cpukit/score/macros/rtems/score/wkspace.inl b/cpukit/score/macros/rtems/score/wkspace.inl
index 525756db6b..e327d27349 100644
--- a/cpukit/score/macros/rtems/score/wkspace.inl
+++ b/cpukit/score/macros/rtems/score/wkspace.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the RAM Workspace 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
diff --git a/cpukit/score/src/apiext.c b/cpukit/score/src/apiext.c
index 2fb2155558..5bb2ad658e 100644
--- a/cpukit/score/src/apiext.c
+++ b/cpukit/score/src/apiext.c
@@ -2,9 +2,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/cpukit/score/src/chain.c b/cpukit/score/src/chain.c
index 690141d3ee..1819968c76 100644
--- a/cpukit/score/src/chain.c
+++ b/cpukit/score/src/chain.c
@@ -6,9 +6,8 @@
* The order of this file is to allow proper compilation due to the
* order of inlining required by the compiler.
*
- * 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/cpukit/score/src/coremsg.c b/cpukit/score/src/coremsg.c
index e9f640db7f..9895d52f68 100644
--- a/cpukit/score/src/coremsg.c
+++ b/cpukit/score/src/coremsg.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremsgbroadcast.c b/cpukit/score/src/coremsgbroadcast.c
index e6f2ae221f..2e6f649545 100644
--- a/cpukit/score/src/coremsgbroadcast.c
+++ b/cpukit/score/src/coremsgbroadcast.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremsgclose.c b/cpukit/score/src/coremsgclose.c
index aaca99fc95..552c0dc477 100644
--- a/cpukit/score/src/coremsgclose.c
+++ b/cpukit/score/src/coremsgclose.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c
index 9d219e90b7..f11ed065b6 100644
--- a/cpukit/score/src/coremsgflush.c
+++ b/cpukit/score/src/coremsgflush.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremsgflushsupp.c b/cpukit/score/src/coremsgflushsupp.c
index dde103a608..f221be000e 100644
--- a/cpukit/score/src/coremsgflushsupp.c
+++ b/cpukit/score/src/coremsgflushsupp.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c
index cbeb6778a7..31d114ac07 100644
--- a/cpukit/score/src/coremsgseize.c
+++ b/cpukit/score/src/coremsgseize.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index 4a2fa7ec96..db81013824 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -7,9 +7,8 @@
* This core object provides task synchronization and communication functions
* via messages passed to queue objects.
*
- * 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/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c
index c24e272f6b..2f5b4a6675 100644
--- a/cpukit/score/src/coremutex.c
+++ b/cpukit/score/src/coremutex.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coremutexflush.c b/cpukit/score/src/coremutexflush.c
index 27ba369acf..ad4f3b6cc3 100644
--- a/cpukit/score/src/coremutexflush.c
+++ b/cpukit/score/src/coremutexflush.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coremutexseize.c b/cpukit/score/src/coremutexseize.c
index a2c8a37d71..0fe5fd288a 100644
--- a/cpukit/score/src/coremutexseize.c
+++ b/cpukit/score/src/coremutexseize.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coremutexsurrender.c b/cpukit/score/src/coremutexsurrender.c
index b7f38eb2b0..fbd75fd8e8 100644
--- a/cpukit/score/src/coremutexsurrender.c
+++ b/cpukit/score/src/coremutexsurrender.c
@@ -6,9 +6,8 @@
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index aa8d712146..8cbaaef486 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coresemflush.c b/cpukit/score/src/coresemflush.c
index c456b661e5..e30f768aab 100644
--- a/cpukit/score/src/coresemflush.c
+++ b/cpukit/score/src/coresemflush.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coresemseize.c b/cpukit/score/src/coresemseize.c
index f08b40ca5b..0f3c25aeac 100644
--- a/cpukit/score/src/coresemseize.c
+++ b/cpukit/score/src/coresemseize.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coresemsurrender.c b/cpukit/score/src/coresemsurrender.c
index dd4839182c..1a54a5c712 100644
--- a/cpukit/score/src/coresemsurrender.c
+++ b/cpukit/score/src/coresemsurrender.c
@@ -7,9 +7,8 @@
* This core object utilizes standard Dijkstra counting semaphores to provide
* synchronization and mutual exclusion capabilities.
*
- * 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/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index 88ddc6e30f..ef1091e1d2 100644
--- a/cpukit/score/src/coretod.c
+++ b/cpukit/score/src/coretod.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index 5b7358f734..ddb6f8ee43 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c
index 1aed522e56..c28545f2b4 100644
--- a/cpukit/score/src/coretodtickle.c
+++ b/cpukit/score/src/coretodtickle.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/score/src/coretodtoseconds.c b/cpukit/score/src/coretodtoseconds.c
index 6f5bd032a0..16e9d24a1e 100644
--- a/cpukit/score/src/coretodtoseconds.c
+++ b/cpukit/score/src/coretodtoseconds.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/score/src/coretodvalidate.c b/cpukit/score/src/coretodvalidate.c
index 902079f5e5..18f377e500 100644
--- a/cpukit/score/src/coretodvalidate.c
+++ b/cpukit/score/src/coretodvalidate.c
@@ -2,9 +2,8 @@
* Time of Day (TOD) 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
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index b92d01329f..9ad4ca51ee 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c
index e6e103e6be..661a4ba0f7 100644
--- a/cpukit/score/src/heapallocate.c
+++ b/cpukit/score/src/heapallocate.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c
index 38b74e66e2..3b928301ae 100644
--- a/cpukit/score/src/heapextend.c
+++ b/cpukit/score/src/heapextend.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/cpukit/score/src/heapfree.c b/cpukit/score/src/heapfree.c
index f4f1075f35..1571e1ea2b 100644
--- a/cpukit/score/src/heapfree.c
+++ b/cpukit/score/src/heapfree.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/cpukit/score/src/heapsizeofuserarea.c b/cpukit/score/src/heapsizeofuserarea.c
index da664ffec1..243d1844e6 100644
--- a/cpukit/score/src/heapsizeofuserarea.c
+++ b/cpukit/score/src/heapsizeofuserarea.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c
index 91bfa8e3a2..3cd9c356ae 100644
--- a/cpukit/score/src/heapwalk.c
+++ b/cpukit/score/src/heapwalk.c
@@ -1,9 +1,8 @@
/*
* Heap 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
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index c3a6d48514..e2a4d078bb 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -1,9 +1,8 @@
/*
* Internal Error 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
diff --git a/cpukit/score/src/isr.c b/cpukit/score/src/isr.c
index 53baf388c4..b187fda581 100644
--- a/cpukit/score/src/isr.c
+++ b/cpukit/score/src/isr.c
@@ -2,9 +2,8 @@
* ISR 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
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index ad9ae9c47e..fb51a5f494 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -2,9 +2,8 @@
* Multiprocessing Communications Interface (MPCI) 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
diff --git a/cpukit/score/src/object.c b/cpukit/score/src/object.c
index 283409d2d5..5d3ffb5916 100644
--- a/cpukit/score/src/object.c
+++ b/cpukit/score/src/object.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c
index 787aaad592..9d7193fc7a 100644
--- a/cpukit/score/src/objectallocate.c
+++ b/cpukit/score/src/objectallocate.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectallocatebyindex.c b/cpukit/score/src/objectallocatebyindex.c
index 043d41978e..d46399c535 100644
--- a/cpukit/score/src/objectallocatebyindex.c
+++ b/cpukit/score/src/objectallocatebyindex.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectclearname.c b/cpukit/score/src/objectclearname.c
index a3a027e34f..8c55b342e4 100644
--- a/cpukit/score/src/objectclearname.c
+++ b/cpukit/score/src/objectclearname.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectcomparenameraw.c b/cpukit/score/src/objectcomparenameraw.c
index 9e9f1e2f17..2092d7f822 100644
--- a/cpukit/score/src/objectcomparenameraw.c
+++ b/cpukit/score/src/objectcomparenameraw.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectcomparenamestring.c b/cpukit/score/src/objectcomparenamestring.c
index 23bbc33bbf..9b1067bacb 100644
--- a/cpukit/score/src/objectcomparenamestring.c
+++ b/cpukit/score/src/objectcomparenamestring.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectcopynameraw.c b/cpukit/score/src/objectcopynameraw.c
index 8aecb3b02a..74eb94afc1 100644
--- a/cpukit/score/src/objectcopynameraw.c
+++ b/cpukit/score/src/objectcopynameraw.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectcopynamestring.c b/cpukit/score/src/objectcopynamestring.c
index c25e965c9e..cd0779d546 100644
--- a/cpukit/score/src/objectcopynamestring.c
+++ b/cpukit/score/src/objectcopynamestring.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c
index 336cbcf101..2e5ee327e1 100644
--- a/cpukit/score/src/objectextendinformation.c
+++ b/cpukit/score/src/objectextendinformation.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectfree.c b/cpukit/score/src/objectfree.c
index 3b136a9627..cf337efa8c 100644
--- a/cpukit/score/src/objectfree.c
+++ b/cpukit/score/src/objectfree.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectget.c b/cpukit/score/src/objectget.c
index 2962e040a4..91e44d28cf 100644
--- a/cpukit/score/src/objectget.c
+++ b/cpukit/score/src/objectget.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectgetbyindex.c b/cpukit/score/src/objectgetbyindex.c
index b4b953a25f..6cfc2b98cd 100644
--- a/cpukit/score/src/objectgetbyindex.c
+++ b/cpukit/score/src/objectgetbyindex.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectgetnext.c b/cpukit/score/src/objectgetnext.c
index e03b4ba668..ba3cea04e2 100644
--- a/cpukit/score/src/objectgetnext.c
+++ b/cpukit/score/src/objectgetnext.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c
index 22c5cc0ccb..9c21820888 100644
--- a/cpukit/score/src/objectinitializeinformation.c
+++ b/cpukit/score/src/objectinitializeinformation.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index 62f7fb5285..bbd2f18cc5 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Object 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
diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/score/src/objectnametoid.c
index 4f01ca17b1..086a9fd74d 100644
--- a/cpukit/score/src/objectnametoid.c
+++ b/cpukit/score/src/objectnametoid.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/objectshrinkinformation.c b/cpukit/score/src/objectshrinkinformation.c
index 36c2038def..136e6b1686 100644
--- a/cpukit/score/src/objectshrinkinformation.c
+++ b/cpukit/score/src/objectshrinkinformation.c
@@ -2,9 +2,8 @@
* Object 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
diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c
index cbe77b23ee..9cb197e5bc 100644
--- a/cpukit/score/src/thread.c
+++ b/cpukit/score/src/thread.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepriority.c
index b8b76ea235..65c16a6305 100644
--- a/cpukit/score/src/threadchangepriority.c
+++ b/cpukit/score/src/threadchangepriority.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadclearstate.c b/cpukit/score/src/threadclearstate.c
index 67e9d2df8b..8a4ae80417 100644
--- a/cpukit/score/src/threadclearstate.c
+++ b/cpukit/score/src/threadclearstate.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadclose.c b/cpukit/score/src/threadclose.c
index 79f78827db..4f2c9a6de5 100644
--- a/cpukit/score/src/threadclose.c
+++ b/cpukit/score/src/threadclose.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateidle.c
index 825b29838e..32d8254507 100644
--- a/cpukit/score/src/threadcreateidle.c
+++ b/cpukit/score/src/threadcreateidle.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threaddelayended.c b/cpukit/score/src/threaddelayended.c
index 8e96f252eb..bb8f05296c 100644
--- a/cpukit/score/src/threaddelayended.c
+++ b/cpukit/score/src/threaddelayended.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c
index 8c391d0d58..311947cfa9 100644
--- a/cpukit/score/src/threaddispatch.c
+++ b/cpukit/score/src/threaddispatch.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadevaluatemode.c b/cpukit/score/src/threadevaluatemode.c
index 1f8bde4a3a..edbfa5b882 100644
--- a/cpukit/score/src/threadevaluatemode.c
+++ b/cpukit/score/src/threadevaluatemode.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
index 6a5434d9fa..cf0cfaffd2 100644
--- a/cpukit/score/src/threadget.c
+++ b/cpukit/score/src/threadget.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index 6b1d2dc5e2..cfdb9292d1 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadidlebody.c b/cpukit/score/src/threadidlebody.c
index 0a6b16b9f5..93b90a12cd 100644
--- a/cpukit/score/src/threadidlebody.c
+++ b/cpukit/score/src/threadidlebody.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c
index ceec9811eb..0d5154c400 100644
--- a/cpukit/score/src/threadinitialize.c
+++ b/cpukit/score/src/threadinitialize.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadloadenv.c b/cpukit/score/src/threadloadenv.c
index a41693f91a..c3493eeccd 100644
--- a/cpukit/score/src/threadloadenv.c
+++ b/cpukit/score/src/threadloadenv.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c
index 7f22e626c0..58a183ba87 100644
--- a/cpukit/score/src/threadmp.c
+++ b/cpukit/score/src/threadmp.c
@@ -2,9 +2,8 @@
* Multiprocessing Support for the Thread 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
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index b5d9ddcdd8..1deaa61045 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqdequeue.c b/cpukit/score/src/threadqdequeue.c
index 0d34f20adb..dcb64099d0 100644
--- a/cpukit/score/src/threadqdequeue.c
+++ b/cpukit/score/src/threadqdequeue.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqdequeuefifo.c b/cpukit/score/src/threadqdequeuefifo.c
index 243f0e2ec2..2e3c84fe45 100644
--- a/cpukit/score/src/threadqdequeuefifo.c
+++ b/cpukit/score/src/threadqdequeuefifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqdequeuepriority.c b/cpukit/score/src/threadqdequeuepriority.c
index 3539ee7764..0ca29eeabf 100644
--- a/cpukit/score/src/threadqdequeuepriority.c
+++ b/cpukit/score/src/threadqdequeuepriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c
index 87b2dd0ec5..fb4d907c78 100644
--- a/cpukit/score/src/threadqenqueue.c
+++ b/cpukit/score/src/threadqenqueue.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqenqueuefifo.c b/cpukit/score/src/threadqenqueuefifo.c
index 6ce57bec7f..5ba902198e 100644
--- a/cpukit/score/src/threadqenqueuefifo.c
+++ b/cpukit/score/src/threadqenqueuefifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqenqueuepriority.c b/cpukit/score/src/threadqenqueuepriority.c
index 724b06487d..a3a49cd7dc 100644
--- a/cpukit/score/src/threadqenqueuepriority.c
+++ b/cpukit/score/src/threadqenqueuepriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqextract.c b/cpukit/score/src/threadqextract.c
index 733395b285..0514b2d932 100644
--- a/cpukit/score/src/threadqextract.c
+++ b/cpukit/score/src/threadqextract.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqextractfifo.c b/cpukit/score/src/threadqextractfifo.c
index f028460f0a..d2f23d38ea 100644
--- a/cpukit/score/src/threadqextractfifo.c
+++ b/cpukit/score/src/threadqextractfifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqextractpriority.c b/cpukit/score/src/threadqextractpriority.c
index 2b41dd97dc..57c9c54137 100644
--- a/cpukit/score/src/threadqextractpriority.c
+++ b/cpukit/score/src/threadqextractpriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqextractwithproxy.c b/cpukit/score/src/threadqextractwithproxy.c
index e715555bd8..68b3daff5b 100644
--- a/cpukit/score/src/threadqextractwithproxy.c
+++ b/cpukit/score/src/threadqextractwithproxy.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c
index d6cbc10f2c..0057429376 100644
--- a/cpukit/score/src/threadqfirst.c
+++ b/cpukit/score/src/threadqfirst.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqfirstfifo.c b/cpukit/score/src/threadqfirstfifo.c
index a448ef79de..f1b92f2fd2 100644
--- a/cpukit/score/src/threadqfirstfifo.c
+++ b/cpukit/score/src/threadqfirstfifo.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqfirstpriority.c b/cpukit/score/src/threadqfirstpriority.c
index a914e7a398..dbab132ef6 100644
--- a/cpukit/score/src/threadqfirstpriority.c
+++ b/cpukit/score/src/threadqfirstpriority.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c
index 4a494ccc15..4d97ff60ab 100644
--- a/cpukit/score/src/threadqflush.c
+++ b/cpukit/score/src/threadqflush.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadqtimeout.c b/cpukit/score/src/threadqtimeout.c
index 8d52a838ac..7ac2c04186 100644
--- a/cpukit/score/src/threadqtimeout.c
+++ b/cpukit/score/src/threadqtimeout.c
@@ -2,9 +2,8 @@
* Thread Queue 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
diff --git a/cpukit/score/src/threadready.c b/cpukit/score/src/threadready.c
index 24714a70b9..35525e787a 100644
--- a/cpukit/score/src/threadready.c
+++ b/cpukit/score/src/threadready.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadreset.c b/cpukit/score/src/threadreset.c
index 60604b1f37..52c975ec17 100644
--- a/cpukit/score/src/threadreset.c
+++ b/cpukit/score/src/threadreset.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadresettimeslice.c b/cpukit/score/src/threadresettimeslice.c
index c76eb82ef2..480009b403 100644
--- a/cpukit/score/src/threadresettimeslice.c
+++ b/cpukit/score/src/threadresettimeslice.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c
index 395599cf96..f2b6e9ddbb 100644
--- a/cpukit/score/src/threadrestart.c
+++ b/cpukit/score/src/threadrestart.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadresume.c b/cpukit/score/src/threadresume.c
index 067dc59610..221d6a0fc0 100644
--- a/cpukit/score/src/threadresume.c
+++ b/cpukit/score/src/threadresume.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadrotatequeue.c b/cpukit/score/src/threadrotatequeue.c
index f7ee9c12f5..0c436e22a9 100644
--- a/cpukit/score/src/threadrotatequeue.c
+++ b/cpukit/score/src/threadrotatequeue.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadsetpriority.c b/cpukit/score/src/threadsetpriority.c
index 787490fc1c..a4641ae43f 100644
--- a/cpukit/score/src/threadsetpriority.c
+++ b/cpukit/score/src/threadsetpriority.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadsetstate.c b/cpukit/score/src/threadsetstate.c
index 607202a0d9..286cacd56a 100644
--- a/cpukit/score/src/threadsetstate.c
+++ b/cpukit/score/src/threadsetstate.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadsettransient.c b/cpukit/score/src/threadsettransient.c
index 5a2cf22a94..9a08bddbbb 100644
--- a/cpukit/score/src/threadsettransient.c
+++ b/cpukit/score/src/threadsettransient.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadstackallocate.c b/cpukit/score/src/threadstackallocate.c
index b37c65749f..583b672f19 100644
--- a/cpukit/score/src/threadstackallocate.c
+++ b/cpukit/score/src/threadstackallocate.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadstackfree.c b/cpukit/score/src/threadstackfree.c
index e151f5dccf..1a8abeade8 100644
--- a/cpukit/score/src/threadstackfree.c
+++ b/cpukit/score/src/threadstackfree.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadstart.c b/cpukit/score/src/threadstart.c
index 6f26ba75c1..ac36618c63 100644
--- a/cpukit/score/src/threadstart.c
+++ b/cpukit/score/src/threadstart.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index 8c9baa70af..0e58f77420 100644
--- a/cpukit/score/src/threadstartmultitasking.c
+++ b/cpukit/score/src/threadstartmultitasking.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadsuspend.c b/cpukit/score/src/threadsuspend.c
index 82363054e5..fe66b715e0 100644
--- a/cpukit/score/src/threadsuspend.c
+++ b/cpukit/score/src/threadsuspend.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadtickletimeslice.c b/cpukit/score/src/threadtickletimeslice.c
index ea57350b2c..24ef516506 100644
--- a/cpukit/score/src/threadtickletimeslice.c
+++ b/cpukit/score/src/threadtickletimeslice.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/threadyieldprocessor.c b/cpukit/score/src/threadyieldprocessor.c
index 0e9721c469..b46a6b1474 100644
--- a/cpukit/score/src/threadyieldprocessor.c
+++ b/cpukit/score/src/threadyieldprocessor.c
@@ -2,9 +2,8 @@
* Thread 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 found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/src/userext.c b/cpukit/score/src/userext.c
index a57c6e7ee8..d652c29568 100644
--- a/cpukit/score/src/userext.c
+++ b/cpukit/score/src/userext.c
@@ -3,9 +3,8 @@
*
* NOTE: 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/cpukit/score/src/watchdog.c b/cpukit/score/src/watchdog.c
index f722e0835b..1bdbc5ae3d 100644
--- a/cpukit/score/src/watchdog.c
+++ b/cpukit/score/src/watchdog.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index 83322c11e3..6926743f32 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c
index ea5ffc3353..43c1eacd76 100644
--- a/cpukit/score/src/watchdoginsert.c
+++ b/cpukit/score/src/watchdoginsert.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c
index 1f19d2f49b..f3b5d8e5a1 100644
--- a/cpukit/score/src/watchdogremove.c
+++ b/cpukit/score/src/watchdogremove.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index e50c8de43e..fe07f566ff 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -2,9 +2,8 @@
* Watchdog 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
diff --git a/cpukit/score/src/wkspace.c b/cpukit/score/src/wkspace.c
index 5e154f5efa..4ae6c6c118 100644
--- a/cpukit/score/src/wkspace.c
+++ b/cpukit/score/src/wkspace.c
@@ -5,9 +5,8 @@
*
* NOTE:
*
- * 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