From 08311cc3a95a4b8abf98477c46d7a9f18d360bdb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Nov 1999 17:51:34 +0000 Subject: Updated copyright notice. --- c/src/exec/libcsupport/include/clockdrv.h | 3 +-- c/src/exec/libcsupport/include/console.h | 3 +-- c/src/exec/libcsupport/include/iosupp.h | 3 +-- c/src/exec/libcsupport/include/motorola/mc68230.h | 3 +-- c/src/exec/libcsupport/include/rtems/libcsupport.h | 3 +-- c/src/exec/libcsupport/include/rtems/libio.h | 3 +-- c/src/exec/libcsupport/include/rtems/libio_.h | 3 +-- c/src/exec/libcsupport/include/sys/termios.h | 3 +-- c/src/exec/libcsupport/include/timerdrv.h | 3 +-- c/src/exec/libcsupport/include/vmeintr.h | 3 +-- c/src/exec/libcsupport/include/zilog/z8036.h | 3 +-- c/src/exec/libcsupport/include/zilog/z8530.h | 3 +-- c/src/exec/libcsupport/include/zilog/z8536.h | 3 +-- c/src/exec/libcsupport/src/__brk.c | 3 +-- c/src/exec/libcsupport/src/__gettod.c | 3 +-- c/src/exec/libcsupport/src/__sbrk.c | 3 +-- c/src/exec/libcsupport/src/__times.c | 3 +-- c/src/exec/libcsupport/src/access.c | 3 +-- c/src/exec/libcsupport/src/base_fs.c | 3 +-- c/src/exec/libcsupport/src/cfgetispeed.c | 3 +-- c/src/exec/libcsupport/src/cfgetospeed.c | 3 +-- c/src/exec/libcsupport/src/cfsetispeed.c | 3 +-- c/src/exec/libcsupport/src/cfsetospeed.c | 3 +-- c/src/exec/libcsupport/src/chdir.c | 3 +-- c/src/exec/libcsupport/src/chmod.c | 3 +-- c/src/exec/libcsupport/src/chown.c | 3 +-- c/src/exec/libcsupport/src/close.c | 3 +-- c/src/exec/libcsupport/src/ctermid.c | 3 +-- c/src/exec/libcsupport/src/dup.c | 3 +-- c/src/exec/libcsupport/src/dup2.c | 3 +-- c/src/exec/libcsupport/src/eval.c | 3 +-- c/src/exec/libcsupport/src/fchmod.c | 3 +-- c/src/exec/libcsupport/src/fcntl.c | 3 +-- c/src/exec/libcsupport/src/fdatasync.c | 3 +-- c/src/exec/libcsupport/src/fpathconf.c | 3 +-- c/src/exec/libcsupport/src/fs_null_handlers.c | 3 +-- c/src/exec/libcsupport/src/fstat.c | 3 +-- c/src/exec/libcsupport/src/fsync.c | 3 +-- c/src/exec/libcsupport/src/ftruncate.c | 3 +-- c/src/exec/libcsupport/src/getdents.c | 3 +-- c/src/exec/libcsupport/src/hosterr.c | 3 +-- c/src/exec/libcsupport/src/ioctl.c | 3 +-- c/src/exec/libcsupport/src/libio.c | 3 +-- c/src/exec/libcsupport/src/libio_sockets.c | 3 +-- c/src/exec/libcsupport/src/link.c | 3 +-- c/src/exec/libcsupport/src/lseek.c | 3 +-- c/src/exec/libcsupport/src/lstat.c | 3 +-- c/src/exec/libcsupport/src/malloc.c | 3 +-- c/src/exec/libcsupport/src/mkdir.c | 3 +-- c/src/exec/libcsupport/src/mkfifo.c | 3 +-- c/src/exec/libcsupport/src/mknod.c | 3 +-- c/src/exec/libcsupport/src/mount.c | 3 +-- c/src/exec/libcsupport/src/no_libc.c | 3 +-- c/src/exec/libcsupport/src/open.c | 3 +-- c/src/exec/libcsupport/src/pathconf.c | 3 +-- c/src/exec/libcsupport/src/pipe.c | 3 +-- c/src/exec/libcsupport/src/read.c | 3 +-- c/src/exec/libcsupport/src/readlink.c | 3 +-- c/src/exec/libcsupport/src/rewinddir.c | 3 +-- c/src/exec/libcsupport/src/rmdir.c | 3 +-- c/src/exec/libcsupport/src/seekdir.c | 3 +-- c/src/exec/libcsupport/src/stat.c | 3 +-- c/src/exec/libcsupport/src/symlink.c | 3 +-- c/src/exec/libcsupport/src/tcdrain.c | 3 +-- c/src/exec/libcsupport/src/tcflow.c | 3 +-- c/src/exec/libcsupport/src/tcflush.c | 3 +-- c/src/exec/libcsupport/src/tcgetattr.c | 3 +-- c/src/exec/libcsupport/src/tcgetprgrp.c | 3 +-- c/src/exec/libcsupport/src/tcsendbreak.c | 3 +-- c/src/exec/libcsupport/src/tcsetattr.c | 3 +-- c/src/exec/libcsupport/src/tcsetpgrp.c | 3 +-- c/src/exec/libcsupport/src/telldir.c | 3 +-- c/src/exec/libcsupport/src/truncate.c | 3 +-- c/src/exec/libcsupport/src/umask.c | 3 +-- c/src/exec/libcsupport/src/unixlibc.c | 3 +-- c/src/exec/libcsupport/src/unlink.c | 3 +-- c/src/exec/libcsupport/src/unmount.c | 3 +-- c/src/exec/libcsupport/src/utime.c | 3 +-- c/src/exec/libcsupport/src/write.c | 3 +-- 79 files changed, 79 insertions(+), 158 deletions(-) (limited to 'c/src/exec/libcsupport') 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 -- cgit v1.2.3