From 3160ff6241982b62fc29ad49312bf66809365865 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:54:19 +0000 Subject: 2003-09-04 Joel Sherrill * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c, devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c, dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h, serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c, stackchk/internal.h, stackchk/stackchk.h, untar/untar.c, untar/untar.h: URL for license changed. --- cpukit/libmisc/ChangeLog | 9 +++++++++ cpukit/libmisc/cpuuse/cpuuse.c | 2 +- cpukit/libmisc/cpuuse/cpuuse.h | 2 +- cpukit/libmisc/devnull/devnull.c | 2 +- cpukit/libmisc/devnull/devnull.h | 2 +- cpukit/libmisc/dummy/dummy.c | 2 +- cpukit/libmisc/dumpbuf/dumpbuf.c | 2 +- cpukit/libmisc/dumpbuf/dumpbuf.h | 2 +- cpukit/libmisc/fsmount/fsmount.c | 2 +- cpukit/libmisc/fsmount/fsmount.h | 2 +- cpukit/libmisc/serdbg/serdbgio.c | 2 +- cpukit/libmisc/serdbg/termios_printk.c | 2 +- cpukit/libmisc/stackchk/check.c | 2 +- cpukit/libmisc/stackchk/internal.h | 2 +- cpukit/libmisc/stackchk/stackchk.h | 2 +- cpukit/libmisc/untar/untar.c | 2 +- cpukit/libmisc/untar/untar.h | 2 +- 17 files changed, 25 insertions(+), 16 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog index a86ded102f..ec8a29cbd9 100644 --- a/cpukit/libmisc/ChangeLog +++ b/cpukit/libmisc/ChangeLog @@ -1,3 +1,12 @@ +2003-09-04 Joel Sherrill + + * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c, + devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c, + dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h, + serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c, + stackchk/internal.h, stackchk/stackchk.h, untar/untar.c, + untar/untar.h: URL for license changed. + 2003-08-14 Joel Sherrill PR 408/filesystem diff --git a/cpukit/libmisc/cpuuse/cpuuse.c b/cpukit/libmisc/cpuuse/cpuuse.c index 9679732ee2..739321a005 100644 --- a/cpukit/libmisc/cpuuse/cpuuse.c +++ b/cpukit/libmisc/cpuuse/cpuuse.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/libmisc/cpuuse/cpuuse.h b/cpukit/libmisc/cpuuse/cpuuse.h index 34e2b3ade5..de874e0fcd 100644 --- a/cpukit/libmisc/cpuuse/cpuuse.h +++ b/cpukit/libmisc/cpuuse/cpuuse.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/libmisc/devnull/devnull.c b/cpukit/libmisc/devnull/devnull.c index e9cbe859bc..135e1d9acb 100644 --- a/cpukit/libmisc/devnull/devnull.c +++ b/cpukit/libmisc/devnull/devnull.c @@ -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/cpukit/libmisc/devnull/devnull.h b/cpukit/libmisc/devnull/devnull.h index 7c0d7f1dcf..6fdf3b6850 100644 --- a/cpukit/libmisc/devnull/devnull.h +++ b/cpukit/libmisc/devnull/devnull.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/cpukit/libmisc/dummy/dummy.c b/cpukit/libmisc/dummy/dummy.c index 6649826f5e..9e7ce03963 100644 --- a/cpukit/libmisc/dummy/dummy.c +++ b/cpukit/libmisc/dummy/dummy.c @@ -10,7 +10,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/libmisc/dumpbuf/dumpbuf.c b/cpukit/libmisc/dumpbuf/dumpbuf.c index f343af04a3..fe76853949 100644 --- a/cpukit/libmisc/dumpbuf/dumpbuf.c +++ b/cpukit/libmisc/dumpbuf/dumpbuf.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may 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/libmisc/dumpbuf/dumpbuf.h b/cpukit/libmisc/dumpbuf/dumpbuf.h index 3af196e8d1..bcdf4d56ee 100644 --- a/cpukit/libmisc/dumpbuf/dumpbuf.h +++ b/cpukit/libmisc/dumpbuf/dumpbuf.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may 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/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c index 1d251199c0..0b5bdb97ab 100644 --- a/cpukit/libmisc/fsmount/fsmount.c +++ b/cpukit/libmisc/fsmount/fsmount.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. | | | +-----------------------------------------------------------------+ | date history ID | diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/libmisc/fsmount/fsmount.h index 52346d6d88..18192df3ef 100644 --- a/cpukit/libmisc/fsmount/fsmount.h +++ b/cpukit/libmisc/fsmount/fsmount.h @@ -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. | | | +-----------------------------------------------------------------+ | date history ID | diff --git a/cpukit/libmisc/serdbg/serdbgio.c b/cpukit/libmisc/serdbg/serdbgio.c index 1665b960c4..44b38ac540 100644 --- a/cpukit/libmisc/serdbg/serdbgio.c +++ b/cpukit/libmisc/serdbg/serdbgio.c @@ -7,7 +7,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. | | all rights reserved | +-----------------------------------------------------------------+ | TERMIOS serial gdb interface support | diff --git a/cpukit/libmisc/serdbg/termios_printk.c b/cpukit/libmisc/serdbg/termios_printk.c index 0fe0697301..06fd3c6c01 100644 --- a/cpukit/libmisc/serdbg/termios_printk.c +++ b/cpukit/libmisc/serdbg/termios_printk.c @@ -7,7 +7,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. | | all rights reserved | +-----------------------------------------------------------------+ | TERMIOS printk support | diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index 90498d5ba1..165b1925a3 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.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/cpukit/libmisc/stackchk/internal.h b/cpukit/libmisc/stackchk/internal.h index 52c41cf8cf..9e64d6e4de 100644 --- a/cpukit/libmisc/stackchk/internal.h +++ b/cpukit/libmisc/stackchk/internal.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/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h index e5caaf1285..efe4ce9803 100644 --- a/cpukit/libmisc/stackchk/stackchk.h +++ b/cpukit/libmisc/stackchk/stackchk.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/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c index 4e4bb7cad1..cfd9fa528e 100644 --- a/cpukit/libmisc/untar/untar.c +++ b/cpukit/libmisc/untar/untar.c @@ -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/libmisc/untar/untar.h b/cpukit/libmisc/untar/untar.h index d8c5bcfc01..69c4d41ddf 100644 --- a/cpukit/libmisc/untar/untar.h +++ b/cpukit/libmisc/untar/untar.h @@ -3,7 +3,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