From 139b2e4a00c3972322e3fa359ffab605fd11aa3f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 4 Jun 1997 18:32:07 +0000 Subject: added CVS Id string --- doc/tools/bmenu/Makefile | 2 ++ doc/tools/bmenu/address.h | 8 +++----- doc/tools/bmenu/address.inl | 8 +++----- doc/tools/bmenu/base.h | 7 +++++++ doc/tools/bmenu/chain.c | 9 +++------ doc/tools/bmenu/chain.h | 8 +++----- doc/tools/bmenu/chain.inl | 8 +++----- doc/tools/bmenu/isr.h | 7 +++++++ doc/tools/bmenu/main.c | 6 ++++++ doc/tools/bmenu/system.h | 7 +++++++ doc/tools/update | 5 +++-- doc/tools/word-replace | 4 ++++ 12 files changed, 51 insertions(+), 28 deletions(-) (limited to 'doc/tools') diff --git a/doc/tools/bmenu/Makefile b/doc/tools/bmenu/Makefile index 597593dc57..8b8f3d06b0 100644 --- a/doc/tools/bmenu/Makefile +++ b/doc/tools/bmenu/Makefile @@ -3,6 +3,8 @@ # On-Line Applications Research Corporation (OAR). # All rights reserved. # +# $Id$ +# CC=gcc #CFLAGS=-O4 -fomit-frame-pointer diff --git a/doc/tools/bmenu/address.h b/doc/tools/bmenu/address.h index f4ebf905b3..7fc57c390a 100644 --- a/doc/tools/bmenu/address.h +++ b/doc/tools/bmenu/address.h @@ -3,13 +3,11 @@ * This include file contains the information required to manipulate * physical addresses. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1988-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * All rights reserved. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * $Id$ */ #ifndef __ADDRESSES_h diff --git a/doc/tools/bmenu/address.inl b/doc/tools/bmenu/address.inl index 8b7489c257..1a84cf1034 100644 --- a/doc/tools/bmenu/address.inl +++ b/doc/tools/bmenu/address.inl @@ -3,13 +3,11 @@ * This include file contains the bodies of the routines * about addresses which are inlined. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1988-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * All rights reserved. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * $Id$ */ #ifndef __INLINE_ADDRESSES_inl diff --git a/doc/tools/bmenu/base.h b/doc/tools/bmenu/base.h index 2e60938aa9..965129faf0 100644 --- a/doc/tools/bmenu/base.h +++ b/doc/tools/bmenu/base.h @@ -1,3 +1,10 @@ +/* + * COPYRIGHT (c) 1988-1997. + * On-Line Applications Research Corporation (OAR). + * All rights reserved. + * + * $Id$ + */ #ifndef __PDL2AMI_h #define __PDL2AMI_h diff --git a/doc/tools/bmenu/chain.c b/doc/tools/bmenu/chain.c index 5ea2e0c51a..4e501a3c23 100644 --- a/doc/tools/bmenu/chain.c +++ b/doc/tools/bmenu/chain.c @@ -1,14 +1,11 @@ /* * Chain Handler * - * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1988-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * All rights reserved. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * $Id$ */ #include "system.h" diff --git a/doc/tools/bmenu/chain.h b/doc/tools/bmenu/chain.h index ba5d54e998..82a7b3342e 100644 --- a/doc/tools/bmenu/chain.h +++ b/doc/tools/bmenu/chain.h @@ -3,13 +3,11 @@ * This include file contains all the constants and structures associated * with the Doubly Linked Chain Handler. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1988-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * All rights reserved. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * $Id$ */ #ifndef __CHAIN_h diff --git a/doc/tools/bmenu/chain.inl b/doc/tools/bmenu/chain.inl index a1f7149732..05bb2e33df 100644 --- a/doc/tools/bmenu/chain.inl +++ b/doc/tools/bmenu/chain.inl @@ -3,13 +3,11 @@ * This include file contains the bodies of the routines which are * associated with doubly linked chains and inlined. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1988-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * All rights reserved. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * $Id$ */ #ifndef __INLINE_CHAIN_inl diff --git a/doc/tools/bmenu/isr.h b/doc/tools/bmenu/isr.h index 9c8344ca57..b923c01deb 100644 --- a/doc/tools/bmenu/isr.h +++ b/doc/tools/bmenu/isr.h @@ -1,3 +1,10 @@ +/* + * COPYRIGHT (c) 1988-1997. + * On-Line Applications Research Corporation (OAR). + * All rights reserved. + * + * $Id$ + */ #ifndef __ISR_h diff --git a/doc/tools/bmenu/main.c b/doc/tools/bmenu/main.c index 1a9a309831..7568b379aa 100644 --- a/doc/tools/bmenu/main.c +++ b/doc/tools/bmenu/main.c @@ -11,6 +11,12 @@ * by hand: * + previous of the first node * + next of the last node + * + * COPYRIGHT (c) 1988-1997. + * On-Line Applications Research Corporation (OAR). + * All rights reserved. + * + * $Id$ */ #include diff --git a/doc/tools/bmenu/system.h b/doc/tools/bmenu/system.h index 21e163a35e..5ebf1a9fa2 100644 --- a/doc/tools/bmenu/system.h +++ b/doc/tools/bmenu/system.h @@ -1,3 +1,10 @@ +/* + * COPYRIGHT (c) 1988-1997. + * On-Line Applications Research Corporation (OAR). + * All rights reserved. + * + * $Id$ + */ #ifndef __SYSTEM_h #define __SYSTEM_h diff --git a/doc/tools/update b/doc/tools/update index 284bb3f2b2..06838612db 100644 --- a/doc/tools/update +++ b/doc/tools/update @@ -1,7 +1,5 @@ #!/bin/ksh # -# update,v 1.2 1995/05/31 17:20:58 joel Exp -# # Either bash or ksh will be ok for this; requires 'test -ot' # (-p above just says to not parse $ENV file; makes it faster for # those of us who set $ENV) @@ -10,6 +8,9 @@ # NOTE # # This is potentially a very dangerous program. +# +# $Id$ +# # progname=`basename $0` progname=${0##*/} # fast basename hack for ksh, bash diff --git a/doc/tools/word-replace b/doc/tools/word-replace index 2bfd2afb88..90e72117fd 100755 --- a/doc/tools/word-replace +++ b/doc/tools/word-replace @@ -1,4 +1,8 @@ #!/usr/bin/perl +# +# $Id$ +# + eval "exec /usr/local/bin/perl -S $0 $*" if $running_under_some_shell; -- cgit v1.2.3