diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog index 8b6d4ef2ec..5d8514fbf6 100644 --- a/c/src/lib/libbsp/shared/ChangeLog +++ b/c/src/lib/libbsp/shared/ChangeLog @@ -1,3 +1,9 @@ +2003-09-04 Joel Sherrill + + * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, + console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, + include/coverhd.h: URL for license changed. + 2003-06-30 Joel Sherrill * console-polled.c: Corrected comments in header. diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c index 68342b32e5..52d938d88e 100644 --- a/c/src/lib/libbsp/shared/bootcard.c +++ b/c/src/lib/libbsp/shared/bootcard.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/shared/bspclean.c b/c/src/lib/libbsp/shared/bspclean.c index 313dde588e..c3651736db 100644 --- a/c/src/lib/libbsp/shared/bspclean.c +++ b/c/src/lib/libbsp/shared/bspclean.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/c/src/lib/libbsp/shared/clockdrv_shell.c b/c/src/lib/libbsp/shared/clockdrv_shell.c index 6a1171d599..f42d9c18a6 100644 --- a/c/src/lib/libbsp/shared/clockdrv_shell.c +++ b/c/src/lib/libbsp/shared/clockdrv_shell.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/c/src/lib/libbsp/shared/console-polled.c b/c/src/lib/libbsp/shared/console-polled.c index c5733827db..9b3aec771f 100644 --- a/c/src/lib/libbsp/shared/console-polled.c +++ b/c/src/lib/libbsp/shared/console-polled.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/c/src/lib/libbsp/shared/console.c b/c/src/lib/libbsp/shared/console.c index f416a8b5f0..7623b7c628 100644 --- a/c/src/lib/libbsp/shared/console.c +++ b/c/src/lib/libbsp/shared/console.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/c/src/lib/libbsp/shared/ide_ctrl.c b/c/src/lib/libbsp/shared/ide_ctrl.c index 95e422fcf1..3de7f312cc 100644 --- a/c/src/lib/libbsp/shared/ide_ctrl.c +++ b/c/src/lib/libbsp/shared/ide_ctrl.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/c/src/lib/libbsp/shared/include/coverhd.h b/c/src/lib/libbsp/shared/include/coverhd.h index 1fad09256e..ad92a7e06e 100644 --- a/c/src/lib/libbsp/shared/include/coverhd.h +++ b/c/src/lib/libbsp/shared/include/coverhd.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/c/src/lib/libbsp/shared/main.c b/c/src/lib/libbsp/shared/main.c index f067cba553..20163f011b 100644 --- a/c/src/lib/libbsp/shared/main.c +++ b/c/src/lib/libbsp/shared/main.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/shared/sbrk.c b/c/src/lib/libbsp/shared/sbrk.c index bd934b120e..5cd4173161 100644 --- a/c/src/lib/libbsp/shared/sbrk.c +++ b/c/src/lib/libbsp/shared/sbrk.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/shared/setvec.c b/c/src/lib/libbsp/shared/setvec.c index a6c7be4dec..33e25e8642 100644 --- a/c/src/lib/libbsp/shared/setvec.c +++ b/c/src/lib/libbsp/shared/setvec.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. * */ diff --git a/c/src/lib/libbsp/shared/tod.c b/c/src/lib/libbsp/shared/tod.c index b43c7c1c04..c09bd592ba 100644 --- a/c/src/lib/libbsp/shared/tod.c +++ b/c/src/lib/libbsp/shared/tod.c @@ -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$ */ diff --git a/c/src/lib/libbsp/shared/tod.h b/c/src/lib/libbsp/shared/tod.h index 725211e082..8e3f115d90 100644 --- a/c/src/lib/libbsp/shared/tod.h +++ b/c/src/lib/libbsp/shared/tod.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$ */