From e49f9e6bd330db24732ace41535b178b65975200 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:54:02 +0000 Subject: 2003-09-04 Joel Sherrill * include/itron.h, include/itronsys/eventflags.h, include/itronsys/fmempool.h, include/itronsys/intr.h, include/itronsys/mbox.h, include/itronsys/msgbuffer.h, include/itronsys/network.h, include/itronsys/port.h, include/itronsys/semaphore.h, include/itronsys/status.h, include/itronsys/sysmgmt.h, include/itronsys/task.h, include/itronsys/time.h, include/itronsys/types.h, include/itronsys/vmempool.h, include/rtems/itron/config.h, include/rtems/itron/eventflags.h, include/rtems/itron/fmempool.h, include/rtems/itron/intr.h, include/rtems/itron/itronapi.h, include/rtems/itron/mbox.h, include/rtems/itron/msgbuffer.h, include/rtems/itron/network.h, include/rtems/itron/object.h, include/rtems/itron/port.h, include/rtems/itron/semaphore.h, include/rtems/itron/sysmgmt.h, include/rtems/itron/task.h, include/rtems/itron/time.h, include/rtems/itron/vmempool.h, inline/rtems/itron/eventflags.inl, inline/rtems/itron/fmempool.inl, inline/rtems/itron/intr.inl, inline/rtems/itron/mbox.inl, inline/rtems/itron/msgbuffer.inl, inline/rtems/itron/network.inl, inline/rtems/itron/port.inl, inline/rtems/itron/semaphore.inl, inline/rtems/itron/sysmgmt.inl, inline/rtems/itron/task.inl, inline/rtems/itron/time.inl, inline/rtems/itron/vmempool.inl, macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl, macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl, macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl, macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl, macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl, macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl, src/can_wup.c, src/chg_pri.c, src/cre_mbf.c, src/cre_mbx.c, src/cre_sem.c, src/cre_tsk.c, src/del_mbf.c, src/del_mbx.c, src/del_sem.c, src/del_tsk.c, src/dis_dsp.c, src/ena_dsp.c, src/eventflags.c, src/exd_tsk.c, src/ext_tsk.c, src/fmempool.c, src/frsm_tsk.c, src/get_tid.c, src/itronintr.c, src/itronsem.c, src/itrontime.c, src/mbox.c, src/mboxtranslatereturncode.c, src/msgbuffer.c, src/msgbuffertranslatereturncode.c, src/network.c, src/port.c, src/prcv_mbf.c, src/prcv_mbx.c, src/preq_sem.c, src/psnd_mbf.c, src/rcv_mbf.c, src/rcv_mbx.c, src/ref_mbf.c, src/ref_mbx.c, src/ref_sem.c, src/ref_tsk.c, src/rel_wai.c, src/rot_rdq.c, src/rsm_tsk.c, src/sig_sem.c, src/slp_tsk.c, src/snd_mbf.c, src/snd_mbx.c, src/sta_tsk.c, src/sus_tsk.c, src/sysmgmt.c, src/task.c, src/ter_tsk.c, src/trcv_mbf.c, src/trcv_mbx.c, src/tslp_tsk.c, src/tsnd_mbf.c, src/twai_sem.c, src/vmempool.c, src/wai_sem.c, src/wup_tsk.c: URL for license changed. --- cpukit/itron/ChangeLog | 46 +++++++++++++++++++++++++ cpukit/itron/include/itron.h | 2 +- cpukit/itron/include/itronsys/eventflags.h | 2 +- cpukit/itron/include/itronsys/fmempool.h | 2 +- cpukit/itron/include/itronsys/intr.h | 2 +- cpukit/itron/include/itronsys/mbox.h | 2 +- cpukit/itron/include/itronsys/msgbuffer.h | 2 +- cpukit/itron/include/itronsys/network.h | 2 +- cpukit/itron/include/itronsys/port.h | 2 +- cpukit/itron/include/itronsys/semaphore.h | 2 +- cpukit/itron/include/itronsys/status.h | 2 +- cpukit/itron/include/itronsys/sysmgmt.h | 2 +- cpukit/itron/include/itronsys/task.h | 2 +- cpukit/itron/include/itronsys/time.h | 2 +- cpukit/itron/include/itronsys/types.h | 2 +- cpukit/itron/include/itronsys/vmempool.h | 2 +- cpukit/itron/include/rtems/itron/config.h | 2 +- cpukit/itron/include/rtems/itron/eventflags.h | 2 +- cpukit/itron/include/rtems/itron/fmempool.h | 2 +- cpukit/itron/include/rtems/itron/intr.h | 2 +- cpukit/itron/include/rtems/itron/itronapi.h | 2 +- cpukit/itron/include/rtems/itron/mbox.h | 2 +- cpukit/itron/include/rtems/itron/msgbuffer.h | 2 +- cpukit/itron/include/rtems/itron/network.h | 2 +- cpukit/itron/include/rtems/itron/object.h | 2 +- cpukit/itron/include/rtems/itron/port.h | 2 +- cpukit/itron/include/rtems/itron/semaphore.h | 2 +- cpukit/itron/include/rtems/itron/sysmgmt.h | 2 +- cpukit/itron/include/rtems/itron/task.h | 2 +- cpukit/itron/include/rtems/itron/time.h | 2 +- cpukit/itron/include/rtems/itron/vmempool.h | 2 +- cpukit/itron/inline/rtems/itron/eventflags.inl | 2 +- cpukit/itron/inline/rtems/itron/fmempool.inl | 2 +- cpukit/itron/inline/rtems/itron/intr.inl | 2 +- cpukit/itron/inline/rtems/itron/mbox.inl | 2 +- cpukit/itron/inline/rtems/itron/msgbuffer.inl | 2 +- cpukit/itron/inline/rtems/itron/network.inl | 2 +- cpukit/itron/inline/rtems/itron/port.inl | 2 +- cpukit/itron/inline/rtems/itron/semaphore.inl | 2 +- cpukit/itron/inline/rtems/itron/sysmgmt.inl | 2 +- cpukit/itron/inline/rtems/itron/task.inl | 2 +- cpukit/itron/inline/rtems/itron/time.inl | 2 +- cpukit/itron/inline/rtems/itron/vmempool.inl | 2 +- cpukit/itron/macros/rtems/itron/eventflags.inl | 2 +- cpukit/itron/macros/rtems/itron/fmempool.inl | 2 +- cpukit/itron/macros/rtems/itron/intr.inl | 2 +- cpukit/itron/macros/rtems/itron/mbox.inl | 2 +- cpukit/itron/macros/rtems/itron/msgbuffer.inl | 2 +- cpukit/itron/macros/rtems/itron/network.inl | 2 +- cpukit/itron/macros/rtems/itron/port.inl | 2 +- cpukit/itron/macros/rtems/itron/semaphore.inl | 2 +- cpukit/itron/macros/rtems/itron/sysmgmt.inl | 2 +- cpukit/itron/macros/rtems/itron/task.inl | 2 +- cpukit/itron/macros/rtems/itron/time.inl | 2 +- cpukit/itron/macros/rtems/itron/vmempool.inl | 2 +- cpukit/itron/src/can_wup.c | 2 +- cpukit/itron/src/chg_pri.c | 2 +- cpukit/itron/src/cre_mbf.c | 2 +- cpukit/itron/src/cre_mbx.c | 2 +- cpukit/itron/src/cre_sem.c | 2 +- cpukit/itron/src/cre_tsk.c | 2 +- cpukit/itron/src/del_mbf.c | 2 +- cpukit/itron/src/del_mbx.c | 2 +- cpukit/itron/src/del_sem.c | 2 +- cpukit/itron/src/del_tsk.c | 2 +- cpukit/itron/src/dis_dsp.c | 2 +- cpukit/itron/src/ena_dsp.c | 2 +- cpukit/itron/src/eventflags.c | 2 +- cpukit/itron/src/exd_tsk.c | 2 +- cpukit/itron/src/ext_tsk.c | 2 +- cpukit/itron/src/fmempool.c | 2 +- cpukit/itron/src/frsm_tsk.c | 2 +- cpukit/itron/src/get_tid.c | 2 +- cpukit/itron/src/itronintr.c | 2 +- cpukit/itron/src/itronsem.c | 2 +- cpukit/itron/src/itrontime.c | 2 +- cpukit/itron/src/mbox.c | 2 +- cpukit/itron/src/mboxtranslatereturncode.c | 2 +- cpukit/itron/src/msgbuffer.c | 2 +- cpukit/itron/src/msgbuffertranslatereturncode.c | 2 +- cpukit/itron/src/network.c | 2 +- cpukit/itron/src/port.c | 2 +- cpukit/itron/src/prcv_mbf.c | 2 +- cpukit/itron/src/prcv_mbx.c | 2 +- cpukit/itron/src/preq_sem.c | 2 +- cpukit/itron/src/psnd_mbf.c | 2 +- cpukit/itron/src/rcv_mbf.c | 2 +- cpukit/itron/src/rcv_mbx.c | 2 +- cpukit/itron/src/ref_mbf.c | 2 +- cpukit/itron/src/ref_mbx.c | 2 +- cpukit/itron/src/ref_sem.c | 2 +- cpukit/itron/src/ref_tsk.c | 2 +- cpukit/itron/src/rel_wai.c | 2 +- cpukit/itron/src/rot_rdq.c | 2 +- cpukit/itron/src/rsm_tsk.c | 2 +- cpukit/itron/src/sig_sem.c | 2 +- cpukit/itron/src/slp_tsk.c | 2 +- cpukit/itron/src/snd_mbf.c | 2 +- cpukit/itron/src/snd_mbx.c | 2 +- cpukit/itron/src/sta_tsk.c | 2 +- cpukit/itron/src/sus_tsk.c | 2 +- cpukit/itron/src/sysmgmt.c | 2 +- cpukit/itron/src/task.c | 2 +- cpukit/itron/src/ter_tsk.c | 2 +- cpukit/itron/src/trcv_mbf.c | 2 +- cpukit/itron/src/trcv_mbx.c | 2 +- cpukit/itron/src/tslp_tsk.c | 2 +- cpukit/itron/src/tsnd_mbf.c | 2 +- cpukit/itron/src/twai_sem.c | 2 +- cpukit/itron/src/vmempool.c | 2 +- cpukit/itron/src/wai_sem.c | 2 +- cpukit/itron/src/wup_tsk.c | 2 +- 112 files changed, 157 insertions(+), 111 deletions(-) (limited to 'cpukit/itron') diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index 5ab7ca23d1..5682c75e05 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,49 @@ +2003-09-04 Joel Sherrill + + * include/itron.h, include/itronsys/eventflags.h, + include/itronsys/fmempool.h, include/itronsys/intr.h, + include/itronsys/mbox.h, include/itronsys/msgbuffer.h, + include/itronsys/network.h, include/itronsys/port.h, + include/itronsys/semaphore.h, include/itronsys/status.h, + include/itronsys/sysmgmt.h, include/itronsys/task.h, + include/itronsys/time.h, include/itronsys/types.h, + include/itronsys/vmempool.h, include/rtems/itron/config.h, + include/rtems/itron/eventflags.h, include/rtems/itron/fmempool.h, + include/rtems/itron/intr.h, include/rtems/itron/itronapi.h, + include/rtems/itron/mbox.h, include/rtems/itron/msgbuffer.h, + include/rtems/itron/network.h, include/rtems/itron/object.h, + include/rtems/itron/port.h, include/rtems/itron/semaphore.h, + include/rtems/itron/sysmgmt.h, include/rtems/itron/task.h, + include/rtems/itron/time.h, include/rtems/itron/vmempool.h, + inline/rtems/itron/eventflags.inl, inline/rtems/itron/fmempool.inl, + inline/rtems/itron/intr.inl, inline/rtems/itron/mbox.inl, + inline/rtems/itron/msgbuffer.inl, inline/rtems/itron/network.inl, + inline/rtems/itron/port.inl, inline/rtems/itron/semaphore.inl, + inline/rtems/itron/sysmgmt.inl, inline/rtems/itron/task.inl, + inline/rtems/itron/time.inl, inline/rtems/itron/vmempool.inl, + macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl, + macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl, + macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl, + macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl, + macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl, + macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl, + src/can_wup.c, src/chg_pri.c, src/cre_mbf.c, src/cre_mbx.c, + src/cre_sem.c, src/cre_tsk.c, src/del_mbf.c, src/del_mbx.c, + src/del_sem.c, src/del_tsk.c, src/dis_dsp.c, src/ena_dsp.c, + src/eventflags.c, src/exd_tsk.c, src/ext_tsk.c, src/fmempool.c, + src/frsm_tsk.c, src/get_tid.c, src/itronintr.c, src/itronsem.c, + src/itrontime.c, src/mbox.c, src/mboxtranslatereturncode.c, + src/msgbuffer.c, src/msgbuffertranslatereturncode.c, src/network.c, + src/port.c, src/prcv_mbf.c, src/prcv_mbx.c, src/preq_sem.c, + src/psnd_mbf.c, src/rcv_mbf.c, src/rcv_mbx.c, src/ref_mbf.c, + src/ref_mbx.c, src/ref_sem.c, src/ref_tsk.c, src/rel_wai.c, + src/rot_rdq.c, src/rsm_tsk.c, src/sig_sem.c, src/slp_tsk.c, + src/snd_mbf.c, src/snd_mbx.c, src/sta_tsk.c, src/sus_tsk.c, + src/sysmgmt.c, src/task.c, src/ter_tsk.c, src/trcv_mbf.c, + src/trcv_mbx.c, src/tslp_tsk.c, src/tsnd_mbf.c, src/twai_sem.c, + src/vmempool.c, src/wai_sem.c, src/wup_tsk.c: URL for license + changed. + 2003-07-08 Ralf Corsepius * configure.ac: Remove (Merged-in into ../configure.ac) diff --git a/cpukit/itron/include/itron.h b/cpukit/itron/include/itron.h index 445042e1d3..ee142a615b 100644 --- a/cpukit/itron/include/itron.h +++ b/cpukit/itron/include/itron.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/eventflags.h b/cpukit/itron/include/itronsys/eventflags.h index 1e0c7ac3b6..b6e59cdc64 100644 --- a/cpukit/itron/include/itronsys/eventflags.h +++ b/cpukit/itron/include/itronsys/eventflags.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/fmempool.h b/cpukit/itron/include/itronsys/fmempool.h index 4f63d9ba5d..8e7eb67079 100644 --- a/cpukit/itron/include/itronsys/fmempool.h +++ b/cpukit/itron/include/itronsys/fmempool.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/intr.h b/cpukit/itron/include/itronsys/intr.h index c42987313e..bc690b128c 100644 --- a/cpukit/itron/include/itronsys/intr.h +++ b/cpukit/itron/include/itronsys/intr.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/mbox.h b/cpukit/itron/include/itronsys/mbox.h index 7e741d1ba5..bcaa7a8a65 100644 --- a/cpukit/itron/include/itronsys/mbox.h +++ b/cpukit/itron/include/itronsys/mbox.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/msgbuffer.h b/cpukit/itron/include/itronsys/msgbuffer.h index 7b58a63924..e24cd112e5 100644 --- a/cpukit/itron/include/itronsys/msgbuffer.h +++ b/cpukit/itron/include/itronsys/msgbuffer.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/network.h b/cpukit/itron/include/itronsys/network.h index 394d381eb7..3c9149e225 100644 --- a/cpukit/itron/include/itronsys/network.h +++ b/cpukit/itron/include/itronsys/network.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/port.h b/cpukit/itron/include/itronsys/port.h index 3999678eaa..b431f9a7d6 100644 --- a/cpukit/itron/include/itronsys/port.h +++ b/cpukit/itron/include/itronsys/port.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/semaphore.h b/cpukit/itron/include/itronsys/semaphore.h index b76b72387d..89e9b47a79 100644 --- a/cpukit/itron/include/itronsys/semaphore.h +++ b/cpukit/itron/include/itronsys/semaphore.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/status.h b/cpukit/itron/include/itronsys/status.h index 42f7226749..1061070152 100644 --- a/cpukit/itron/include/itronsys/status.h +++ b/cpukit/itron/include/itronsys/status.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/sysmgmt.h b/cpukit/itron/include/itronsys/sysmgmt.h index 0f3c403f82..23101b8517 100644 --- a/cpukit/itron/include/itronsys/sysmgmt.h +++ b/cpukit/itron/include/itronsys/sysmgmt.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/task.h b/cpukit/itron/include/itronsys/task.h index d4f7a5e470..4421e2d5b1 100644 --- a/cpukit/itron/include/itronsys/task.h +++ b/cpukit/itron/include/itronsys/task.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/time.h b/cpukit/itron/include/itronsys/time.h index 7868e45ff0..cd5774157f 100644 --- a/cpukit/itron/include/itronsys/time.h +++ b/cpukit/itron/include/itronsys/time.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/types.h b/cpukit/itron/include/itronsys/types.h index 27a701fa47..03fe51947a 100644 --- a/cpukit/itron/include/itronsys/types.h +++ b/cpukit/itron/include/itronsys/types.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/itronsys/vmempool.h b/cpukit/itron/include/itronsys/vmempool.h index fbb2f1e2b8..aeae5e3f65 100644 --- a/cpukit/itron/include/itronsys/vmempool.h +++ b/cpukit/itron/include/itronsys/vmempool.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/config.h b/cpukit/itron/include/rtems/itron/config.h index 9b7b84709d..3ed6ae949f 100644 --- a/cpukit/itron/include/rtems/itron/config.h +++ b/cpukit/itron/include/rtems/itron/config.h @@ -8,7 +8,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/eventflags.h b/cpukit/itron/include/rtems/itron/eventflags.h index 1c709be752..c6036d904b 100644 --- a/cpukit/itron/include/rtems/itron/eventflags.h +++ b/cpukit/itron/include/rtems/itron/eventflags.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/fmempool.h b/cpukit/itron/include/rtems/itron/fmempool.h index 221d376d1e..c4221d103e 100644 --- a/cpukit/itron/include/rtems/itron/fmempool.h +++ b/cpukit/itron/include/rtems/itron/fmempool.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/intr.h b/cpukit/itron/include/rtems/itron/intr.h index 514b9198fe..03f9eb3e9f 100644 --- a/cpukit/itron/include/rtems/itron/intr.h +++ b/cpukit/itron/include/rtems/itron/intr.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/itronapi.h b/cpukit/itron/include/rtems/itron/itronapi.h index 775813d2f4..686e333781 100644 --- a/cpukit/itron/include/rtems/itron/itronapi.h +++ b/cpukit/itron/include/rtems/itron/itronapi.h @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/mbox.h b/cpukit/itron/include/rtems/itron/mbox.h index 8f240ee8ce..bbd614cced 100644 --- a/cpukit/itron/include/rtems/itron/mbox.h +++ b/cpukit/itron/include/rtems/itron/mbox.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/msgbuffer.h b/cpukit/itron/include/rtems/itron/msgbuffer.h index 4b3192af79..8daa17daaf 100644 --- a/cpukit/itron/include/rtems/itron/msgbuffer.h +++ b/cpukit/itron/include/rtems/itron/msgbuffer.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/network.h b/cpukit/itron/include/rtems/itron/network.h index 6889cf41fa..9156c216fa 100644 --- a/cpukit/itron/include/rtems/itron/network.h +++ b/cpukit/itron/include/rtems/itron/network.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h index 1a7f0c8d68..523a478ce6 100644 --- a/cpukit/itron/include/rtems/itron/object.h +++ b/cpukit/itron/include/rtems/itron/object.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/port.h b/cpukit/itron/include/rtems/itron/port.h index f8e17c630f..8ff5753c6b 100644 --- a/cpukit/itron/include/rtems/itron/port.h +++ b/cpukit/itron/include/rtems/itron/port.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/semaphore.h b/cpukit/itron/include/rtems/itron/semaphore.h index f9c327bba4..4964c67480 100644 --- a/cpukit/itron/include/rtems/itron/semaphore.h +++ b/cpukit/itron/include/rtems/itron/semaphore.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/sysmgmt.h b/cpukit/itron/include/rtems/itron/sysmgmt.h index f6cea9a693..14bd7c0c7c 100644 --- a/cpukit/itron/include/rtems/itron/sysmgmt.h +++ b/cpukit/itron/include/rtems/itron/sysmgmt.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/task.h b/cpukit/itron/include/rtems/itron/task.h index 3d8d0aa8f5..c89d9f47f4 100644 --- a/cpukit/itron/include/rtems/itron/task.h +++ b/cpukit/itron/include/rtems/itron/task.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/time.h b/cpukit/itron/include/rtems/itron/time.h index f13bd2d981..ee73587913 100644 --- a/cpukit/itron/include/rtems/itron/time.h +++ b/cpukit/itron/include/rtems/itron/time.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/include/rtems/itron/vmempool.h b/cpukit/itron/include/rtems/itron/vmempool.h index 35db087da8..9ea4527c6e 100644 --- a/cpukit/itron/include/rtems/itron/vmempool.h +++ b/cpukit/itron/include/rtems/itron/vmempool.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/eventflags.inl b/cpukit/itron/inline/rtems/itron/eventflags.inl index b4d8416714..1ed33e1383 100644 --- a/cpukit/itron/inline/rtems/itron/eventflags.inl +++ b/cpukit/itron/inline/rtems/itron/eventflags.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/fmempool.inl b/cpukit/itron/inline/rtems/itron/fmempool.inl index 9709edfd95..4f743c5dc3 100644 --- a/cpukit/itron/inline/rtems/itron/fmempool.inl +++ b/cpukit/itron/inline/rtems/itron/fmempool.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/intr.inl b/cpukit/itron/inline/rtems/itron/intr.inl index 93c44eff00..e85bea259f 100644 --- a/cpukit/itron/inline/rtems/itron/intr.inl +++ b/cpukit/itron/inline/rtems/itron/intr.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/mbox.inl b/cpukit/itron/inline/rtems/itron/mbox.inl index fa2f96848d..d5b1935511 100644 --- a/cpukit/itron/inline/rtems/itron/mbox.inl +++ b/cpukit/itron/inline/rtems/itron/mbox.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/msgbuffer.inl b/cpukit/itron/inline/rtems/itron/msgbuffer.inl index a8ac6e2aac..0c482e0ebc 100644 --- a/cpukit/itron/inline/rtems/itron/msgbuffer.inl +++ b/cpukit/itron/inline/rtems/itron/msgbuffer.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/network.inl b/cpukit/itron/inline/rtems/itron/network.inl index dd833bb079..3b46855c55 100644 --- a/cpukit/itron/inline/rtems/itron/network.inl +++ b/cpukit/itron/inline/rtems/itron/network.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/port.inl b/cpukit/itron/inline/rtems/itron/port.inl index 4593b38ca0..a80000c00c 100644 --- a/cpukit/itron/inline/rtems/itron/port.inl +++ b/cpukit/itron/inline/rtems/itron/port.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/semaphore.inl b/cpukit/itron/inline/rtems/itron/semaphore.inl index 0fb234bb6b..b038cd5425 100644 --- a/cpukit/itron/inline/rtems/itron/semaphore.inl +++ b/cpukit/itron/inline/rtems/itron/semaphore.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/sysmgmt.inl b/cpukit/itron/inline/rtems/itron/sysmgmt.inl index 183232a785..da04d0352d 100644 --- a/cpukit/itron/inline/rtems/itron/sysmgmt.inl +++ b/cpukit/itron/inline/rtems/itron/sysmgmt.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/task.inl b/cpukit/itron/inline/rtems/itron/task.inl index 37056e5d09..cc8cc4a222 100644 --- a/cpukit/itron/inline/rtems/itron/task.inl +++ b/cpukit/itron/inline/rtems/itron/task.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/time.inl b/cpukit/itron/inline/rtems/itron/time.inl index 183232a785..da04d0352d 100644 --- a/cpukit/itron/inline/rtems/itron/time.inl +++ b/cpukit/itron/inline/rtems/itron/time.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/inline/rtems/itron/vmempool.inl b/cpukit/itron/inline/rtems/itron/vmempool.inl index d1d18ef351..ef941cfc0d 100644 --- a/cpukit/itron/inline/rtems/itron/vmempool.inl +++ b/cpukit/itron/inline/rtems/itron/vmempool.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/eventflags.inl b/cpukit/itron/macros/rtems/itron/eventflags.inl index 73e6ded0b1..647d9855ab 100644 --- a/cpukit/itron/macros/rtems/itron/eventflags.inl +++ b/cpukit/itron/macros/rtems/itron/eventflags.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/fmempool.inl b/cpukit/itron/macros/rtems/itron/fmempool.inl index 5d1f6db314..2e313e6d0b 100644 --- a/cpukit/itron/macros/rtems/itron/fmempool.inl +++ b/cpukit/itron/macros/rtems/itron/fmempool.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/intr.inl b/cpukit/itron/macros/rtems/itron/intr.inl index 93c44eff00..e85bea259f 100644 --- a/cpukit/itron/macros/rtems/itron/intr.inl +++ b/cpukit/itron/macros/rtems/itron/intr.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/mbox.inl b/cpukit/itron/macros/rtems/itron/mbox.inl index 739cd46f88..d9aff14f7d 100644 --- a/cpukit/itron/macros/rtems/itron/mbox.inl +++ b/cpukit/itron/macros/rtems/itron/mbox.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/msgbuffer.inl b/cpukit/itron/macros/rtems/itron/msgbuffer.inl index be33b7d107..39a3b164ee 100644 --- a/cpukit/itron/macros/rtems/itron/msgbuffer.inl +++ b/cpukit/itron/macros/rtems/itron/msgbuffer.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/network.inl b/cpukit/itron/macros/rtems/itron/network.inl index dd833bb079..3b46855c55 100644 --- a/cpukit/itron/macros/rtems/itron/network.inl +++ b/cpukit/itron/macros/rtems/itron/network.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/port.inl b/cpukit/itron/macros/rtems/itron/port.inl index 0f402fef3c..70cd1c8550 100644 --- a/cpukit/itron/macros/rtems/itron/port.inl +++ b/cpukit/itron/macros/rtems/itron/port.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/semaphore.inl b/cpukit/itron/macros/rtems/itron/semaphore.inl index ec435e1648..b9b2e3266b 100644 --- a/cpukit/itron/macros/rtems/itron/semaphore.inl +++ b/cpukit/itron/macros/rtems/itron/semaphore.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/sysmgmt.inl b/cpukit/itron/macros/rtems/itron/sysmgmt.inl index 183232a785..da04d0352d 100644 --- a/cpukit/itron/macros/rtems/itron/sysmgmt.inl +++ b/cpukit/itron/macros/rtems/itron/sysmgmt.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/task.inl b/cpukit/itron/macros/rtems/itron/task.inl index 807a02fc6f..90444102db 100644 --- a/cpukit/itron/macros/rtems/itron/task.inl +++ b/cpukit/itron/macros/rtems/itron/task.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/time.inl b/cpukit/itron/macros/rtems/itron/time.inl index 183232a785..da04d0352d 100644 --- a/cpukit/itron/macros/rtems/itron/time.inl +++ b/cpukit/itron/macros/rtems/itron/time.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/macros/rtems/itron/vmempool.inl b/cpukit/itron/macros/rtems/itron/vmempool.inl index e235e477ed..71a54b0e3e 100644 --- a/cpukit/itron/macros/rtems/itron/vmempool.inl +++ b/cpukit/itron/macros/rtems/itron/vmempool.inl @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/can_wup.c b/cpukit/itron/src/can_wup.c index 57fb24f8d0..0747939873 100644 --- a/cpukit/itron/src/can_wup.c +++ b/cpukit/itron/src/can_wup.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/chg_pri.c b/cpukit/itron/src/chg_pri.c index 9e0641c118..1fc6527202 100644 --- a/cpukit/itron/src/chg_pri.c +++ b/cpukit/itron/src/chg_pri.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/cre_mbf.c b/cpukit/itron/src/cre_mbf.c index 18b40c1520..dfd053cfa1 100644 --- a/cpukit/itron/src/cre_mbf.c +++ b/cpukit/itron/src/cre_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/cre_mbx.c b/cpukit/itron/src/cre_mbx.c index ed586512f5..a23721afa6 100644 --- a/cpukit/itron/src/cre_mbx.c +++ b/cpukit/itron/src/cre_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/cre_sem.c b/cpukit/itron/src/cre_sem.c index 44671a3921..7b6c5124ee 100644 --- a/cpukit/itron/src/cre_sem.c +++ b/cpukit/itron/src/cre_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/cre_tsk.c b/cpukit/itron/src/cre_tsk.c index 892722e766..465eb1565c 100644 --- a/cpukit/itron/src/cre_tsk.c +++ b/cpukit/itron/src/cre_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/del_mbf.c b/cpukit/itron/src/del_mbf.c index 4f89cf8f8c..73bf7a0de9 100644 --- a/cpukit/itron/src/del_mbf.c +++ b/cpukit/itron/src/del_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/del_mbx.c b/cpukit/itron/src/del_mbx.c index e448336502..a934e417b8 100644 --- a/cpukit/itron/src/del_mbx.c +++ b/cpukit/itron/src/del_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/del_sem.c b/cpukit/itron/src/del_sem.c index 4d507bd8bd..ccf1ae4857 100644 --- a/cpukit/itron/src/del_sem.c +++ b/cpukit/itron/src/del_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/del_tsk.c b/cpukit/itron/src/del_tsk.c index 4b4a5b45c0..dc87fdd5c0 100644 --- a/cpukit/itron/src/del_tsk.c +++ b/cpukit/itron/src/del_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/dis_dsp.c b/cpukit/itron/src/dis_dsp.c index 3c83e8788a..d73e92f82c 100644 --- a/cpukit/itron/src/dis_dsp.c +++ b/cpukit/itron/src/dis_dsp.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ena_dsp.c b/cpukit/itron/src/ena_dsp.c index d4abd4f0c4..35289f92b2 100644 --- a/cpukit/itron/src/ena_dsp.c +++ b/cpukit/itron/src/ena_dsp.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/eventflags.c b/cpukit/itron/src/eventflags.c index 86296fca5d..d3ce3354c1 100644 --- a/cpukit/itron/src/eventflags.c +++ b/cpukit/itron/src/eventflags.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/exd_tsk.c b/cpukit/itron/src/exd_tsk.c index 2d6432da13..b75aca2106 100644 --- a/cpukit/itron/src/exd_tsk.c +++ b/cpukit/itron/src/exd_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ext_tsk.c b/cpukit/itron/src/ext_tsk.c index b9e4b6f4da..f4c6fc5fb4 100644 --- a/cpukit/itron/src/ext_tsk.c +++ b/cpukit/itron/src/ext_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/fmempool.c b/cpukit/itron/src/fmempool.c index 0058a2a090..91234cbb5a 100644 --- a/cpukit/itron/src/fmempool.c +++ b/cpukit/itron/src/fmempool.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/frsm_tsk.c b/cpukit/itron/src/frsm_tsk.c index c77238afc1..ba52eb1f04 100644 --- a/cpukit/itron/src/frsm_tsk.c +++ b/cpukit/itron/src/frsm_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/get_tid.c b/cpukit/itron/src/get_tid.c index a082291714..7a01f98112 100644 --- a/cpukit/itron/src/get_tid.c +++ b/cpukit/itron/src/get_tid.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/itronintr.c b/cpukit/itron/src/itronintr.c index 7aaa57fe8f..e83c4b6300 100644 --- a/cpukit/itron/src/itronintr.c +++ b/cpukit/itron/src/itronintr.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/itronsem.c b/cpukit/itron/src/itronsem.c index adb3637b83..3ae1b13418 100644 --- a/cpukit/itron/src/itronsem.c +++ b/cpukit/itron/src/itronsem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/itrontime.c b/cpukit/itron/src/itrontime.c index fda7f9e030..efc794fe3e 100644 --- a/cpukit/itron/src/itrontime.c +++ b/cpukit/itron/src/itrontime.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/mbox.c b/cpukit/itron/src/mbox.c index 7990a11976..1eac8469de 100644 --- a/cpukit/itron/src/mbox.c +++ b/cpukit/itron/src/mbox.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/mboxtranslatereturncode.c b/cpukit/itron/src/mboxtranslatereturncode.c index 6931d3b2b5..bafa14f45e 100644 --- a/cpukit/itron/src/mboxtranslatereturncode.c +++ b/cpukit/itron/src/mboxtranslatereturncode.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/msgbuffer.c b/cpukit/itron/src/msgbuffer.c index df49314ec6..29a586f497 100644 --- a/cpukit/itron/src/msgbuffer.c +++ b/cpukit/itron/src/msgbuffer.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/msgbuffertranslatereturncode.c b/cpukit/itron/src/msgbuffertranslatereturncode.c index bfb82007c0..408eca09b0 100644 --- a/cpukit/itron/src/msgbuffertranslatereturncode.c +++ b/cpukit/itron/src/msgbuffertranslatereturncode.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/network.c b/cpukit/itron/src/network.c index e359dd4933..b249ce32c6 100644 --- a/cpukit/itron/src/network.c +++ b/cpukit/itron/src/network.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/port.c b/cpukit/itron/src/port.c index 4377368d22..ca9c78faf9 100644 --- a/cpukit/itron/src/port.c +++ b/cpukit/itron/src/port.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/prcv_mbf.c b/cpukit/itron/src/prcv_mbf.c index 5376e23e41..71371f8075 100644 --- a/cpukit/itron/src/prcv_mbf.c +++ b/cpukit/itron/src/prcv_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/prcv_mbx.c b/cpukit/itron/src/prcv_mbx.c index b7c6b6b841..2b5378e794 100644 --- a/cpukit/itron/src/prcv_mbx.c +++ b/cpukit/itron/src/prcv_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/preq_sem.c b/cpukit/itron/src/preq_sem.c index db1473cb51..86df709ed7 100644 --- a/cpukit/itron/src/preq_sem.c +++ b/cpukit/itron/src/preq_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/psnd_mbf.c b/cpukit/itron/src/psnd_mbf.c index e86e2ff244..4ff0a5cd44 100644 --- a/cpukit/itron/src/psnd_mbf.c +++ b/cpukit/itron/src/psnd_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/rcv_mbf.c b/cpukit/itron/src/rcv_mbf.c index 05dc57ba02..fbd99375a1 100644 --- a/cpukit/itron/src/rcv_mbf.c +++ b/cpukit/itron/src/rcv_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/rcv_mbx.c b/cpukit/itron/src/rcv_mbx.c index ae5a4f613a..51f54fb107 100644 --- a/cpukit/itron/src/rcv_mbx.c +++ b/cpukit/itron/src/rcv_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ref_mbf.c b/cpukit/itron/src/ref_mbf.c index 113870c0d6..1775f22acc 100644 --- a/cpukit/itron/src/ref_mbf.c +++ b/cpukit/itron/src/ref_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ref_mbx.c b/cpukit/itron/src/ref_mbx.c index 6ae4e597bd..c3a7bed570 100644 --- a/cpukit/itron/src/ref_mbx.c +++ b/cpukit/itron/src/ref_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ref_sem.c b/cpukit/itron/src/ref_sem.c index b10625615b..1f1b75b587 100644 --- a/cpukit/itron/src/ref_sem.c +++ b/cpukit/itron/src/ref_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ref_tsk.c b/cpukit/itron/src/ref_tsk.c index ec28c4f45e..9c490c4350 100644 --- a/cpukit/itron/src/ref_tsk.c +++ b/cpukit/itron/src/ref_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/rel_wai.c b/cpukit/itron/src/rel_wai.c index 6c7b47dbf4..197fa59c8f 100644 --- a/cpukit/itron/src/rel_wai.c +++ b/cpukit/itron/src/rel_wai.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/rot_rdq.c b/cpukit/itron/src/rot_rdq.c index 56a992d558..cad8fac83c 100644 --- a/cpukit/itron/src/rot_rdq.c +++ b/cpukit/itron/src/rot_rdq.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/rsm_tsk.c b/cpukit/itron/src/rsm_tsk.c index 2c4946f6a4..888b18e3ed 100644 --- a/cpukit/itron/src/rsm_tsk.c +++ b/cpukit/itron/src/rsm_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/sig_sem.c b/cpukit/itron/src/sig_sem.c index 90bf6d36c1..52697c4f33 100644 --- a/cpukit/itron/src/sig_sem.c +++ b/cpukit/itron/src/sig_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/slp_tsk.c b/cpukit/itron/src/slp_tsk.c index 0e22f34a80..c3ec5ef09e 100644 --- a/cpukit/itron/src/slp_tsk.c +++ b/cpukit/itron/src/slp_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/snd_mbf.c b/cpukit/itron/src/snd_mbf.c index 08142ab15b..021fca869e 100644 --- a/cpukit/itron/src/snd_mbf.c +++ b/cpukit/itron/src/snd_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/snd_mbx.c b/cpukit/itron/src/snd_mbx.c index 588eb8585c..31cc35ab83 100644 --- a/cpukit/itron/src/snd_mbx.c +++ b/cpukit/itron/src/snd_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/sta_tsk.c b/cpukit/itron/src/sta_tsk.c index 5675eca9b2..11eab7075b 100644 --- a/cpukit/itron/src/sta_tsk.c +++ b/cpukit/itron/src/sta_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/sus_tsk.c b/cpukit/itron/src/sus_tsk.c index b40be824ea..967d427077 100644 --- a/cpukit/itron/src/sus_tsk.c +++ b/cpukit/itron/src/sus_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/sysmgmt.c b/cpukit/itron/src/sysmgmt.c index 14e31c965a..3364def882 100644 --- a/cpukit/itron/src/sysmgmt.c +++ b/cpukit/itron/src/sysmgmt.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/task.c b/cpukit/itron/src/task.c index 75c845288e..59267dfa06 100644 --- a/cpukit/itron/src/task.c +++ b/cpukit/itron/src/task.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/ter_tsk.c b/cpukit/itron/src/ter_tsk.c index dc0e6d3c5f..0cf56d9304 100644 --- a/cpukit/itron/src/ter_tsk.c +++ b/cpukit/itron/src/ter_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/trcv_mbf.c b/cpukit/itron/src/trcv_mbf.c index a83b8379bd..fd10a42c5a 100644 --- a/cpukit/itron/src/trcv_mbf.c +++ b/cpukit/itron/src/trcv_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/trcv_mbx.c b/cpukit/itron/src/trcv_mbx.c index 0b54db03f7..3cb7c27426 100644 --- a/cpukit/itron/src/trcv_mbx.c +++ b/cpukit/itron/src/trcv_mbx.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/tslp_tsk.c b/cpukit/itron/src/tslp_tsk.c index ab297b0f6b..f3d06c4f79 100644 --- a/cpukit/itron/src/tslp_tsk.c +++ b/cpukit/itron/src/tslp_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/tsnd_mbf.c b/cpukit/itron/src/tsnd_mbf.c index 91a91f87d2..46ed5d3fa4 100644 --- a/cpukit/itron/src/tsnd_mbf.c +++ b/cpukit/itron/src/tsnd_mbf.c @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/twai_sem.c b/cpukit/itron/src/twai_sem.c index 27122b7970..fa88bb1903 100644 --- a/cpukit/itron/src/twai_sem.c +++ b/cpukit/itron/src/twai_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/vmempool.c b/cpukit/itron/src/vmempool.c index b1bd8cae7f..380ef244c0 100644 --- a/cpukit/itron/src/vmempool.c +++ b/cpukit/itron/src/vmempool.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/wai_sem.c b/cpukit/itron/src/wai_sem.c index dbcb93f2db..4952672c54 100644 --- a/cpukit/itron/src/wai_sem.c +++ b/cpukit/itron/src/wai_sem.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/cpukit/itron/src/wup_tsk.c b/cpukit/itron/src/wup_tsk.c index 10f2364ebc..22b7403f3b 100644 --- a/cpukit/itron/src/wup_tsk.c +++ b/cpukit/itron/src/wup_tsk.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ -- cgit v1.2.3