summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 19:54:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 19:54:41 +0000
commit9d7b37664935909229ce4f415647ab0edfe527d1 (patch)
treed59277c35e0510c0df4c2010e5fe86efb973e367
parentNow builds with full links. (diff)
downloadrtems-9d7b37664935909229ce4f415647ab0edfe527d1.tar.bz2
Added copyrights and CVS Ids.
-rw-r--r--doc/porting/codetuning.t8
-rw-r--r--doc/porting/cpuinit.t8
-rw-r--r--doc/porting/cpumodels.t8
-rw-r--r--doc/porting/developtools.t8
-rw-r--r--doc/porting/idlethread.t8
-rw-r--r--doc/porting/interrupts.t8
-rw-r--r--doc/porting/miscellaneous.t8
-rw-r--r--doc/porting/prioritybitmap.t8
-rw-r--r--doc/porting/sourcecode.t8
-rw-r--r--doc/porting/taskcontext.t8
10 files changed, 80 insertions, 0 deletions
diff --git a/doc/porting/codetuning.t b/doc/porting/codetuning.t
index eb3f126f3f..3ecb521bfa 100644
--- a/doc/porting/codetuning.t
+++ b/doc/porting/codetuning.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Code Tuning Parameters
@section Inline Thread_Enable_dispatch
diff --git a/doc/porting/cpuinit.t b/doc/porting/cpuinit.t
index 49d9956249..e13d2a0d28 100644
--- a/doc/porting/cpuinit.t
+++ b/doc/porting/cpuinit.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter CPU Initialization
This section describes the general CPU and system initialization sequence
diff --git a/doc/porting/cpumodels.t b/doc/porting/cpumodels.t
index 1882831bdb..c809653197 100644
--- a/doc/porting/cpumodels.t
+++ b/doc/porting/cpumodels.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter CPU Model Variations
XXX copy some description of the portability model discussion from the
diff --git a/doc/porting/developtools.t b/doc/porting/developtools.t
index 25098732a0..5c4751c357 100644
--- a/doc/porting/developtools.t
+++ b/doc/porting/developtools.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Development Tools
When porting RTEMS to a new CPU architecture, one will have to have a
diff --git a/doc/porting/idlethread.t b/doc/porting/idlethread.t
index aa0a71dec4..6ed63f879f 100644
--- a/doc/porting/idlethread.t
+++ b/doc/porting/idlethread.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter IDLE Thread
@section Does Idle Thread Have a Floating Point Context?
diff --git a/doc/porting/interrupts.t b/doc/porting/interrupts.t
index 8a2348eaa6..30e3202b5c 100644
--- a/doc/porting/interrupts.t
+++ b/doc/porting/interrupts.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Interrupts
@section Introduction
diff --git a/doc/porting/miscellaneous.t b/doc/porting/miscellaneous.t
index a603ca8554..ea7d8a6c9a 100644
--- a/doc/porting/miscellaneous.t
+++ b/doc/porting/miscellaneous.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Miscellaneous
@section Fatal Error Default Handler
diff --git a/doc/porting/prioritybitmap.t b/doc/porting/prioritybitmap.t
index 041485066d..61cbcff425 100644
--- a/doc/porting/prioritybitmap.t
+++ b/doc/porting/prioritybitmap.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Priority Bitmap Manipulation
@section Introduction
diff --git a/doc/porting/sourcecode.t b/doc/porting/sourcecode.t
index 211218e56a..83e2680756 100644
--- a/doc/porting/sourcecode.t
+++ b/doc/porting/sourcecode.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Source Code Organization
This section describes the organization of the source code within RTEMS
diff --git a/doc/porting/taskcontext.t b/doc/porting/taskcontext.t
index 442ca373b2..cf0f750995 100644
--- a/doc/porting/taskcontext.t
+++ b/doc/porting/taskcontext.t
@@ -1,3 +1,11 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
@chapter Task Context Management
@section Introduction