From 9d9a3dd8d35a91c232f160a43d470006432ca57b Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 17 Nov 1999 16:47:58 +0000 Subject: + Updated copyright information. --- c/src/exec/itron/include/itron.h | 3 +++ c/src/exec/itron/include/itronsys/eventflags.h | 3 +++ c/src/exec/itron/include/itronsys/fmempool.h | 3 +++ c/src/exec/itron/include/itronsys/intr.h | 3 +++ c/src/exec/itron/include/itronsys/mbox.h | 3 +++ c/src/exec/itron/include/itronsys/msgbuffer.h | 3 +++ c/src/exec/itron/include/itronsys/network.h | 3 +++ c/src/exec/itron/include/itronsys/port.h | 3 +++ c/src/exec/itron/include/itronsys/semaphore.h | 3 +++ c/src/exec/itron/include/itronsys/status.h | 3 +++ c/src/exec/itron/include/itronsys/sysmgmt.h | 3 +++ c/src/exec/itron/include/itronsys/task.h | 3 +++ c/src/exec/itron/include/itronsys/time.h | 3 +++ c/src/exec/itron/include/itronsys/types.h | 3 +++ c/src/exec/itron/include/itronsys/vmempool.h | 3 +++ c/src/exec/itron/include/rtems/itron/config.h | 3 +-- c/src/exec/itron/include/rtems/itron/eventflags.h | 3 +++ c/src/exec/itron/include/rtems/itron/fmempool.h | 3 +++ c/src/exec/itron/include/rtems/itron/intr.h | 3 +++ c/src/exec/itron/include/rtems/itron/itronapi.h | 3 +++ c/src/exec/itron/include/rtems/itron/mbox.h | 3 +++ c/src/exec/itron/include/rtems/itron/msgbuffer.h | 3 +++ c/src/exec/itron/include/rtems/itron/network.h | 3 +++ c/src/exec/itron/include/rtems/itron/object.h | 3 +++ c/src/exec/itron/include/rtems/itron/port.h | 3 +++ c/src/exec/itron/include/rtems/itron/semaphore.h | 3 +++ c/src/exec/itron/include/rtems/itron/sysmgmt.h | 3 +++ c/src/exec/itron/include/rtems/itron/task.h | 3 +++ c/src/exec/itron/include/rtems/itron/time.h | 3 +++ c/src/exec/itron/include/rtems/itron/vmempool.h | 3 +++ c/src/exec/itron/inline/rtems/itron/eventflags.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/fmempool.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/intr.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/mbox.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/msgbuffer.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/network.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/port.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/semaphore.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/sysmgmt.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/task.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/time.inl | 3 +++ c/src/exec/itron/inline/rtems/itron/vmempool.inl | 3 +++ c/src/exec/itron/src/can_wup.c | 3 +++ c/src/exec/itron/src/chg_pri.c | 3 +++ c/src/exec/itron/src/cre_mbf.c | 3 +++ c/src/exec/itron/src/cre_mbx.c | 3 +++ c/src/exec/itron/src/cre_sem.c | 3 +++ c/src/exec/itron/src/cre_tsk.c | 3 +++ c/src/exec/itron/src/del_mbf.c | 3 +++ c/src/exec/itron/src/del_mbx.c | 3 +++ c/src/exec/itron/src/del_sem.c | 3 +++ c/src/exec/itron/src/del_tsk.c | 3 +++ c/src/exec/itron/src/dis_dsp.c | 3 +++ c/src/exec/itron/src/ena_dsp.c | 3 +++ c/src/exec/itron/src/eventflags.c | 3 +++ c/src/exec/itron/src/exd_tsk.c | 3 +++ c/src/exec/itron/src/ext_tsk.c | 3 +++ c/src/exec/itron/src/fmempool.c | 3 +++ c/src/exec/itron/src/frsm_tsk.c | 3 +++ c/src/exec/itron/src/get_tid.c | 3 +++ c/src/exec/itron/src/itronintr.c | 3 +++ c/src/exec/itron/src/itronsem.c | 3 +++ c/src/exec/itron/src/itrontime.c | 3 +++ c/src/exec/itron/src/mbox.c | 3 +++ c/src/exec/itron/src/mboxtranslatereturncode.c | 3 +++ c/src/exec/itron/src/msgbuffer.c | 3 +++ c/src/exec/itron/src/msgbuffertranslatereturncode.c | 3 +++ c/src/exec/itron/src/network.c | 3 +++ c/src/exec/itron/src/port.c | 3 +++ c/src/exec/itron/src/prcv_mbf.c | 3 +++ c/src/exec/itron/src/prcv_mbx.c | 3 +++ c/src/exec/itron/src/preq_sem.c | 3 +++ c/src/exec/itron/src/psnd_mbf.c | 3 +++ c/src/exec/itron/src/rcv_mbf.c | 3 +++ c/src/exec/itron/src/rcv_mbx.c | 3 +++ c/src/exec/itron/src/ref_mbf.c | 3 +++ c/src/exec/itron/src/ref_mbx.c | 3 +++ c/src/exec/itron/src/ref_sem.c | 3 +++ c/src/exec/itron/src/ref_tsk.c | 3 +++ c/src/exec/itron/src/rel_wai.c | 3 +++ c/src/exec/itron/src/rot_rdq.c | 3 +++ c/src/exec/itron/src/rsm_tsk.c | 3 +++ c/src/exec/itron/src/sig_sem.c | 3 +++ c/src/exec/itron/src/slp_tsk.c | 3 +++ c/src/exec/itron/src/snd_mbf.c | 3 +++ c/src/exec/itron/src/snd_mbx.c | 3 +++ c/src/exec/itron/src/sta_tsk.c | 3 +++ c/src/exec/itron/src/sus_tsk.c | 3 +++ c/src/exec/itron/src/sysmgmt.c | 3 +++ c/src/exec/itron/src/task.c | 3 +++ c/src/exec/itron/src/ter_tsk.c | 3 +++ c/src/exec/itron/src/trcv_mbf.c | 3 +++ c/src/exec/itron/src/trcv_mbx.c | 3 +++ c/src/exec/itron/src/tslp_tsk.c | 3 +++ c/src/exec/itron/src/tsnd_mbf.c | 3 +++ c/src/exec/itron/src/twai_sem.c | 3 +++ c/src/exec/itron/src/vmempool.c | 3 +++ c/src/exec/itron/src/wai_sem.c | 3 +++ c/src/exec/itron/src/wup_tsk.c | 3 +++ c/src/tests/itrontests/itronhello/init.c | 3 +++ c/src/tests/itrontests/itronhello/itronhello.doc | 3 +-- c/src/tests/itrontests/itronhello/system.h | 3 +-- c/src/tests/itrontests/itronmbf01/init.c | 3 +++ c/src/tests/itrontests/itronmbf01/itronmbf01.doc | 3 +-- c/src/tests/itrontests/itronmbf01/system.h | 3 +-- c/src/tests/itrontests/itronmbox01/init.c | 3 +++ c/src/tests/itrontests/itronmbox01/system.h | 3 +-- c/src/tests/itrontests/itronsem01/init.c | 3 +++ c/src/tests/itrontests/itronsem01/itronsem01.doc | 3 +-- c/src/tests/itrontests/itronsem01/system.h | 3 +-- c/src/tests/itrontests/itrontask01/init.c | 3 +++ c/src/tests/itrontests/itrontask01/itrontask01.doc | 3 +-- c/src/tests/itrontests/itrontask01/system.h | 3 +-- c/src/tests/itrontests/itrontask01/task1.c | 3 +-- c/src/tests/itrontests/itrontask02/dormant.c | 3 +-- c/src/tests/itrontests/itrontask02/init.c | 3 +++ c/src/tests/itrontests/itrontask02/itrontask02.doc | 3 +-- c/src/tests/itrontests/itrontask02/system.h | 3 +-- c/src/tests/itrontests/itrontask03/init.c | 3 +++ c/src/tests/itrontests/itrontask03/itrontask03.doc | 3 +-- c/src/tests/itrontests/itrontask03/preempt.c | 3 +-- c/src/tests/itrontests/itrontask03/system.h | 3 +-- c/src/tests/itrontests/itrontask03/task1.c | 3 +-- c/src/tests/itrontests/itrontask03/task2.c | 3 +-- c/src/tests/itrontests/itrontask03/task3.c | 3 +-- c/src/tests/itrontests/itrontask04/init.c | 3 +++ c/src/tests/itrontests/itrontask04/itrontask04.doc | 3 +-- c/src/tests/itrontests/itrontask04/system.h | 3 +-- c/src/tests/itrontests/itrontask04/task1.c | 3 +-- c/src/tests/itrontests/itrontask04/task2.c | 3 +-- c/src/tests/itrontests/itrontask04/task3.c | 3 +-- c/src/tests/itrontests/itrontime01/init.c | 3 +++ c/src/tests/itrontests/itrontime01/system.h | 3 +-- cpukit/itron/include/itron.h | 3 +++ cpukit/itron/include/itronsys/eventflags.h | 3 +++ cpukit/itron/include/itronsys/fmempool.h | 3 +++ cpukit/itron/include/itronsys/intr.h | 3 +++ cpukit/itron/include/itronsys/mbox.h | 3 +++ cpukit/itron/include/itronsys/msgbuffer.h | 3 +++ cpukit/itron/include/itronsys/network.h | 3 +++ cpukit/itron/include/itronsys/port.h | 3 +++ cpukit/itron/include/itronsys/semaphore.h | 3 +++ cpukit/itron/include/itronsys/status.h | 3 +++ cpukit/itron/include/itronsys/sysmgmt.h | 3 +++ cpukit/itron/include/itronsys/task.h | 3 +++ cpukit/itron/include/itronsys/time.h | 3 +++ cpukit/itron/include/itronsys/types.h | 3 +++ cpukit/itron/include/itronsys/vmempool.h | 3 +++ cpukit/itron/include/rtems/itron/config.h | 3 +-- cpukit/itron/include/rtems/itron/eventflags.h | 3 +++ cpukit/itron/include/rtems/itron/fmempool.h | 3 +++ cpukit/itron/include/rtems/itron/intr.h | 3 +++ cpukit/itron/include/rtems/itron/itronapi.h | 3 +++ cpukit/itron/include/rtems/itron/mbox.h | 3 +++ cpukit/itron/include/rtems/itron/msgbuffer.h | 3 +++ cpukit/itron/include/rtems/itron/network.h | 3 +++ cpukit/itron/include/rtems/itron/object.h | 3 +++ cpukit/itron/include/rtems/itron/port.h | 3 +++ cpukit/itron/include/rtems/itron/semaphore.h | 3 +++ cpukit/itron/include/rtems/itron/sysmgmt.h | 3 +++ cpukit/itron/include/rtems/itron/task.h | 3 +++ cpukit/itron/include/rtems/itron/time.h | 3 +++ cpukit/itron/include/rtems/itron/vmempool.h | 3 +++ cpukit/itron/inline/rtems/itron/eventflags.inl | 3 +++ cpukit/itron/inline/rtems/itron/fmempool.inl | 3 +++ cpukit/itron/inline/rtems/itron/intr.inl | 3 +++ cpukit/itron/inline/rtems/itron/mbox.inl | 3 +++ cpukit/itron/inline/rtems/itron/msgbuffer.inl | 3 +++ cpukit/itron/inline/rtems/itron/network.inl | 3 +++ cpukit/itron/inline/rtems/itron/port.inl | 3 +++ cpukit/itron/inline/rtems/itron/semaphore.inl | 3 +++ cpukit/itron/inline/rtems/itron/sysmgmt.inl | 3 +++ cpukit/itron/inline/rtems/itron/task.inl | 3 +++ cpukit/itron/inline/rtems/itron/time.inl | 3 +++ cpukit/itron/inline/rtems/itron/vmempool.inl | 3 +++ cpukit/itron/src/can_wup.c | 3 +++ cpukit/itron/src/chg_pri.c | 3 +++ cpukit/itron/src/cre_mbf.c | 3 +++ cpukit/itron/src/cre_mbx.c | 3 +++ cpukit/itron/src/cre_sem.c | 3 +++ cpukit/itron/src/cre_tsk.c | 3 +++ cpukit/itron/src/del_mbf.c | 3 +++ cpukit/itron/src/del_mbx.c | 3 +++ cpukit/itron/src/del_sem.c | 3 +++ cpukit/itron/src/del_tsk.c | 3 +++ cpukit/itron/src/dis_dsp.c | 3 +++ cpukit/itron/src/ena_dsp.c | 3 +++ cpukit/itron/src/eventflags.c | 3 +++ cpukit/itron/src/exd_tsk.c | 3 +++ cpukit/itron/src/ext_tsk.c | 3 +++ cpukit/itron/src/fmempool.c | 3 +++ cpukit/itron/src/frsm_tsk.c | 3 +++ cpukit/itron/src/get_tid.c | 3 +++ cpukit/itron/src/itronintr.c | 3 +++ cpukit/itron/src/itronsem.c | 3 +++ cpukit/itron/src/itrontime.c | 3 +++ cpukit/itron/src/mbox.c | 3 +++ cpukit/itron/src/mboxtranslatereturncode.c | 3 +++ cpukit/itron/src/msgbuffer.c | 3 +++ cpukit/itron/src/msgbuffertranslatereturncode.c | 3 +++ cpukit/itron/src/network.c | 3 +++ cpukit/itron/src/port.c | 3 +++ cpukit/itron/src/prcv_mbf.c | 3 +++ cpukit/itron/src/prcv_mbx.c | 3 +++ cpukit/itron/src/preq_sem.c | 3 +++ cpukit/itron/src/psnd_mbf.c | 3 +++ cpukit/itron/src/rcv_mbf.c | 3 +++ cpukit/itron/src/rcv_mbx.c | 3 +++ cpukit/itron/src/ref_mbf.c | 3 +++ cpukit/itron/src/ref_mbx.c | 3 +++ cpukit/itron/src/ref_sem.c | 3 +++ cpukit/itron/src/ref_tsk.c | 3 +++ cpukit/itron/src/rel_wai.c | 3 +++ cpukit/itron/src/rot_rdq.c | 3 +++ cpukit/itron/src/rsm_tsk.c | 3 +++ cpukit/itron/src/sig_sem.c | 3 +++ cpukit/itron/src/slp_tsk.c | 3 +++ cpukit/itron/src/snd_mbf.c | 3 +++ cpukit/itron/src/snd_mbx.c | 3 +++ cpukit/itron/src/sta_tsk.c | 3 +++ cpukit/itron/src/sus_tsk.c | 3 +++ cpukit/itron/src/sysmgmt.c | 3 +++ cpukit/itron/src/task.c | 3 +++ cpukit/itron/src/ter_tsk.c | 3 +++ cpukit/itron/src/trcv_mbf.c | 3 +++ cpukit/itron/src/trcv_mbx.c | 3 +++ cpukit/itron/src/tslp_tsk.c | 3 +++ cpukit/itron/src/tsnd_mbf.c | 3 +++ cpukit/itron/src/twai_sem.c | 3 +++ cpukit/itron/src/vmempool.c | 3 +++ cpukit/itron/src/wai_sem.c | 3 +++ cpukit/itron/src/wup_tsk.c | 3 +++ testsuites/itrontests/itronhello/init.c | 3 +++ testsuites/itrontests/itronhello/itronhello.doc | 3 +-- testsuites/itrontests/itronhello/system.h | 3 +-- testsuites/itrontests/itronmbf01/init.c | 3 +++ testsuites/itrontests/itronmbf01/itronmbf01.doc | 3 +-- testsuites/itrontests/itronmbf01/system.h | 3 +-- testsuites/itrontests/itronmbox01/init.c | 3 +++ testsuites/itrontests/itronmbox01/system.h | 3 +-- testsuites/itrontests/itronsem01/init.c | 3 +++ testsuites/itrontests/itronsem01/itronsem01.doc | 3 +-- testsuites/itrontests/itronsem01/system.h | 3 +-- testsuites/itrontests/itrontask01/init.c | 3 +++ testsuites/itrontests/itrontask01/itrontask01.doc | 3 +-- testsuites/itrontests/itrontask01/system.h | 3 +-- testsuites/itrontests/itrontask01/task1.c | 3 +-- testsuites/itrontests/itrontask02/dormant.c | 3 +-- testsuites/itrontests/itrontask02/init.c | 3 +++ testsuites/itrontests/itrontask02/itrontask02.doc | 3 +-- testsuites/itrontests/itrontask02/system.h | 3 +-- testsuites/itrontests/itrontask03/init.c | 3 +++ testsuites/itrontests/itrontask03/itrontask03.doc | 3 +-- testsuites/itrontests/itrontask03/preempt.c | 3 +-- testsuites/itrontests/itrontask03/system.h | 3 +-- testsuites/itrontests/itrontask03/task1.c | 3 +-- testsuites/itrontests/itrontask03/task2.c | 3 +-- testsuites/itrontests/itrontask03/task3.c | 3 +-- testsuites/itrontests/itrontask04/init.c | 3 +++ testsuites/itrontests/itrontask04/itrontask04.doc | 3 +-- testsuites/itrontests/itrontask04/system.h | 3 +-- testsuites/itrontests/itrontask04/task1.c | 3 +-- testsuites/itrontests/itrontask04/task2.c | 3 +-- testsuites/itrontests/itrontask04/task3.c | 3 +-- testsuites/itrontests/itrontime01/init.c | 3 +++ testsuites/itrontests/itrontime01/system.h | 3 +-- 266 files changed, 694 insertions(+), 104 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. diff --git a/c/src/tests/itrontests/itronhello/init.c b/c/src/tests/itrontests/itronhello/init.c index f2c079048c..62a8c8ac37 100644 --- a/c/src/tests/itrontests/itronhello/init.c +++ b/c/src/tests/itrontests/itronhello/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itronhello/itronhello.doc b/c/src/tests/itrontests/itronhello/itronhello.doc index a18b9cae50..988364bf45 100644 --- a/c/src/tests/itrontests/itronhello/itronhello.doc +++ b/c/src/tests/itrontests/itronhello/itronhello.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itronhello/system.h b/c/src/tests/itrontests/itronhello/system.h index 3e90b30229..ed516a778b 100644 --- a/c/src/tests/itrontests/itronhello/system.h +++ b/c/src/tests/itrontests/itronhello/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itronmbf01/init.c b/c/src/tests/itrontests/itronmbf01/init.c index 39788c49f8..dc1edc09d3 100644 --- a/c/src/tests/itrontests/itronmbf01/init.c +++ b/c/src/tests/itrontests/itronmbf01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itronmbf01/itronmbf01.doc b/c/src/tests/itrontests/itronmbf01/itronmbf01.doc index 496f3569e5..f7e063ff14 100644 --- a/c/src/tests/itrontests/itronmbf01/itronmbf01.doc +++ b/c/src/tests/itrontests/itronmbf01/itronmbf01.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itronmbf01/system.h b/c/src/tests/itrontests/itronmbf01/system.h index deafceec4b..391829bb03 100644 --- a/c/src/tests/itrontests/itronmbf01/system.h +++ b/c/src/tests/itrontests/itronmbf01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itronmbox01/init.c b/c/src/tests/itrontests/itronmbox01/init.c index f7ca9c3566..08a5d175b1 100644 --- a/c/src/tests/itrontests/itronmbox01/init.c +++ b/c/src/tests/itrontests/itronmbox01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itronmbox01/system.h b/c/src/tests/itrontests/itronmbox01/system.h index 425c8f7e7a..d400584887 100644 --- a/c/src/tests/itrontests/itronmbox01/system.h +++ b/c/src/tests/itrontests/itronmbox01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itronsem01/init.c b/c/src/tests/itrontests/itronsem01/init.c index 4748de7f45..e90d9d8537 100644 --- a/c/src/tests/itrontests/itronsem01/init.c +++ b/c/src/tests/itrontests/itronsem01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itronsem01/itronsem01.doc b/c/src/tests/itrontests/itronsem01/itronsem01.doc index 496f3569e5..f7e063ff14 100644 --- a/c/src/tests/itrontests/itronsem01/itronsem01.doc +++ b/c/src/tests/itrontests/itronsem01/itronsem01.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itronsem01/system.h b/c/src/tests/itrontests/itronsem01/system.h index e3eac6012f..6989ad101b 100644 --- a/c/src/tests/itrontests/itronsem01/system.h +++ b/c/src/tests/itrontests/itronsem01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itrontask01/init.c b/c/src/tests/itrontests/itrontask01/init.c index 7a9760c6b2..73a53c84c4 100644 --- a/c/src/tests/itrontests/itrontask01/init.c +++ b/c/src/tests/itrontests/itrontask01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itrontask01/itrontask01.doc b/c/src/tests/itrontests/itrontask01/itrontask01.doc index 58cc56ce8d..8e5e884f34 100644 --- a/c/src/tests/itrontests/itrontask01/itrontask01.doc +++ b/c/src/tests/itrontests/itrontask01/itrontask01.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itrontask01/system.h b/c/src/tests/itrontests/itrontask01/system.h index dba14c7b00..9974522892 100644 --- a/c/src/tests/itrontests/itrontask01/system.h +++ b/c/src/tests/itrontests/itrontask01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itrontask01/task1.c b/c/src/tests/itrontests/itrontask01/task1.c index f294e72219..da12424800 100644 --- a/c/src/tests/itrontests/itrontask01/task1.c +++ b/c/src/tests/itrontests/itrontask01/task1.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask02/dormant.c b/c/src/tests/itrontests/itrontask02/dormant.c index 4dbdd616a5..69cb694e7e 100644 --- a/c/src/tests/itrontests/itrontask02/dormant.c +++ b/c/src/tests/itrontests/itrontask02/dormant.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask02/init.c b/c/src/tests/itrontests/itrontask02/init.c index 48a602e271..43957dcf4f 100644 --- a/c/src/tests/itrontests/itrontask02/init.c +++ b/c/src/tests/itrontests/itrontask02/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itrontask02/itrontask02.doc b/c/src/tests/itrontests/itrontask02/itrontask02.doc index 17197458b6..677399e1dc 100644 --- a/c/src/tests/itrontests/itrontask02/itrontask02.doc +++ b/c/src/tests/itrontests/itrontask02/itrontask02.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itrontask02/system.h b/c/src/tests/itrontests/itrontask02/system.h index f9358a9517..df868d6c48 100644 --- a/c/src/tests/itrontests/itrontask02/system.h +++ b/c/src/tests/itrontests/itrontask02/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itrontask03/init.c b/c/src/tests/itrontests/itrontask03/init.c index 94fc8ba077..503a776a41 100644 --- a/c/src/tests/itrontests/itrontask03/init.c +++ b/c/src/tests/itrontests/itrontask03/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itrontask03/itrontask03.doc b/c/src/tests/itrontests/itrontask03/itrontask03.doc index e1f453e3f1..0382de6f1f 100644 --- a/c/src/tests/itrontests/itrontask03/itrontask03.doc +++ b/c/src/tests/itrontests/itrontask03/itrontask03.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itrontask03/preempt.c b/c/src/tests/itrontests/itrontask03/preempt.c index e3ce5105d5..7c2bafbee8 100644 --- a/c/src/tests/itrontests/itrontask03/preempt.c +++ b/c/src/tests/itrontests/itrontask03/preempt.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask03/system.h b/c/src/tests/itrontests/itrontask03/system.h index 546b6dd415..3f7a585bb2 100644 --- a/c/src/tests/itrontests/itrontask03/system.h +++ b/c/src/tests/itrontests/itrontask03/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itrontask03/task1.c b/c/src/tests/itrontests/itrontask03/task1.c index 9701806169..a085961c95 100644 --- a/c/src/tests/itrontests/itrontask03/task1.c +++ b/c/src/tests/itrontests/itrontask03/task1.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask03/task2.c b/c/src/tests/itrontests/itrontask03/task2.c index 3040b0176f..b85bc527c4 100644 --- a/c/src/tests/itrontests/itrontask03/task2.c +++ b/c/src/tests/itrontests/itrontask03/task2.c @@ -9,9 +9,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask03/task3.c b/c/src/tests/itrontests/itrontask03/task3.c index 38b9ff97c0..05b92ec280 100644 --- a/c/src/tests/itrontests/itrontask03/task3.c +++ b/c/src/tests/itrontests/itrontask03/task3.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask04/init.c b/c/src/tests/itrontests/itrontask04/init.c index 5b83347537..56d251d15c 100644 --- a/c/src/tests/itrontests/itrontask04/init.c +++ b/c/src/tests/itrontests/itrontask04/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itrontask04/itrontask04.doc b/c/src/tests/itrontests/itrontask04/itrontask04.doc index 00e1384bca..7119c520f8 100644 --- a/c/src/tests/itrontests/itrontask04/itrontask04.doc +++ b/c/src/tests/itrontests/itrontask04/itrontask04.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/tests/itrontests/itrontask04/system.h b/c/src/tests/itrontests/itrontask04/system.h index 4e4a1ac7ae..f9cc60958f 100644 --- a/c/src/tests/itrontests/itrontask04/system.h +++ b/c/src/tests/itrontests/itrontask04/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/tests/itrontests/itrontask04/task1.c b/c/src/tests/itrontests/itrontask04/task1.c index aff26e15f2..ac7f9cc49b 100644 --- a/c/src/tests/itrontests/itrontask04/task1.c +++ b/c/src/tests/itrontests/itrontask04/task1.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask04/task2.c b/c/src/tests/itrontests/itrontask04/task2.c index b5c08db60d..f47225dba6 100644 --- a/c/src/tests/itrontests/itrontask04/task2.c +++ b/c/src/tests/itrontests/itrontask04/task2.c @@ -9,9 +9,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontask04/task3.c b/c/src/tests/itrontests/itrontask04/task3.c index 144188864b..4157eccb5f 100644 --- a/c/src/tests/itrontests/itrontask04/task3.c +++ b/c/src/tests/itrontests/itrontask04/task3.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/tests/itrontests/itrontime01/init.c b/c/src/tests/itrontests/itrontime01/init.c index 7797403f9e..5bdadf1e66 100644 --- a/c/src/tests/itrontests/itrontime01/init.c +++ b/c/src/tests/itrontests/itrontime01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/tests/itrontests/itrontime01/system.h b/c/src/tests/itrontests/itrontime01/system.h index 425c8f7e7a..d400584887 100644 --- a/c/src/tests/itrontests/itrontime01/system.h +++ b/c/src/tests/itrontests/itrontime01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/cpukit/itron/include/itron.h b/cpukit/itron/include/itron.h index 2b6d2442f9..445042e1d3 100644 --- a/cpukit/itron/include/itron.h +++ b/cpukit/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/cpukit/itron/include/itronsys/eventflags.h b/cpukit/itron/include/itronsys/eventflags.h index 27224404f7..1e0c7ac3b6 100644 --- a/cpukit/itron/include/itronsys/eventflags.h +++ b/cpukit/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/cpukit/itron/include/itronsys/fmempool.h b/cpukit/itron/include/itronsys/fmempool.h index fa72c8eb31..4f63d9ba5d 100644 --- a/cpukit/itron/include/itronsys/fmempool.h +++ b/cpukit/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/cpukit/itron/include/itronsys/intr.h b/cpukit/itron/include/itronsys/intr.h index 07f0c038f2..c42987313e 100644 --- a/cpukit/itron/include/itronsys/intr.h +++ b/cpukit/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/cpukit/itron/include/itronsys/mbox.h b/cpukit/itron/include/itronsys/mbox.h index 4196035b2c..7e741d1ba5 100644 --- a/cpukit/itron/include/itronsys/mbox.h +++ b/cpukit/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/cpukit/itron/include/itronsys/msgbuffer.h b/cpukit/itron/include/itronsys/msgbuffer.h index 20a7563851..7b58a63924 100644 --- a/cpukit/itron/include/itronsys/msgbuffer.h +++ b/cpukit/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/cpukit/itron/include/itronsys/network.h b/cpukit/itron/include/itronsys/network.h index 21e3e0941c..394d381eb7 100644 --- a/cpukit/itron/include/itronsys/network.h +++ b/cpukit/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/cpukit/itron/include/itronsys/port.h b/cpukit/itron/include/itronsys/port.h index a8935b403f..3999678eaa 100644 --- a/cpukit/itron/include/itronsys/port.h +++ b/cpukit/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/cpukit/itron/include/itronsys/semaphore.h b/cpukit/itron/include/itronsys/semaphore.h index c149012dad..b76b72387d 100644 --- a/cpukit/itron/include/itronsys/semaphore.h +++ b/cpukit/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/cpukit/itron/include/itronsys/status.h b/cpukit/itron/include/itronsys/status.h index c2a640ba6a..42f7226749 100644 --- a/cpukit/itron/include/itronsys/status.h +++ b/cpukit/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/cpukit/itron/include/itronsys/sysmgmt.h b/cpukit/itron/include/itronsys/sysmgmt.h index 21076cdca4..0f3c403f82 100644 --- a/cpukit/itron/include/itronsys/sysmgmt.h +++ b/cpukit/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/cpukit/itron/include/itronsys/task.h b/cpukit/itron/include/itronsys/task.h index fca48c03b8..d4f7a5e470 100644 --- a/cpukit/itron/include/itronsys/task.h +++ b/cpukit/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/cpukit/itron/include/itronsys/time.h b/cpukit/itron/include/itronsys/time.h index 780c73b842..7868e45ff0 100644 --- a/cpukit/itron/include/itronsys/time.h +++ b/cpukit/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/cpukit/itron/include/itronsys/types.h b/cpukit/itron/include/itronsys/types.h index 80cb31f3b8..27a701fa47 100644 --- a/cpukit/itron/include/itronsys/types.h +++ b/cpukit/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/cpukit/itron/include/itronsys/vmempool.h b/cpukit/itron/include/itronsys/vmempool.h index 7ef45398d3..fbb2f1e2b8 100644 --- a/cpukit/itron/include/itronsys/vmempool.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/config.h b/cpukit/itron/include/rtems/itron/config.h index 8403832025..9b7b84709d 100644 --- a/cpukit/itron/include/rtems/itron/config.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/eventflags.h b/cpukit/itron/include/rtems/itron/eventflags.h index 3bd2903aaa..1c709be752 100644 --- a/cpukit/itron/include/rtems/itron/eventflags.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/fmempool.h b/cpukit/itron/include/rtems/itron/fmempool.h index 5ee17fd6b0..221d376d1e 100644 --- a/cpukit/itron/include/rtems/itron/fmempool.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/intr.h b/cpukit/itron/include/rtems/itron/intr.h index d6d2703462..514b9198fe 100644 --- a/cpukit/itron/include/rtems/itron/intr.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/itronapi.h b/cpukit/itron/include/rtems/itron/itronapi.h index b66f5fa379..775813d2f4 100644 --- a/cpukit/itron/include/rtems/itron/itronapi.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/mbox.h b/cpukit/itron/include/rtems/itron/mbox.h index c0e0d53ea1..8f240ee8ce 100644 --- a/cpukit/itron/include/rtems/itron/mbox.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/msgbuffer.h b/cpukit/itron/include/rtems/itron/msgbuffer.h index 746ece4058..4b3192af79 100644 --- a/cpukit/itron/include/rtems/itron/msgbuffer.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/network.h b/cpukit/itron/include/rtems/itron/network.h index 23e1d2f7bf..6889cf41fa 100644 --- a/cpukit/itron/include/rtems/itron/network.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h index 5d5c3e77ab..77c1c5e47f 100644 --- a/cpukit/itron/include/rtems/itron/object.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/port.h b/cpukit/itron/include/rtems/itron/port.h index cfa71c8651..f8e17c630f 100644 --- a/cpukit/itron/include/rtems/itron/port.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/semaphore.h b/cpukit/itron/include/rtems/itron/semaphore.h index 8bfd1d783a..f9c327bba4 100644 --- a/cpukit/itron/include/rtems/itron/semaphore.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/sysmgmt.h b/cpukit/itron/include/rtems/itron/sysmgmt.h index 92b6cf72db..f6cea9a693 100644 --- a/cpukit/itron/include/rtems/itron/sysmgmt.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/task.h b/cpukit/itron/include/rtems/itron/task.h index 5d52d632f5..3d8d0aa8f5 100644 --- a/cpukit/itron/include/rtems/itron/task.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/time.h b/cpukit/itron/include/rtems/itron/time.h index 0cc2d20101..f13bd2d981 100644 --- a/cpukit/itron/include/rtems/itron/time.h +++ b/cpukit/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/cpukit/itron/include/rtems/itron/vmempool.h b/cpukit/itron/include/rtems/itron/vmempool.h index 63bf3310f9..35db087da8 100644 --- a/cpukit/itron/include/rtems/itron/vmempool.h +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/eventflags.inl b/cpukit/itron/inline/rtems/itron/eventflags.inl index af6665915c..b4d8416714 100644 --- a/cpukit/itron/inline/rtems/itron/eventflags.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/fmempool.inl b/cpukit/itron/inline/rtems/itron/fmempool.inl index 38056b6671..9709edfd95 100644 --- a/cpukit/itron/inline/rtems/itron/fmempool.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/intr.inl b/cpukit/itron/inline/rtems/itron/intr.inl index a991e03365..93c44eff00 100644 --- a/cpukit/itron/inline/rtems/itron/intr.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/mbox.inl b/cpukit/itron/inline/rtems/itron/mbox.inl index d6666d6435..fa2f96848d 100644 --- a/cpukit/itron/inline/rtems/itron/mbox.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/msgbuffer.inl b/cpukit/itron/inline/rtems/itron/msgbuffer.inl index fcdca8edf7..a8ac6e2aac 100644 --- a/cpukit/itron/inline/rtems/itron/msgbuffer.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/network.inl b/cpukit/itron/inline/rtems/itron/network.inl index d4932383fc..dd833bb079 100644 --- a/cpukit/itron/inline/rtems/itron/network.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/port.inl b/cpukit/itron/inline/rtems/itron/port.inl index 5004761487..4593b38ca0 100644 --- a/cpukit/itron/inline/rtems/itron/port.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/semaphore.inl b/cpukit/itron/inline/rtems/itron/semaphore.inl index 6e6595fcdc..0fb234bb6b 100644 --- a/cpukit/itron/inline/rtems/itron/semaphore.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/sysmgmt.inl b/cpukit/itron/inline/rtems/itron/sysmgmt.inl index 2a2eb76c6e..183232a785 100644 --- a/cpukit/itron/inline/rtems/itron/sysmgmt.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/task.inl b/cpukit/itron/inline/rtems/itron/task.inl index 834e47b0c9..37056e5d09 100644 --- a/cpukit/itron/inline/rtems/itron/task.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/time.inl b/cpukit/itron/inline/rtems/itron/time.inl index 2a2eb76c6e..183232a785 100644 --- a/cpukit/itron/inline/rtems/itron/time.inl +++ b/cpukit/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/cpukit/itron/inline/rtems/itron/vmempool.inl b/cpukit/itron/inline/rtems/itron/vmempool.inl index eec2931fb2..d1d18ef351 100644 --- a/cpukit/itron/inline/rtems/itron/vmempool.inl +++ b/cpukit/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/cpukit/itron/src/can_wup.c b/cpukit/itron/src/can_wup.c index 13c64a62f8..7b48bf5ffd 100644 --- a/cpukit/itron/src/can_wup.c +++ b/cpukit/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/cpukit/itron/src/chg_pri.c b/cpukit/itron/src/chg_pri.c index 37d9d8f172..2d4d76d85f 100644 --- a/cpukit/itron/src/chg_pri.c +++ b/cpukit/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/cpukit/itron/src/cre_mbf.c b/cpukit/itron/src/cre_mbf.c index bea9f8f3f9..ca139d53ae 100644 --- a/cpukit/itron/src/cre_mbf.c +++ b/cpukit/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/cpukit/itron/src/cre_mbx.c b/cpukit/itron/src/cre_mbx.c index 7a5cb30170..bd4c3e4c41 100644 --- a/cpukit/itron/src/cre_mbx.c +++ b/cpukit/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/cpukit/itron/src/cre_sem.c b/cpukit/itron/src/cre_sem.c index 6b5bd6c82b..322adc3d41 100644 --- a/cpukit/itron/src/cre_sem.c +++ b/cpukit/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/cpukit/itron/src/cre_tsk.c b/cpukit/itron/src/cre_tsk.c index d49f013a73..665e158652 100644 --- a/cpukit/itron/src/cre_tsk.c +++ b/cpukit/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/cpukit/itron/src/del_mbf.c b/cpukit/itron/src/del_mbf.c index 63199be1a6..1b75602e75 100644 --- a/cpukit/itron/src/del_mbf.c +++ b/cpukit/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/cpukit/itron/src/del_mbx.c b/cpukit/itron/src/del_mbx.c index 9006e5f3b4..44d7e2df6e 100644 --- a/cpukit/itron/src/del_mbx.c +++ b/cpukit/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/cpukit/itron/src/del_sem.c b/cpukit/itron/src/del_sem.c index 5e205e3782..46a50f1890 100644 --- a/cpukit/itron/src/del_sem.c +++ b/cpukit/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/cpukit/itron/src/del_tsk.c b/cpukit/itron/src/del_tsk.c index 8cb0e98514..43c2edef51 100644 --- a/cpukit/itron/src/del_tsk.c +++ b/cpukit/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/cpukit/itron/src/dis_dsp.c b/cpukit/itron/src/dis_dsp.c index 348a3d64af..f16208a6e7 100644 --- a/cpukit/itron/src/dis_dsp.c +++ b/cpukit/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/cpukit/itron/src/ena_dsp.c b/cpukit/itron/src/ena_dsp.c index 7c4d86f4d5..f2df3fdf09 100644 --- a/cpukit/itron/src/ena_dsp.c +++ b/cpukit/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/cpukit/itron/src/eventflags.c b/cpukit/itron/src/eventflags.c index 6855593391..b7d974ae37 100644 --- a/cpukit/itron/src/eventflags.c +++ b/cpukit/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/cpukit/itron/src/exd_tsk.c b/cpukit/itron/src/exd_tsk.c index 51c0eb04c5..c9bc02dd04 100644 --- a/cpukit/itron/src/exd_tsk.c +++ b/cpukit/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/cpukit/itron/src/ext_tsk.c b/cpukit/itron/src/ext_tsk.c index f1015de95f..482daf0b22 100644 --- a/cpukit/itron/src/ext_tsk.c +++ b/cpukit/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/cpukit/itron/src/fmempool.c b/cpukit/itron/src/fmempool.c index af4b931791..ec19e6770c 100644 --- a/cpukit/itron/src/fmempool.c +++ b/cpukit/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/cpukit/itron/src/frsm_tsk.c b/cpukit/itron/src/frsm_tsk.c index 743d05771f..efa6f3457a 100644 --- a/cpukit/itron/src/frsm_tsk.c +++ b/cpukit/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/cpukit/itron/src/get_tid.c b/cpukit/itron/src/get_tid.c index 7904e3e167..1e85eeb26f 100644 --- a/cpukit/itron/src/get_tid.c +++ b/cpukit/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/cpukit/itron/src/itronintr.c b/cpukit/itron/src/itronintr.c index 14e1d6d67e..8a07d9e215 100644 --- a/cpukit/itron/src/itronintr.c +++ b/cpukit/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/cpukit/itron/src/itronsem.c b/cpukit/itron/src/itronsem.c index b7f93c3a55..ad9278aec2 100644 --- a/cpukit/itron/src/itronsem.c +++ b/cpukit/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/cpukit/itron/src/itrontime.c b/cpukit/itron/src/itrontime.c index 13621a9e6a..e3ad47e8b5 100644 --- a/cpukit/itron/src/itrontime.c +++ b/cpukit/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/cpukit/itron/src/mbox.c b/cpukit/itron/src/mbox.c index ff1e0249ed..a8dd9a26ca 100644 --- a/cpukit/itron/src/mbox.c +++ b/cpukit/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/cpukit/itron/src/mboxtranslatereturncode.c b/cpukit/itron/src/mboxtranslatereturncode.c index 7056afaa37..aa28476199 100644 --- a/cpukit/itron/src/mboxtranslatereturncode.c +++ b/cpukit/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/cpukit/itron/src/msgbuffer.c b/cpukit/itron/src/msgbuffer.c index 2d15b0e5e6..13c89efba6 100644 --- a/cpukit/itron/src/msgbuffer.c +++ b/cpukit/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/cpukit/itron/src/msgbuffertranslatereturncode.c b/cpukit/itron/src/msgbuffertranslatereturncode.c index f6cfaf85fe..665b940180 100644 --- a/cpukit/itron/src/msgbuffertranslatereturncode.c +++ b/cpukit/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/cpukit/itron/src/network.c b/cpukit/itron/src/network.c index 82a57ac1a1..fd0c27ce3f 100644 --- a/cpukit/itron/src/network.c +++ b/cpukit/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/cpukit/itron/src/port.c b/cpukit/itron/src/port.c index 4d95638f7b..0e9d98eb04 100644 --- a/cpukit/itron/src/port.c +++ b/cpukit/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/cpukit/itron/src/prcv_mbf.c b/cpukit/itron/src/prcv_mbf.c index e3ef63de56..d6d03c23e2 100644 --- a/cpukit/itron/src/prcv_mbf.c +++ b/cpukit/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/cpukit/itron/src/prcv_mbx.c b/cpukit/itron/src/prcv_mbx.c index 65b2b33707..de9e0445ee 100644 --- a/cpukit/itron/src/prcv_mbx.c +++ b/cpukit/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/cpukit/itron/src/preq_sem.c b/cpukit/itron/src/preq_sem.c index a20cca00a0..4e0803cd9d 100644 --- a/cpukit/itron/src/preq_sem.c +++ b/cpukit/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/cpukit/itron/src/psnd_mbf.c b/cpukit/itron/src/psnd_mbf.c index 76673266e0..6b833efe4f 100644 --- a/cpukit/itron/src/psnd_mbf.c +++ b/cpukit/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/cpukit/itron/src/rcv_mbf.c b/cpukit/itron/src/rcv_mbf.c index 86c760999b..9bd46317f2 100644 --- a/cpukit/itron/src/rcv_mbf.c +++ b/cpukit/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/cpukit/itron/src/rcv_mbx.c b/cpukit/itron/src/rcv_mbx.c index 411b4db6a5..b91c9311b0 100644 --- a/cpukit/itron/src/rcv_mbx.c +++ b/cpukit/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/cpukit/itron/src/ref_mbf.c b/cpukit/itron/src/ref_mbf.c index 150b17ff88..a75f6eb205 100644 --- a/cpukit/itron/src/ref_mbf.c +++ b/cpukit/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/cpukit/itron/src/ref_mbx.c b/cpukit/itron/src/ref_mbx.c index ac148c89bf..847add0c5e 100644 --- a/cpukit/itron/src/ref_mbx.c +++ b/cpukit/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/cpukit/itron/src/ref_sem.c b/cpukit/itron/src/ref_sem.c index 08bb5adff0..1d71356db4 100644 --- a/cpukit/itron/src/ref_sem.c +++ b/cpukit/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/cpukit/itron/src/ref_tsk.c b/cpukit/itron/src/ref_tsk.c index da30497904..552ce9652b 100644 --- a/cpukit/itron/src/ref_tsk.c +++ b/cpukit/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/cpukit/itron/src/rel_wai.c b/cpukit/itron/src/rel_wai.c index d845bcd310..e98ea22265 100644 --- a/cpukit/itron/src/rel_wai.c +++ b/cpukit/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/cpukit/itron/src/rot_rdq.c b/cpukit/itron/src/rot_rdq.c index 35008d53a2..a9b1df80db 100644 --- a/cpukit/itron/src/rot_rdq.c +++ b/cpukit/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/cpukit/itron/src/rsm_tsk.c b/cpukit/itron/src/rsm_tsk.c index 6b5237029b..da761fbbe7 100644 --- a/cpukit/itron/src/rsm_tsk.c +++ b/cpukit/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/cpukit/itron/src/sig_sem.c b/cpukit/itron/src/sig_sem.c index bde5d9b89f..cf31bdb8f6 100644 --- a/cpukit/itron/src/sig_sem.c +++ b/cpukit/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/cpukit/itron/src/slp_tsk.c b/cpukit/itron/src/slp_tsk.c index b8c84c9808..7fa312146f 100644 --- a/cpukit/itron/src/slp_tsk.c +++ b/cpukit/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/cpukit/itron/src/snd_mbf.c b/cpukit/itron/src/snd_mbf.c index bb8c23b077..87fa5ca1e6 100644 --- a/cpukit/itron/src/snd_mbf.c +++ b/cpukit/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/cpukit/itron/src/snd_mbx.c b/cpukit/itron/src/snd_mbx.c index 8d70c12315..f674583e7b 100644 --- a/cpukit/itron/src/snd_mbx.c +++ b/cpukit/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/cpukit/itron/src/sta_tsk.c b/cpukit/itron/src/sta_tsk.c index aafa282161..e30ebbcf58 100644 --- a/cpukit/itron/src/sta_tsk.c +++ b/cpukit/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/cpukit/itron/src/sus_tsk.c b/cpukit/itron/src/sus_tsk.c index 91193ed12a..3143513f53 100644 --- a/cpukit/itron/src/sus_tsk.c +++ b/cpukit/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/cpukit/itron/src/sysmgmt.c b/cpukit/itron/src/sysmgmt.c index 24d9075154..45704707d0 100644 --- a/cpukit/itron/src/sysmgmt.c +++ b/cpukit/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/cpukit/itron/src/task.c b/cpukit/itron/src/task.c index c4e785a4bb..e8f3b5ff70 100644 --- a/cpukit/itron/src/task.c +++ b/cpukit/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/cpukit/itron/src/ter_tsk.c b/cpukit/itron/src/ter_tsk.c index 6c6f4c85c2..ae272e0857 100644 --- a/cpukit/itron/src/ter_tsk.c +++ b/cpukit/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/cpukit/itron/src/trcv_mbf.c b/cpukit/itron/src/trcv_mbf.c index cdd244c40f..c0524b0f30 100644 --- a/cpukit/itron/src/trcv_mbf.c +++ b/cpukit/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/cpukit/itron/src/trcv_mbx.c b/cpukit/itron/src/trcv_mbx.c index 39eecdf1de..0c4350bb04 100644 --- a/cpukit/itron/src/trcv_mbx.c +++ b/cpukit/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/cpukit/itron/src/tslp_tsk.c b/cpukit/itron/src/tslp_tsk.c index b8556f0f68..728a007a1b 100644 --- a/cpukit/itron/src/tslp_tsk.c +++ b/cpukit/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/cpukit/itron/src/tsnd_mbf.c b/cpukit/itron/src/tsnd_mbf.c index 7649a2005d..bc609dd298 100644 --- a/cpukit/itron/src/tsnd_mbf.c +++ b/cpukit/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/cpukit/itron/src/twai_sem.c b/cpukit/itron/src/twai_sem.c index 4354c7cff3..f55916a22b 100644 --- a/cpukit/itron/src/twai_sem.c +++ b/cpukit/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/cpukit/itron/src/vmempool.c b/cpukit/itron/src/vmempool.c index 726d9c8c68..d1a7d8a4a7 100644 --- a/cpukit/itron/src/vmempool.c +++ b/cpukit/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/cpukit/itron/src/wai_sem.c b/cpukit/itron/src/wai_sem.c index f9e0c4d712..5ac4dc61a3 100644 --- a/cpukit/itron/src/wai_sem.c +++ b/cpukit/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/cpukit/itron/src/wup_tsk.c b/cpukit/itron/src/wup_tsk.c index bc0ca0edb9..b51646b3dd 100644 --- a/cpukit/itron/src/wup_tsk.c +++ b/cpukit/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. diff --git a/testsuites/itrontests/itronhello/init.c b/testsuites/itrontests/itronhello/init.c index f2c079048c..62a8c8ac37 100644 --- a/testsuites/itrontests/itronhello/init.c +++ b/testsuites/itrontests/itronhello/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itronhello/itronhello.doc b/testsuites/itrontests/itronhello/itronhello.doc index a18b9cae50..988364bf45 100644 --- a/testsuites/itrontests/itronhello/itronhello.doc +++ b/testsuites/itrontests/itronhello/itronhello.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itronhello/system.h b/testsuites/itrontests/itronhello/system.h index 3e90b30229..ed516a778b 100644 --- a/testsuites/itrontests/itronhello/system.h +++ b/testsuites/itrontests/itronhello/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c index 39788c49f8..dc1edc09d3 100644 --- a/testsuites/itrontests/itronmbf01/init.c +++ b/testsuites/itrontests/itronmbf01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itronmbf01/itronmbf01.doc b/testsuites/itrontests/itronmbf01/itronmbf01.doc index 496f3569e5..f7e063ff14 100644 --- a/testsuites/itrontests/itronmbf01/itronmbf01.doc +++ b/testsuites/itrontests/itronmbf01/itronmbf01.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itronmbf01/system.h b/testsuites/itrontests/itronmbf01/system.h index deafceec4b..391829bb03 100644 --- a/testsuites/itrontests/itronmbf01/system.h +++ b/testsuites/itrontests/itronmbf01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itronmbox01/init.c b/testsuites/itrontests/itronmbox01/init.c index f7ca9c3566..08a5d175b1 100644 --- a/testsuites/itrontests/itronmbox01/init.c +++ b/testsuites/itrontests/itronmbox01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itronmbox01/system.h b/testsuites/itrontests/itronmbox01/system.h index 425c8f7e7a..d400584887 100644 --- a/testsuites/itrontests/itronmbox01/system.h +++ b/testsuites/itrontests/itronmbox01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itronsem01/init.c b/testsuites/itrontests/itronsem01/init.c index 4748de7f45..e90d9d8537 100644 --- a/testsuites/itrontests/itronsem01/init.c +++ b/testsuites/itrontests/itronsem01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itronsem01/itronsem01.doc b/testsuites/itrontests/itronsem01/itronsem01.doc index 496f3569e5..f7e063ff14 100644 --- a/testsuites/itrontests/itronsem01/itronsem01.doc +++ b/testsuites/itrontests/itronsem01/itronsem01.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itronsem01/system.h b/testsuites/itrontests/itronsem01/system.h index e3eac6012f..6989ad101b 100644 --- a/testsuites/itrontests/itronsem01/system.h +++ b/testsuites/itrontests/itronsem01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itrontask01/init.c b/testsuites/itrontests/itrontask01/init.c index 7a9760c6b2..73a53c84c4 100644 --- a/testsuites/itrontests/itrontask01/init.c +++ b/testsuites/itrontests/itrontask01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itrontask01/itrontask01.doc b/testsuites/itrontests/itrontask01/itrontask01.doc index 58cc56ce8d..8e5e884f34 100644 --- a/testsuites/itrontests/itrontask01/itrontask01.doc +++ b/testsuites/itrontests/itrontask01/itrontask01.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h index dba14c7b00..9974522892 100644 --- a/testsuites/itrontests/itrontask01/system.h +++ b/testsuites/itrontests/itrontask01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c index f294e72219..da12424800 100644 --- a/testsuites/itrontests/itrontask01/task1.c +++ b/testsuites/itrontests/itrontask01/task1.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask02/dormant.c b/testsuites/itrontests/itrontask02/dormant.c index 4dbdd616a5..69cb694e7e 100644 --- a/testsuites/itrontests/itrontask02/dormant.c +++ b/testsuites/itrontests/itrontask02/dormant.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask02/init.c b/testsuites/itrontests/itrontask02/init.c index 48a602e271..43957dcf4f 100644 --- a/testsuites/itrontests/itrontask02/init.c +++ b/testsuites/itrontests/itrontask02/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itrontask02/itrontask02.doc b/testsuites/itrontests/itrontask02/itrontask02.doc index 17197458b6..677399e1dc 100644 --- a/testsuites/itrontests/itrontask02/itrontask02.doc +++ b/testsuites/itrontests/itrontask02/itrontask02.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h index f9358a9517..df868d6c48 100644 --- a/testsuites/itrontests/itrontask02/system.h +++ b/testsuites/itrontests/itrontask02/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itrontask03/init.c b/testsuites/itrontests/itrontask03/init.c index 94fc8ba077..503a776a41 100644 --- a/testsuites/itrontests/itrontask03/init.c +++ b/testsuites/itrontests/itrontask03/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itrontask03/itrontask03.doc b/testsuites/itrontests/itrontask03/itrontask03.doc index e1f453e3f1..0382de6f1f 100644 --- a/testsuites/itrontests/itrontask03/itrontask03.doc +++ b/testsuites/itrontests/itrontask03/itrontask03.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itrontask03/preempt.c b/testsuites/itrontests/itrontask03/preempt.c index e3ce5105d5..7c2bafbee8 100644 --- a/testsuites/itrontests/itrontask03/preempt.c +++ b/testsuites/itrontests/itrontask03/preempt.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask03/system.h b/testsuites/itrontests/itrontask03/system.h index 546b6dd415..3f7a585bb2 100644 --- a/testsuites/itrontests/itrontask03/system.h +++ b/testsuites/itrontests/itrontask03/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itrontask03/task1.c b/testsuites/itrontests/itrontask03/task1.c index 9701806169..a085961c95 100644 --- a/testsuites/itrontests/itrontask03/task1.c +++ b/testsuites/itrontests/itrontask03/task1.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask03/task2.c b/testsuites/itrontests/itrontask03/task2.c index 3040b0176f..b85bc527c4 100644 --- a/testsuites/itrontests/itrontask03/task2.c +++ b/testsuites/itrontests/itrontask03/task2.c @@ -9,9 +9,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask03/task3.c b/testsuites/itrontests/itrontask03/task3.c index 38b9ff97c0..05b92ec280 100644 --- a/testsuites/itrontests/itrontask03/task3.c +++ b/testsuites/itrontests/itrontask03/task3.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask04/init.c b/testsuites/itrontests/itrontask04/init.c index 5b83347537..56d251d15c 100644 --- a/testsuites/itrontests/itrontask04/init.c +++ b/testsuites/itrontests/itrontask04/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itrontask04/itrontask04.doc b/testsuites/itrontests/itrontask04/itrontask04.doc index 00e1384bca..7119c520f8 100644 --- a/testsuites/itrontests/itrontask04/itrontask04.doc +++ b/testsuites/itrontests/itrontask04/itrontask04.doc @@ -1,9 +1,8 @@ # # $Id$ # -# 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/testsuites/itrontests/itrontask04/system.h b/testsuites/itrontests/itrontask04/system.h index 4e4a1ac7ae..f9cc60958f 100644 --- a/testsuites/itrontests/itrontask04/system.h +++ b/testsuites/itrontests/itrontask04/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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/testsuites/itrontests/itrontask04/task1.c b/testsuites/itrontests/itrontask04/task1.c index aff26e15f2..ac7f9cc49b 100644 --- a/testsuites/itrontests/itrontask04/task1.c +++ b/testsuites/itrontests/itrontask04/task1.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask04/task2.c b/testsuites/itrontests/itrontask04/task2.c index b5c08db60d..f47225dba6 100644 --- a/testsuites/itrontests/itrontask04/task2.c +++ b/testsuites/itrontests/itrontask04/task2.c @@ -9,9 +9,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontask04/task3.c b/testsuites/itrontests/itrontask04/task3.c index 144188864b..4157eccb5f 100644 --- a/testsuites/itrontests/itrontask04/task3.c +++ b/testsuites/itrontests/itrontask04/task3.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/testsuites/itrontests/itrontime01/init.c b/testsuites/itrontests/itrontime01/init.c index 7797403f9e..5bdadf1e66 100644 --- a/testsuites/itrontests/itrontime01/init.c +++ b/testsuites/itrontests/itrontime01/init.c @@ -10,6 +10,9 @@ * * Output parameters: NONE * + * 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/testsuites/itrontests/itrontime01/system.h b/testsuites/itrontests/itrontime01/system.h index 425c8f7e7a..d400584887 100644 --- a/testsuites/itrontests/itrontime01/system.h +++ b/testsuites/itrontests/itrontime01/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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 -- cgit v1.2.3