summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/timer
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/timer')
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timerisr.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index 8d5a36055e..0e0f1d9003 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -32,7 +32,7 @@
| *
| * The license and distribution terms for this file may be
| * found in 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/i386/pc386/timer/timerisr.S b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
index 8b0da7eb9f..8db1d122e5 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
@@ -24,7 +24,7 @@
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
-| * http://www.OARcorp.com/rtems/license.html.
+| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
| $Id$