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/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 +- 57 files changed, 57 insertions(+), 57 deletions(-) (limited to 'cpukit/itron/src') 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