summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 19:50:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 19:50:56 +0000
commit0660b4f892be50eb3c6e2c2c597dbb8f82fff6ff (patch)
tree9f194207cbf2e70595bc3e046cf726bfee6c025d /doc/tools
parentAdded copyright. (diff)
downloadrtems-0660b4f892be50eb3c6e2c2c597dbb8f82fff6ff.tar.bz2
Changed copyright date to 1999.
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/bmenu/Makefile2
-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/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/main.c2
-rw-r--r--doc/tools/bmenu/system.h2
-rw-r--r--doc/tools/src2html/Makefile2
-rw-r--r--doc/tools/texi2www/Makefile2
12 files changed, 12 insertions, 12 deletions
diff --git a/doc/tools/bmenu/Makefile b/doc/tools/bmenu/Makefile
index 2a3d20ac3e..6d5da7b9d0 100644
--- a/doc/tools/bmenu/Makefile
+++ b/doc/tools/bmenu/Makefile
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-1999.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/bmenu/address.h b/doc/tools/bmenu/address.h
index f4cd38b255..91aa6f3d82 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-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/address.inl b/doc/tools/bmenu/address.inl
index ddb1f76264..bf3d3ff38b 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-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/base.h b/doc/tools/bmenu/base.h
index f7c3999b69..1720cb814a 100644
--- a/doc/tools/bmenu/base.h
+++ b/doc/tools/bmenu/base.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.c b/doc/tools/bmenu/chain.c
index 8ddc6add81..b8f13b51f7 100644
--- a/doc/tools/bmenu/chain.c
+++ b/doc/tools/bmenu/chain.c
@@ -1,7 +1,7 @@
/*
* Chain Handler
*
- * COPYRIGHT (c) 1988-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.h b/doc/tools/bmenu/chain.h
index b2c220516f..b2858ba41e 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-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.inl b/doc/tools/bmenu/chain.inl
index 4316f5e5b8..577c765603 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-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/isr.h b/doc/tools/bmenu/isr.h
index 35a2e503cc..855683f056 100644
--- a/doc/tools/bmenu/isr.h
+++ b/doc/tools/bmenu/isr.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/main.c b/doc/tools/bmenu/main.c
index 56779ca2c4..4cc78c28d1 100644
--- a/doc/tools/bmenu/main.c
+++ b/doc/tools/bmenu/main.c
@@ -12,7 +12,7 @@
* + previous of the first node
* + next of the last node
*
- * COPYRIGHT (c) 1988-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/system.h b/doc/tools/bmenu/system.h
index 397c3afca2..2eb8acafbf 100644
--- a/doc/tools/bmenu/system.h
+++ b/doc/tools/bmenu/system.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1998.
+ * COPYRIGHT (c) 1988-1999.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/src2html/Makefile b/doc/tools/src2html/Makefile
index 208f901559..6aa7b47e39 100644
--- a/doc/tools/src2html/Makefile
+++ b/doc/tools/src2html/Makefile
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-1999.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/texi2www/Makefile b/doc/tools/texi2www/Makefile
index ba48d46974..11ef5a3d65 100644
--- a/doc/tools/texi2www/Makefile
+++ b/doc/tools/texi2www/Makefile
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-1999.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#