summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/itron/src')
-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
57 files changed, 171 insertions, 0 deletions
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.