summaryrefslogtreecommitdiffstats
path: root/doc/tools/bmenu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-04 18:32:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-04 18:32:07 +0000
commit139b2e4a00c3972322e3fa359ffab605fd11aa3f (patch)
tree6c65c9a7217387972f1d179c92ec4eac53d7f403 /doc/tools/bmenu
parentadded CVS Id string (diff)
downloadrtems-139b2e4a00c3972322e3fa359ffab605fd11aa3f.tar.bz2
added CVS Id string
Diffstat (limited to 'doc/tools/bmenu')
-rw-r--r--doc/tools/bmenu/Makefile2
-rw-r--r--doc/tools/bmenu/address.h8
-rw-r--r--doc/tools/bmenu/address.inl8
-rw-r--r--doc/tools/bmenu/base.h7
-rw-r--r--doc/tools/bmenu/chain.c9
-rw-r--r--doc/tools/bmenu/chain.h8
-rw-r--r--doc/tools/bmenu/chain.inl8
-rw-r--r--doc/tools/bmenu/isr.h7
-rw-r--r--doc/tools/bmenu/main.c6
-rw-r--r--doc/tools/bmenu/system.h7
10 files changed, 44 insertions, 26 deletions
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 <assert.h>
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