summaryrefslogtreecommitdiffstats
path: root/doc/tools/bmenu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-17 21:47:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-17 21:47:47 +0000
commit6449498bc7dea93900d6980a66af64c9116ef597 (patch)
tree7d89881d70af765dc7ad549095fb9f5f381cba6f /doc/tools/bmenu
parent2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6449498bc7dea93900d6980a66af64c9116ef597.tar.bz2
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
Diffstat (limited to 'doc/tools/bmenu')
-rw-r--r--doc/tools/bmenu/Makefile.am2
-rw-r--r--doc/tools/bmenu/address.h2
-rw-r--r--doc/tools/bmenu/address.inl2
-rw-r--r--doc/tools/bmenu/base.h2
-rw-r--r--doc/tools/bmenu/bmenu2.c2
-rw-r--r--doc/tools/bmenu/chain.c2
-rw-r--r--doc/tools/bmenu/chain.h2
-rw-r--r--doc/tools/bmenu/chain.inl2
-rw-r--r--doc/tools/bmenu/isr.h2
-rw-r--r--doc/tools/bmenu/system.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/doc/tools/bmenu/Makefile.am b/doc/tools/bmenu/Makefile.am
index 1be05d78ee..fb9021bb3e 100644
--- a/doc/tools/bmenu/Makefile.am
+++ b/doc/tools/bmenu/Makefile.am
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/bmenu/address.h b/doc/tools/bmenu/address.h
index 91aa6f3d82..1b26544f87 100644
--- a/doc/tools/bmenu/address.h
+++ b/doc/tools/bmenu/address.h
@@ -3,7 +3,7 @@
* This include file contains the information required to manipulate
* physical addresses.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/address.inl b/doc/tools/bmenu/address.inl
index bf3d3ff38b..220e5fe2e0 100644
--- a/doc/tools/bmenu/address.inl
+++ b/doc/tools/bmenu/address.inl
@@ -3,7 +3,7 @@
* This include file contains the bodies of the routines
* about addresses which are inlined.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/base.h b/doc/tools/bmenu/base.h
index 1720cb814a..09e491628f 100644
--- a/doc/tools/bmenu/base.h
+++ b/doc/tools/bmenu/base.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/bmenu2.c b/doc/tools/bmenu/bmenu2.c
index 677196c892..8004de59c2 100644
--- a/doc/tools/bmenu/bmenu2.c
+++ b/doc/tools/bmenu/bmenu2.c
@@ -12,7 +12,7 @@
* + previous of the first node
* + next of the last node
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.c b/doc/tools/bmenu/chain.c
index b8f13b51f7..ba77ba2605 100644
--- a/doc/tools/bmenu/chain.c
+++ b/doc/tools/bmenu/chain.c
@@ -1,7 +1,7 @@
/*
* Chain Handler
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.h b/doc/tools/bmenu/chain.h
index b2858ba41e..8f8574e239 100644
--- a/doc/tools/bmenu/chain.h
+++ b/doc/tools/bmenu/chain.h
@@ -3,7 +3,7 @@
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain Handler.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.inl b/doc/tools/bmenu/chain.inl
index 577c765603..db9bc57fed 100644
--- a/doc/tools/bmenu/chain.inl
+++ b/doc/tools/bmenu/chain.inl
@@ -3,7 +3,7 @@
* This include file contains the bodies of the routines which are
* associated with doubly linked chains and inlined.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/isr.h b/doc/tools/bmenu/isr.h
index 855683f056..33eaefb127 100644
--- a/doc/tools/bmenu/isr.h
+++ b/doc/tools/bmenu/isr.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/system.h b/doc/tools/bmenu/system.h
index 2eb8acafbf..cfc84e6333 100644
--- a/doc/tools/bmenu/system.h
+++ b/doc/tools/bmenu/system.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*