From 4e89a1228b774e09f4fab9f991de8540fcbcc1cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:56:25 +0000 Subject: 2003-09-04 Joel Sherrill * addlq.c, cnvpkt.c, dump.c, fatal.c, getlq.c, getpkt.c, init.c, initlq.c, intr.c, mpci.h, mpisr.c, poll.c, receive.c, retpkt.c, send.c, setckvec.c, shm_driver.h: URL for license changed. --- c/src/lib/libbsp/shmdr/addlq.c | 2 +- c/src/lib/libbsp/shmdr/cnvpkt.c | 2 +- c/src/lib/libbsp/shmdr/dump.c | 2 +- c/src/lib/libbsp/shmdr/fatal.c | 2 +- c/src/lib/libbsp/shmdr/getlq.c | 2 +- c/src/lib/libbsp/shmdr/getpkt.c | 2 +- c/src/lib/libbsp/shmdr/init.c | 2 +- c/src/lib/libbsp/shmdr/initlq.c | 2 +- c/src/lib/libbsp/shmdr/intr.c | 2 +- c/src/lib/libbsp/shmdr/mpci.h | 2 +- c/src/lib/libbsp/shmdr/mpisr.c | 2 +- c/src/lib/libbsp/shmdr/poll.c | 2 +- c/src/lib/libbsp/shmdr/receive.c | 2 +- c/src/lib/libbsp/shmdr/retpkt.c | 2 +- c/src/lib/libbsp/shmdr/send.c | 2 +- c/src/lib/libbsp/shmdr/setckvec.c | 2 +- c/src/lib/libbsp/shmdr/shm_driver.h | 2 +- c/src/libchip/shmdr/addlq.c | 2 +- c/src/libchip/shmdr/cnvpkt.c | 2 +- c/src/libchip/shmdr/dump.c | 2 +- c/src/libchip/shmdr/fatal.c | 2 +- c/src/libchip/shmdr/getlq.c | 2 +- c/src/libchip/shmdr/getpkt.c | 2 +- c/src/libchip/shmdr/init.c | 2 +- c/src/libchip/shmdr/initlq.c | 2 +- c/src/libchip/shmdr/intr.c | 2 +- c/src/libchip/shmdr/mpci.h | 2 +- c/src/libchip/shmdr/mpisr.c | 2 +- c/src/libchip/shmdr/poll.c | 2 +- c/src/libchip/shmdr/receive.c | 2 +- c/src/libchip/shmdr/retpkt.c | 2 +- c/src/libchip/shmdr/send.c | 2 +- c/src/libchip/shmdr/setckvec.c | 2 +- c/src/libchip/shmdr/shm_driver.h | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/shmdr/addlq.c b/c/src/lib/libbsp/shmdr/addlq.c index 141b98796e..50a1f07a76 100644 --- a/c/src/lib/libbsp/shmdr/addlq.c +++ b/c/src/lib/libbsp/shmdr/addlq.c @@ -13,7 +13,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/c/src/lib/libbsp/shmdr/cnvpkt.c b/c/src/lib/libbsp/shmdr/cnvpkt.c index 616bbad8e7..733ee803c0 100644 --- a/c/src/lib/libbsp/shmdr/cnvpkt.c +++ b/c/src/lib/libbsp/shmdr/cnvpkt.c @@ -18,7 +18,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/c/src/lib/libbsp/shmdr/dump.c b/c/src/lib/libbsp/shmdr/dump.c index 10e8e6dbd7..35a6cf58e0 100644 --- a/c/src/lib/libbsp/shmdr/dump.c +++ b/c/src/lib/libbsp/shmdr/dump.c @@ -11,7 +11,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/c/src/lib/libbsp/shmdr/fatal.c b/c/src/lib/libbsp/shmdr/fatal.c index 340c65e59e..7f8558b7bb 100644 --- a/c/src/lib/libbsp/shmdr/fatal.c +++ b/c/src/lib/libbsp/shmdr/fatal.c @@ -12,7 +12,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/c/src/lib/libbsp/shmdr/getlq.c b/c/src/lib/libbsp/shmdr/getlq.c index 199721b9ab..543a7f9d5e 100644 --- a/c/src/lib/libbsp/shmdr/getlq.c +++ b/c/src/lib/libbsp/shmdr/getlq.c @@ -15,7 +15,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/c/src/lib/libbsp/shmdr/getpkt.c b/c/src/lib/libbsp/shmdr/getpkt.c index 9ed8e42a46..9124ee4df3 100644 --- a/c/src/lib/libbsp/shmdr/getpkt.c +++ b/c/src/lib/libbsp/shmdr/getpkt.c @@ -14,7 +14,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/c/src/lib/libbsp/shmdr/init.c b/c/src/lib/libbsp/shmdr/init.c index b4ca93a08a..033acac1f6 100644 --- a/c/src/lib/libbsp/shmdr/init.c +++ b/c/src/lib/libbsp/shmdr/init.c @@ -12,7 +12,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/c/src/lib/libbsp/shmdr/initlq.c b/c/src/lib/libbsp/shmdr/initlq.c index e2e0dd1f8c..031156a6be 100644 --- a/c/src/lib/libbsp/shmdr/initlq.c +++ b/c/src/lib/libbsp/shmdr/initlq.c @@ -14,7 +14,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/c/src/lib/libbsp/shmdr/intr.c b/c/src/lib/libbsp/shmdr/intr.c index 3374919222..9e40b12bbd 100644 --- a/c/src/lib/libbsp/shmdr/intr.c +++ b/c/src/lib/libbsp/shmdr/intr.c @@ -17,7 +17,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/c/src/lib/libbsp/shmdr/mpci.h b/c/src/lib/libbsp/shmdr/mpci.h index 203c77dbcd..efeb931f34 100644 --- a/c/src/lib/libbsp/shmdr/mpci.h +++ b/c/src/lib/libbsp/shmdr/mpci.h @@ -9,7 +9,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/c/src/lib/libbsp/shmdr/mpisr.c b/c/src/lib/libbsp/shmdr/mpisr.c index fc761101cd..547a518e56 100644 --- a/c/src/lib/libbsp/shmdr/mpisr.c +++ b/c/src/lib/libbsp/shmdr/mpisr.c @@ -5,7 +5,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/c/src/lib/libbsp/shmdr/poll.c b/c/src/lib/libbsp/shmdr/poll.c index 9c3571ae22..a0ef443698 100644 --- a/c/src/lib/libbsp/shmdr/poll.c +++ b/c/src/lib/libbsp/shmdr/poll.c @@ -13,7 +13,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/c/src/lib/libbsp/shmdr/receive.c b/c/src/lib/libbsp/shmdr/receive.c index 8d1b2349f7..fbbb36ed3b 100644 --- a/c/src/lib/libbsp/shmdr/receive.c +++ b/c/src/lib/libbsp/shmdr/receive.c @@ -16,7 +16,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/c/src/lib/libbsp/shmdr/retpkt.c b/c/src/lib/libbsp/shmdr/retpkt.c index c013916603..a03f04f9a9 100644 --- a/c/src/lib/libbsp/shmdr/retpkt.c +++ b/c/src/lib/libbsp/shmdr/retpkt.c @@ -14,7 +14,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/c/src/lib/libbsp/shmdr/send.c b/c/src/lib/libbsp/shmdr/send.c index 2e5f60988e..622689a67e 100644 --- a/c/src/lib/libbsp/shmdr/send.c +++ b/c/src/lib/libbsp/shmdr/send.c @@ -16,7 +16,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/c/src/lib/libbsp/shmdr/setckvec.c b/c/src/lib/libbsp/shmdr/setckvec.c index 9be1b48945..27343547df 100644 --- a/c/src/lib/libbsp/shmdr/setckvec.c +++ b/c/src/lib/libbsp/shmdr/setckvec.c @@ -12,7 +12,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/c/src/lib/libbsp/shmdr/shm_driver.h b/c/src/lib/libbsp/shmdr/shm_driver.h index 1d846d6e10..4034220c42 100644 --- a/c/src/lib/libbsp/shmdr/shm_driver.h +++ b/c/src/lib/libbsp/shmdr/shm_driver.h @@ -11,7 +11,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/c/src/libchip/shmdr/addlq.c b/c/src/libchip/shmdr/addlq.c index 141b98796e..50a1f07a76 100644 --- a/c/src/libchip/shmdr/addlq.c +++ b/c/src/libchip/shmdr/addlq.c @@ -13,7 +13,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/c/src/libchip/shmdr/cnvpkt.c b/c/src/libchip/shmdr/cnvpkt.c index 616bbad8e7..733ee803c0 100644 --- a/c/src/libchip/shmdr/cnvpkt.c +++ b/c/src/libchip/shmdr/cnvpkt.c @@ -18,7 +18,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/c/src/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c index 10e8e6dbd7..35a6cf58e0 100644 --- a/c/src/libchip/shmdr/dump.c +++ b/c/src/libchip/shmdr/dump.c @@ -11,7 +11,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/c/src/libchip/shmdr/fatal.c b/c/src/libchip/shmdr/fatal.c index 340c65e59e..7f8558b7bb 100644 --- a/c/src/libchip/shmdr/fatal.c +++ b/c/src/libchip/shmdr/fatal.c @@ -12,7 +12,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/c/src/libchip/shmdr/getlq.c b/c/src/libchip/shmdr/getlq.c index 199721b9ab..543a7f9d5e 100644 --- a/c/src/libchip/shmdr/getlq.c +++ b/c/src/libchip/shmdr/getlq.c @@ -15,7 +15,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/c/src/libchip/shmdr/getpkt.c b/c/src/libchip/shmdr/getpkt.c index 9ed8e42a46..9124ee4df3 100644 --- a/c/src/libchip/shmdr/getpkt.c +++ b/c/src/libchip/shmdr/getpkt.c @@ -14,7 +14,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/c/src/libchip/shmdr/init.c b/c/src/libchip/shmdr/init.c index b4ca93a08a..033acac1f6 100644 --- a/c/src/libchip/shmdr/init.c +++ b/c/src/libchip/shmdr/init.c @@ -12,7 +12,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/c/src/libchip/shmdr/initlq.c b/c/src/libchip/shmdr/initlq.c index e2e0dd1f8c..031156a6be 100644 --- a/c/src/libchip/shmdr/initlq.c +++ b/c/src/libchip/shmdr/initlq.c @@ -14,7 +14,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/c/src/libchip/shmdr/intr.c b/c/src/libchip/shmdr/intr.c index 3374919222..9e40b12bbd 100644 --- a/c/src/libchip/shmdr/intr.c +++ b/c/src/libchip/shmdr/intr.c @@ -17,7 +17,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/c/src/libchip/shmdr/mpci.h b/c/src/libchip/shmdr/mpci.h index 203c77dbcd..efeb931f34 100644 --- a/c/src/libchip/shmdr/mpci.h +++ b/c/src/libchip/shmdr/mpci.h @@ -9,7 +9,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/c/src/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c index fc761101cd..547a518e56 100644 --- a/c/src/libchip/shmdr/mpisr.c +++ b/c/src/libchip/shmdr/mpisr.c @@ -5,7 +5,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/c/src/libchip/shmdr/poll.c b/c/src/libchip/shmdr/poll.c index 9c3571ae22..a0ef443698 100644 --- a/c/src/libchip/shmdr/poll.c +++ b/c/src/libchip/shmdr/poll.c @@ -13,7 +13,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/c/src/libchip/shmdr/receive.c b/c/src/libchip/shmdr/receive.c index 8d1b2349f7..fbbb36ed3b 100644 --- a/c/src/libchip/shmdr/receive.c +++ b/c/src/libchip/shmdr/receive.c @@ -16,7 +16,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/c/src/libchip/shmdr/retpkt.c b/c/src/libchip/shmdr/retpkt.c index c013916603..a03f04f9a9 100644 --- a/c/src/libchip/shmdr/retpkt.c +++ b/c/src/libchip/shmdr/retpkt.c @@ -14,7 +14,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/c/src/libchip/shmdr/send.c b/c/src/libchip/shmdr/send.c index 2e5f60988e..622689a67e 100644 --- a/c/src/libchip/shmdr/send.c +++ b/c/src/libchip/shmdr/send.c @@ -16,7 +16,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/c/src/libchip/shmdr/setckvec.c b/c/src/libchip/shmdr/setckvec.c index 9be1b48945..27343547df 100644 --- a/c/src/libchip/shmdr/setckvec.c +++ b/c/src/libchip/shmdr/setckvec.c @@ -12,7 +12,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/c/src/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h index 1d846d6e10..4034220c42 100644 --- a/c/src/libchip/shmdr/shm_driver.h +++ b/c/src/libchip/shmdr/shm_driver.h @@ -11,7 +11,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