summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-17 16:47:58 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-17 16:47:58 +0000
commit9d9a3dd8d35a91c232f160a43d470006432ca57b (patch)
tree73b57b355b9b632f9db7ffda7f01ffd3e540f882 /c/src/exec/itron
parentNew date. (diff)
downloadrtems-9d9a3dd8d35a91c232f160a43d470006432ca57b.tar.bz2
+ Updated copyright information.
Diffstat (limited to 'c/src/exec/itron')
-rw-r--r--c/src/exec/itron/include/itron.h3
-rw-r--r--c/src/exec/itron/include/itronsys/eventflags.h3
-rw-r--r--c/src/exec/itron/include/itronsys/fmempool.h3
-rw-r--r--c/src/exec/itron/include/itronsys/intr.h3
-rw-r--r--c/src/exec/itron/include/itronsys/mbox.h3
-rw-r--r--c/src/exec/itron/include/itronsys/msgbuffer.h3
-rw-r--r--c/src/exec/itron/include/itronsys/network.h3
-rw-r--r--c/src/exec/itron/include/itronsys/port.h3
-rw-r--r--c/src/exec/itron/include/itronsys/semaphore.h3
-rw-r--r--c/src/exec/itron/include/itronsys/status.h3
-rw-r--r--c/src/exec/itron/include/itronsys/sysmgmt.h3
-rw-r--r--c/src/exec/itron/include/itronsys/task.h3
-rw-r--r--c/src/exec/itron/include/itronsys/time.h3
-rw-r--r--c/src/exec/itron/include/itronsys/types.h3
-rw-r--r--c/src/exec/itron/include/itronsys/vmempool.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/config.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/eventflags.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/fmempool.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/intr.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/itronapi.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/mbox.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/msgbuffer.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/network.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/object.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/port.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/semaphore.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/sysmgmt.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/task.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/time.h3
-rw-r--r--c/src/exec/itron/include/rtems/itron/vmempool.h3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/eventflags.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/fmempool.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/intr.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/mbox.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/msgbuffer.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/network.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/port.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/semaphore.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/sysmgmt.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/task.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/time.inl3
-rw-r--r--c/src/exec/itron/inline/rtems/itron/vmempool.inl3
-rw-r--r--c/src/exec/itron/src/can_wup.c3
-rw-r--r--c/src/exec/itron/src/chg_pri.c3
-rw-r--r--c/src/exec/itron/src/cre_mbf.c3
-rw-r--r--c/src/exec/itron/src/cre_mbx.c3
-rw-r--r--c/src/exec/itron/src/cre_sem.c3
-rw-r--r--c/src/exec/itron/src/cre_tsk.c3
-rw-r--r--c/src/exec/itron/src/del_mbf.c3
-rw-r--r--c/src/exec/itron/src/del_mbx.c3
-rw-r--r--c/src/exec/itron/src/del_sem.c3
-rw-r--r--c/src/exec/itron/src/del_tsk.c3
-rw-r--r--c/src/exec/itron/src/dis_dsp.c3
-rw-r--r--c/src/exec/itron/src/ena_dsp.c3
-rw-r--r--c/src/exec/itron/src/eventflags.c3
-rw-r--r--c/src/exec/itron/src/exd_tsk.c3
-rw-r--r--c/src/exec/itron/src/ext_tsk.c3
-rw-r--r--c/src/exec/itron/src/fmempool.c3
-rw-r--r--c/src/exec/itron/src/frsm_tsk.c3
-rw-r--r--c/src/exec/itron/src/get_tid.c3
-rw-r--r--c/src/exec/itron/src/itronintr.c3
-rw-r--r--c/src/exec/itron/src/itronsem.c3
-rw-r--r--c/src/exec/itron/src/itrontime.c3
-rw-r--r--c/src/exec/itron/src/mbox.c3
-rw-r--r--c/src/exec/itron/src/mboxtranslatereturncode.c3
-rw-r--r--c/src/exec/itron/src/msgbuffer.c3
-rw-r--r--c/src/exec/itron/src/msgbuffertranslatereturncode.c3
-rw-r--r--c/src/exec/itron/src/network.c3
-rw-r--r--c/src/exec/itron/src/port.c3
-rw-r--r--c/src/exec/itron/src/prcv_mbf.c3
-rw-r--r--c/src/exec/itron/src/prcv_mbx.c3
-rw-r--r--c/src/exec/itron/src/preq_sem.c3
-rw-r--r--c/src/exec/itron/src/psnd_mbf.c3
-rw-r--r--c/src/exec/itron/src/rcv_mbf.c3
-rw-r--r--c/src/exec/itron/src/rcv_mbx.c3
-rw-r--r--c/src/exec/itron/src/ref_mbf.c3
-rw-r--r--c/src/exec/itron/src/ref_mbx.c3
-rw-r--r--c/src/exec/itron/src/ref_sem.c3
-rw-r--r--c/src/exec/itron/src/ref_tsk.c3
-rw-r--r--c/src/exec/itron/src/rel_wai.c3
-rw-r--r--c/src/exec/itron/src/rot_rdq.c3
-rw-r--r--c/src/exec/itron/src/rsm_tsk.c3
-rw-r--r--c/src/exec/itron/src/sig_sem.c3
-rw-r--r--c/src/exec/itron/src/slp_tsk.c3
-rw-r--r--c/src/exec/itron/src/snd_mbf.c3
-rw-r--r--c/src/exec/itron/src/snd_mbx.c3
-rw-r--r--c/src/exec/itron/src/sta_tsk.c3
-rw-r--r--c/src/exec/itron/src/sus_tsk.c3
-rw-r--r--c/src/exec/itron/src/sysmgmt.c3
-rw-r--r--c/src/exec/itron/src/task.c3
-rw-r--r--c/src/exec/itron/src/ter_tsk.c3
-rw-r--r--c/src/exec/itron/src/trcv_mbf.c3
-rw-r--r--c/src/exec/itron/src/trcv_mbx.c3
-rw-r--r--c/src/exec/itron/src/tslp_tsk.c3
-rw-r--r--c/src/exec/itron/src/tsnd_mbf.c3
-rw-r--r--c/src/exec/itron/src/twai_sem.c3
-rw-r--r--c/src/exec/itron/src/vmempool.c3
-rw-r--r--c/src/exec/itron/src/wai_sem.c3
-rw-r--r--c/src/exec/itron/src/wup_tsk.c3
99 files changed, 295 insertions, 2 deletions
diff --git a/c/src/exec/itron/include/itron.h b/c/src/exec/itron/include/itron.h
index 2b6d2442f9..445042e1d3 100644
--- a/c/src/exec/itron/include/itron.h
+++ b/c/src/exec/itron/include/itron.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/eventflags.h b/c/src/exec/itron/include/itronsys/eventflags.h
index 27224404f7..1e0c7ac3b6 100644
--- a/c/src/exec/itron/include/itronsys/eventflags.h
+++ b/c/src/exec/itron/include/itronsys/eventflags.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/fmempool.h b/c/src/exec/itron/include/itronsys/fmempool.h
index fa72c8eb31..4f63d9ba5d 100644
--- a/c/src/exec/itron/include/itronsys/fmempool.h
+++ b/c/src/exec/itron/include/itronsys/fmempool.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/intr.h b/c/src/exec/itron/include/itronsys/intr.h
index 07f0c038f2..c42987313e 100644
--- a/c/src/exec/itron/include/itronsys/intr.h
+++ b/c/src/exec/itron/include/itronsys/intr.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/mbox.h b/c/src/exec/itron/include/itronsys/mbox.h
index 4196035b2c..7e741d1ba5 100644
--- a/c/src/exec/itron/include/itronsys/mbox.h
+++ b/c/src/exec/itron/include/itronsys/mbox.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/msgbuffer.h b/c/src/exec/itron/include/itronsys/msgbuffer.h
index 20a7563851..7b58a63924 100644
--- a/c/src/exec/itron/include/itronsys/msgbuffer.h
+++ b/c/src/exec/itron/include/itronsys/msgbuffer.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/network.h b/c/src/exec/itron/include/itronsys/network.h
index 21e3e0941c..394d381eb7 100644
--- a/c/src/exec/itron/include/itronsys/network.h
+++ b/c/src/exec/itron/include/itronsys/network.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/port.h b/c/src/exec/itron/include/itronsys/port.h
index a8935b403f..3999678eaa 100644
--- a/c/src/exec/itron/include/itronsys/port.h
+++ b/c/src/exec/itron/include/itronsys/port.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/semaphore.h b/c/src/exec/itron/include/itronsys/semaphore.h
index c149012dad..b76b72387d 100644
--- a/c/src/exec/itron/include/itronsys/semaphore.h
+++ b/c/src/exec/itron/include/itronsys/semaphore.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/status.h b/c/src/exec/itron/include/itronsys/status.h
index c2a640ba6a..42f7226749 100644
--- a/c/src/exec/itron/include/itronsys/status.h
+++ b/c/src/exec/itron/include/itronsys/status.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/sysmgmt.h b/c/src/exec/itron/include/itronsys/sysmgmt.h
index 21076cdca4..0f3c403f82 100644
--- a/c/src/exec/itron/include/itronsys/sysmgmt.h
+++ b/c/src/exec/itron/include/itronsys/sysmgmt.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/task.h b/c/src/exec/itron/include/itronsys/task.h
index fca48c03b8..d4f7a5e470 100644
--- a/c/src/exec/itron/include/itronsys/task.h
+++ b/c/src/exec/itron/include/itronsys/task.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/time.h b/c/src/exec/itron/include/itronsys/time.h
index 780c73b842..7868e45ff0 100644
--- a/c/src/exec/itron/include/itronsys/time.h
+++ b/c/src/exec/itron/include/itronsys/time.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/types.h b/c/src/exec/itron/include/itronsys/types.h
index 80cb31f3b8..27a701fa47 100644
--- a/c/src/exec/itron/include/itronsys/types.h
+++ b/c/src/exec/itron/include/itronsys/types.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/itronsys/vmempool.h b/c/src/exec/itron/include/itronsys/vmempool.h
index 7ef45398d3..fbb2f1e2b8 100644
--- a/c/src/exec/itron/include/itronsys/vmempool.h
+++ b/c/src/exec/itron/include/itronsys/vmempool.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/config.h b/c/src/exec/itron/include/rtems/itron/config.h
index 8403832025..9b7b84709d 100644
--- a/c/src/exec/itron/include/rtems/itron/config.h
+++ b/c/src/exec/itron/include/rtems/itron/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters specific for the ITRON API.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/exec/itron/include/rtems/itron/eventflags.h b/c/src/exec/itron/include/rtems/itron/eventflags.h
index 3bd2903aaa..1c709be752 100644
--- a/c/src/exec/itron/include/rtems/itron/eventflags.h
+++ b/c/src/exec/itron/include/rtems/itron/eventflags.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/fmempool.h b/c/src/exec/itron/include/rtems/itron/fmempool.h
index 5ee17fd6b0..221d376d1e 100644
--- a/c/src/exec/itron/include/rtems/itron/fmempool.h
+++ b/c/src/exec/itron/include/rtems/itron/fmempool.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/intr.h b/c/src/exec/itron/include/rtems/itron/intr.h
index d6d2703462..514b9198fe 100644
--- a/c/src/exec/itron/include/rtems/itron/intr.h
+++ b/c/src/exec/itron/include/rtems/itron/intr.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/itronapi.h b/c/src/exec/itron/include/rtems/itron/itronapi.h
index b66f5fa379..775813d2f4 100644
--- a/c/src/exec/itron/include/rtems/itron/itronapi.h
+++ b/c/src/exec/itron/include/rtems/itron/itronapi.h
@@ -1,6 +1,9 @@
/*
* ITRON API Support
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/mbox.h b/c/src/exec/itron/include/rtems/itron/mbox.h
index c0e0d53ea1..8f240ee8ce 100644
--- a/c/src/exec/itron/include/rtems/itron/mbox.h
+++ b/c/src/exec/itron/include/rtems/itron/mbox.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/msgbuffer.h b/c/src/exec/itron/include/rtems/itron/msgbuffer.h
index 746ece4058..4b3192af79 100644
--- a/c/src/exec/itron/include/rtems/itron/msgbuffer.h
+++ b/c/src/exec/itron/include/rtems/itron/msgbuffer.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/network.h b/c/src/exec/itron/include/rtems/itron/network.h
index 23e1d2f7bf..6889cf41fa 100644
--- a/c/src/exec/itron/include/rtems/itron/network.h
+++ b/c/src/exec/itron/include/rtems/itron/network.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/object.h b/c/src/exec/itron/include/rtems/itron/object.h
index 5d5c3e77ab..77c1c5e47f 100644
--- a/c/src/exec/itron/include/rtems/itron/object.h
+++ b/c/src/exec/itron/include/rtems/itron/object.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/port.h b/c/src/exec/itron/include/rtems/itron/port.h
index cfa71c8651..f8e17c630f 100644
--- a/c/src/exec/itron/include/rtems/itron/port.h
+++ b/c/src/exec/itron/include/rtems/itron/port.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/semaphore.h b/c/src/exec/itron/include/rtems/itron/semaphore.h
index 8bfd1d783a..f9c327bba4 100644
--- a/c/src/exec/itron/include/rtems/itron/semaphore.h
+++ b/c/src/exec/itron/include/rtems/itron/semaphore.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/sysmgmt.h b/c/src/exec/itron/include/rtems/itron/sysmgmt.h
index 92b6cf72db..f6cea9a693 100644
--- a/c/src/exec/itron/include/rtems/itron/sysmgmt.h
+++ b/c/src/exec/itron/include/rtems/itron/sysmgmt.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/task.h b/c/src/exec/itron/include/rtems/itron/task.h
index 5d52d632f5..3d8d0aa8f5 100644
--- a/c/src/exec/itron/include/rtems/itron/task.h
+++ b/c/src/exec/itron/include/rtems/itron/task.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/time.h b/c/src/exec/itron/include/rtems/itron/time.h
index 0cc2d20101..f13bd2d981 100644
--- a/c/src/exec/itron/include/rtems/itron/time.h
+++ b/c/src/exec/itron/include/rtems/itron/time.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/include/rtems/itron/vmempool.h b/c/src/exec/itron/include/rtems/itron/vmempool.h
index 63bf3310f9..35db087da8 100644
--- a/c/src/exec/itron/include/rtems/itron/vmempool.h
+++ b/c/src/exec/itron/include/rtems/itron/vmempool.h
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/eventflags.inl b/c/src/exec/itron/inline/rtems/itron/eventflags.inl
index af6665915c..b4d8416714 100644
--- a/c/src/exec/itron/inline/rtems/itron/eventflags.inl
+++ b/c/src/exec/itron/inline/rtems/itron/eventflags.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/fmempool.inl b/c/src/exec/itron/inline/rtems/itron/fmempool.inl
index 38056b6671..9709edfd95 100644
--- a/c/src/exec/itron/inline/rtems/itron/fmempool.inl
+++ b/c/src/exec/itron/inline/rtems/itron/fmempool.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/intr.inl b/c/src/exec/itron/inline/rtems/itron/intr.inl
index a991e03365..93c44eff00 100644
--- a/c/src/exec/itron/inline/rtems/itron/intr.inl
+++ b/c/src/exec/itron/inline/rtems/itron/intr.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/mbox.inl b/c/src/exec/itron/inline/rtems/itron/mbox.inl
index d6666d6435..fa2f96848d 100644
--- a/c/src/exec/itron/inline/rtems/itron/mbox.inl
+++ b/c/src/exec/itron/inline/rtems/itron/mbox.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/msgbuffer.inl b/c/src/exec/itron/inline/rtems/itron/msgbuffer.inl
index fcdca8edf7..a8ac6e2aac 100644
--- a/c/src/exec/itron/inline/rtems/itron/msgbuffer.inl
+++ b/c/src/exec/itron/inline/rtems/itron/msgbuffer.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/network.inl b/c/src/exec/itron/inline/rtems/itron/network.inl
index d4932383fc..dd833bb079 100644
--- a/c/src/exec/itron/inline/rtems/itron/network.inl
+++ b/c/src/exec/itron/inline/rtems/itron/network.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/port.inl b/c/src/exec/itron/inline/rtems/itron/port.inl
index 5004761487..4593b38ca0 100644
--- a/c/src/exec/itron/inline/rtems/itron/port.inl
+++ b/c/src/exec/itron/inline/rtems/itron/port.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/semaphore.inl b/c/src/exec/itron/inline/rtems/itron/semaphore.inl
index 6e6595fcdc..0fb234bb6b 100644
--- a/c/src/exec/itron/inline/rtems/itron/semaphore.inl
+++ b/c/src/exec/itron/inline/rtems/itron/semaphore.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/sysmgmt.inl b/c/src/exec/itron/inline/rtems/itron/sysmgmt.inl
index 2a2eb76c6e..183232a785 100644
--- a/c/src/exec/itron/inline/rtems/itron/sysmgmt.inl
+++ b/c/src/exec/itron/inline/rtems/itron/sysmgmt.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/task.inl b/c/src/exec/itron/inline/rtems/itron/task.inl
index 834e47b0c9..37056e5d09 100644
--- a/c/src/exec/itron/inline/rtems/itron/task.inl
+++ b/c/src/exec/itron/inline/rtems/itron/task.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/time.inl b/c/src/exec/itron/inline/rtems/itron/time.inl
index 2a2eb76c6e..183232a785 100644
--- a/c/src/exec/itron/inline/rtems/itron/time.inl
+++ b/c/src/exec/itron/inline/rtems/itron/time.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/inline/rtems/itron/vmempool.inl b/c/src/exec/itron/inline/rtems/itron/vmempool.inl
index eec2931fb2..d1d18ef351 100644
--- a/c/src/exec/itron/inline/rtems/itron/vmempool.inl
+++ b/c/src/exec/itron/inline/rtems/itron/vmempool.inl
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/can_wup.c b/c/src/exec/itron/src/can_wup.c
index 13c64a62f8..7b48bf5ffd 100644
--- a/c/src/exec/itron/src/can_wup.c
+++ b/c/src/exec/itron/src/can_wup.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/chg_pri.c b/c/src/exec/itron/src/chg_pri.c
index 37d9d8f172..2d4d76d85f 100644
--- a/c/src/exec/itron/src/chg_pri.c
+++ b/c/src/exec/itron/src/chg_pri.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/cre_mbf.c b/c/src/exec/itron/src/cre_mbf.c
index bea9f8f3f9..ca139d53ae 100644
--- a/c/src/exec/itron/src/cre_mbf.c
+++ b/c/src/exec/itron/src/cre_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/cre_mbx.c b/c/src/exec/itron/src/cre_mbx.c
index 7a5cb30170..bd4c3e4c41 100644
--- a/c/src/exec/itron/src/cre_mbx.c
+++ b/c/src/exec/itron/src/cre_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/cre_sem.c b/c/src/exec/itron/src/cre_sem.c
index 6b5bd6c82b..322adc3d41 100644
--- a/c/src/exec/itron/src/cre_sem.c
+++ b/c/src/exec/itron/src/cre_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/cre_tsk.c b/c/src/exec/itron/src/cre_tsk.c
index d49f013a73..665e158652 100644
--- a/c/src/exec/itron/src/cre_tsk.c
+++ b/c/src/exec/itron/src/cre_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/del_mbf.c b/c/src/exec/itron/src/del_mbf.c
index 63199be1a6..1b75602e75 100644
--- a/c/src/exec/itron/src/del_mbf.c
+++ b/c/src/exec/itron/src/del_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/del_mbx.c b/c/src/exec/itron/src/del_mbx.c
index 9006e5f3b4..44d7e2df6e 100644
--- a/c/src/exec/itron/src/del_mbx.c
+++ b/c/src/exec/itron/src/del_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/del_sem.c b/c/src/exec/itron/src/del_sem.c
index 5e205e3782..46a50f1890 100644
--- a/c/src/exec/itron/src/del_sem.c
+++ b/c/src/exec/itron/src/del_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/del_tsk.c b/c/src/exec/itron/src/del_tsk.c
index 8cb0e98514..43c2edef51 100644
--- a/c/src/exec/itron/src/del_tsk.c
+++ b/c/src/exec/itron/src/del_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/dis_dsp.c b/c/src/exec/itron/src/dis_dsp.c
index 348a3d64af..f16208a6e7 100644
--- a/c/src/exec/itron/src/dis_dsp.c
+++ b/c/src/exec/itron/src/dis_dsp.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ena_dsp.c b/c/src/exec/itron/src/ena_dsp.c
index 7c4d86f4d5..f2df3fdf09 100644
--- a/c/src/exec/itron/src/ena_dsp.c
+++ b/c/src/exec/itron/src/ena_dsp.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/eventflags.c b/c/src/exec/itron/src/eventflags.c
index 6855593391..b7d974ae37 100644
--- a/c/src/exec/itron/src/eventflags.c
+++ b/c/src/exec/itron/src/eventflags.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/exd_tsk.c b/c/src/exec/itron/src/exd_tsk.c
index 51c0eb04c5..c9bc02dd04 100644
--- a/c/src/exec/itron/src/exd_tsk.c
+++ b/c/src/exec/itron/src/exd_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ext_tsk.c b/c/src/exec/itron/src/ext_tsk.c
index f1015de95f..482daf0b22 100644
--- a/c/src/exec/itron/src/ext_tsk.c
+++ b/c/src/exec/itron/src/ext_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/fmempool.c b/c/src/exec/itron/src/fmempool.c
index af4b931791..ec19e6770c 100644
--- a/c/src/exec/itron/src/fmempool.c
+++ b/c/src/exec/itron/src/fmempool.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/frsm_tsk.c b/c/src/exec/itron/src/frsm_tsk.c
index 743d05771f..efa6f3457a 100644
--- a/c/src/exec/itron/src/frsm_tsk.c
+++ b/c/src/exec/itron/src/frsm_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/get_tid.c b/c/src/exec/itron/src/get_tid.c
index 7904e3e167..1e85eeb26f 100644
--- a/c/src/exec/itron/src/get_tid.c
+++ b/c/src/exec/itron/src/get_tid.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/itronintr.c b/c/src/exec/itron/src/itronintr.c
index 14e1d6d67e..8a07d9e215 100644
--- a/c/src/exec/itron/src/itronintr.c
+++ b/c/src/exec/itron/src/itronintr.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/itronsem.c b/c/src/exec/itron/src/itronsem.c
index b7f93c3a55..ad9278aec2 100644
--- a/c/src/exec/itron/src/itronsem.c
+++ b/c/src/exec/itron/src/itronsem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/itrontime.c b/c/src/exec/itron/src/itrontime.c
index 13621a9e6a..e3ad47e8b5 100644
--- a/c/src/exec/itron/src/itrontime.c
+++ b/c/src/exec/itron/src/itrontime.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/mbox.c b/c/src/exec/itron/src/mbox.c
index ff1e0249ed..a8dd9a26ca 100644
--- a/c/src/exec/itron/src/mbox.c
+++ b/c/src/exec/itron/src/mbox.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/mboxtranslatereturncode.c b/c/src/exec/itron/src/mboxtranslatereturncode.c
index 7056afaa37..aa28476199 100644
--- a/c/src/exec/itron/src/mboxtranslatereturncode.c
+++ b/c/src/exec/itron/src/mboxtranslatereturncode.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/msgbuffer.c b/c/src/exec/itron/src/msgbuffer.c
index 2d15b0e5e6..13c89efba6 100644
--- a/c/src/exec/itron/src/msgbuffer.c
+++ b/c/src/exec/itron/src/msgbuffer.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/msgbuffertranslatereturncode.c b/c/src/exec/itron/src/msgbuffertranslatereturncode.c
index f6cfaf85fe..665b940180 100644
--- a/c/src/exec/itron/src/msgbuffertranslatereturncode.c
+++ b/c/src/exec/itron/src/msgbuffertranslatereturncode.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/network.c b/c/src/exec/itron/src/network.c
index 82a57ac1a1..fd0c27ce3f 100644
--- a/c/src/exec/itron/src/network.c
+++ b/c/src/exec/itron/src/network.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/port.c b/c/src/exec/itron/src/port.c
index 4d95638f7b..0e9d98eb04 100644
--- a/c/src/exec/itron/src/port.c
+++ b/c/src/exec/itron/src/port.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/prcv_mbf.c b/c/src/exec/itron/src/prcv_mbf.c
index e3ef63de56..d6d03c23e2 100644
--- a/c/src/exec/itron/src/prcv_mbf.c
+++ b/c/src/exec/itron/src/prcv_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/prcv_mbx.c b/c/src/exec/itron/src/prcv_mbx.c
index 65b2b33707..de9e0445ee 100644
--- a/c/src/exec/itron/src/prcv_mbx.c
+++ b/c/src/exec/itron/src/prcv_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/preq_sem.c b/c/src/exec/itron/src/preq_sem.c
index a20cca00a0..4e0803cd9d 100644
--- a/c/src/exec/itron/src/preq_sem.c
+++ b/c/src/exec/itron/src/preq_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/psnd_mbf.c b/c/src/exec/itron/src/psnd_mbf.c
index 76673266e0..6b833efe4f 100644
--- a/c/src/exec/itron/src/psnd_mbf.c
+++ b/c/src/exec/itron/src/psnd_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/rcv_mbf.c b/c/src/exec/itron/src/rcv_mbf.c
index 86c760999b..9bd46317f2 100644
--- a/c/src/exec/itron/src/rcv_mbf.c
+++ b/c/src/exec/itron/src/rcv_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/rcv_mbx.c b/c/src/exec/itron/src/rcv_mbx.c
index 411b4db6a5..b91c9311b0 100644
--- a/c/src/exec/itron/src/rcv_mbx.c
+++ b/c/src/exec/itron/src/rcv_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ref_mbf.c b/c/src/exec/itron/src/ref_mbf.c
index 150b17ff88..a75f6eb205 100644
--- a/c/src/exec/itron/src/ref_mbf.c
+++ b/c/src/exec/itron/src/ref_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ref_mbx.c b/c/src/exec/itron/src/ref_mbx.c
index ac148c89bf..847add0c5e 100644
--- a/c/src/exec/itron/src/ref_mbx.c
+++ b/c/src/exec/itron/src/ref_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ref_sem.c b/c/src/exec/itron/src/ref_sem.c
index 08bb5adff0..1d71356db4 100644
--- a/c/src/exec/itron/src/ref_sem.c
+++ b/c/src/exec/itron/src/ref_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ref_tsk.c b/c/src/exec/itron/src/ref_tsk.c
index da30497904..552ce9652b 100644
--- a/c/src/exec/itron/src/ref_tsk.c
+++ b/c/src/exec/itron/src/ref_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/rel_wai.c b/c/src/exec/itron/src/rel_wai.c
index d845bcd310..e98ea22265 100644
--- a/c/src/exec/itron/src/rel_wai.c
+++ b/c/src/exec/itron/src/rel_wai.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/rot_rdq.c b/c/src/exec/itron/src/rot_rdq.c
index 35008d53a2..a9b1df80db 100644
--- a/c/src/exec/itron/src/rot_rdq.c
+++ b/c/src/exec/itron/src/rot_rdq.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/rsm_tsk.c b/c/src/exec/itron/src/rsm_tsk.c
index 6b5237029b..da761fbbe7 100644
--- a/c/src/exec/itron/src/rsm_tsk.c
+++ b/c/src/exec/itron/src/rsm_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/sig_sem.c b/c/src/exec/itron/src/sig_sem.c
index bde5d9b89f..cf31bdb8f6 100644
--- a/c/src/exec/itron/src/sig_sem.c
+++ b/c/src/exec/itron/src/sig_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/slp_tsk.c b/c/src/exec/itron/src/slp_tsk.c
index b8c84c9808..7fa312146f 100644
--- a/c/src/exec/itron/src/slp_tsk.c
+++ b/c/src/exec/itron/src/slp_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/snd_mbf.c b/c/src/exec/itron/src/snd_mbf.c
index bb8c23b077..87fa5ca1e6 100644
--- a/c/src/exec/itron/src/snd_mbf.c
+++ b/c/src/exec/itron/src/snd_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/snd_mbx.c b/c/src/exec/itron/src/snd_mbx.c
index 8d70c12315..f674583e7b 100644
--- a/c/src/exec/itron/src/snd_mbx.c
+++ b/c/src/exec/itron/src/snd_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/sta_tsk.c b/c/src/exec/itron/src/sta_tsk.c
index aafa282161..e30ebbcf58 100644
--- a/c/src/exec/itron/src/sta_tsk.c
+++ b/c/src/exec/itron/src/sta_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/sus_tsk.c b/c/src/exec/itron/src/sus_tsk.c
index 91193ed12a..3143513f53 100644
--- a/c/src/exec/itron/src/sus_tsk.c
+++ b/c/src/exec/itron/src/sus_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/sysmgmt.c b/c/src/exec/itron/src/sysmgmt.c
index 24d9075154..45704707d0 100644
--- a/c/src/exec/itron/src/sysmgmt.c
+++ b/c/src/exec/itron/src/sysmgmt.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/task.c b/c/src/exec/itron/src/task.c
index c4e785a4bb..e8f3b5ff70 100644
--- a/c/src/exec/itron/src/task.c
+++ b/c/src/exec/itron/src/task.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/ter_tsk.c b/c/src/exec/itron/src/ter_tsk.c
index 6c6f4c85c2..ae272e0857 100644
--- a/c/src/exec/itron/src/ter_tsk.c
+++ b/c/src/exec/itron/src/ter_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/trcv_mbf.c b/c/src/exec/itron/src/trcv_mbf.c
index cdd244c40f..c0524b0f30 100644
--- a/c/src/exec/itron/src/trcv_mbf.c
+++ b/c/src/exec/itron/src/trcv_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/trcv_mbx.c b/c/src/exec/itron/src/trcv_mbx.c
index 39eecdf1de..0c4350bb04 100644
--- a/c/src/exec/itron/src/trcv_mbx.c
+++ b/c/src/exec/itron/src/trcv_mbx.c
@@ -1,6 +1,9 @@
/*
* ITRON 3.0 Mailbox Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/tslp_tsk.c b/c/src/exec/itron/src/tslp_tsk.c
index b8556f0f68..728a007a1b 100644
--- a/c/src/exec/itron/src/tslp_tsk.c
+++ b/c/src/exec/itron/src/tslp_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/tsnd_mbf.c b/c/src/exec/itron/src/tsnd_mbf.c
index 7649a2005d..bc609dd298 100644
--- a/c/src/exec/itron/src/tsnd_mbf.c
+++ b/c/src/exec/itron/src/tsnd_mbf.c
@@ -1,6 +1,9 @@
/*
* ITRON Message Buffer Manager
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/twai_sem.c b/c/src/exec/itron/src/twai_sem.c
index 4354c7cff3..f55916a22b 100644
--- a/c/src/exec/itron/src/twai_sem.c
+++ b/c/src/exec/itron/src/twai_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/vmempool.c b/c/src/exec/itron/src/vmempool.c
index 726d9c8c68..d1a7d8a4a7 100644
--- a/c/src/exec/itron/src/vmempool.c
+++ b/c/src/exec/itron/src/vmempool.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/wai_sem.c b/c/src/exec/itron/src/wai_sem.c
index f9e0c4d712..5ac4dc61a3 100644
--- a/c/src/exec/itron/src/wai_sem.c
+++ b/c/src/exec/itron/src/wai_sem.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
diff --git a/c/src/exec/itron/src/wup_tsk.c b/c/src/exec/itron/src/wup_tsk.c
index bc0ca0edb9..b51646b3dd 100644
--- a/c/src/exec/itron/src/wup_tsk.c
+++ b/c/src/exec/itron/src/wup_tsk.c
@@ -1,4 +1,7 @@
/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.