From 60b791ada1b6fe870f7b1e76a5a80ad17c86a2e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Feb 1998 23:46:28 +0000 Subject: updated copyright to 1998 --- cpukit/rtems/src/attr.c | 2 +- cpukit/rtems/src/dpmem.c | 2 +- cpukit/rtems/src/event.c | 2 +- cpukit/rtems/src/eventmp.c | 2 +- cpukit/rtems/src/intr.c | 2 +- cpukit/rtems/src/intrbody.c | 2 +- cpukit/rtems/src/mp.c | 2 +- cpukit/rtems/src/msg.c | 2 +- cpukit/rtems/src/msgmp.c | 2 +- cpukit/rtems/src/part.c | 2 +- cpukit/rtems/src/partmp.c | 2 +- cpukit/rtems/src/ratemon.c | 2 +- cpukit/rtems/src/region.c | 2 +- cpukit/rtems/src/regionmp.c | 2 +- cpukit/rtems/src/rtclock.c | 2 +- cpukit/rtems/src/rtemstimer.c | 2 +- cpukit/rtems/src/sem.c | 2 +- cpukit/rtems/src/semmp.c | 2 +- cpukit/rtems/src/signal.c | 2 +- cpukit/rtems/src/signalmp.c | 2 +- cpukit/rtems/src/taskmp.c | 2 +- cpukit/rtems/src/tasks.c | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'cpukit/rtems/src') diff --git a/cpukit/rtems/src/attr.c b/cpukit/rtems/src/attr.c index e1392e0b2b..ea0f68be70 100644 --- a/cpukit/rtems/src/attr.c +++ b/cpukit/rtems/src/attr.c @@ -2,7 +2,7 @@ * Body for Attribute Routines * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/dpmem.c b/cpukit/rtems/src/dpmem.c index 9675fd7f3f..9cc778df82 100644 --- a/cpukit/rtems/src/dpmem.c +++ b/cpukit/rtems/src/dpmem.c @@ -1,7 +1,7 @@ /* * Dual Port Memory Manager * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/event.c b/cpukit/rtems/src/event.c index 8923e69b57..a780ba7cf7 100644 --- a/cpukit/rtems/src/event.c +++ b/cpukit/rtems/src/event.c @@ -1,7 +1,7 @@ /* * Event Manager * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/eventmp.c b/cpukit/rtems/src/eventmp.c index 0a281987fd..4a561e69a2 100644 --- a/cpukit/rtems/src/eventmp.c +++ b/cpukit/rtems/src/eventmp.c @@ -1,7 +1,7 @@ /* * Multiprocessing Support for the Event Manager * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/intr.c b/cpukit/rtems/src/intr.c index d446515c72..45dce11bdd 100644 --- a/cpukit/rtems/src/intr.c +++ b/cpukit/rtems/src/intr.c @@ -2,7 +2,7 @@ * Interrupt Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/intrbody.c b/cpukit/rtems/src/intrbody.c index ea18e81a1b..d72e21281d 100644 --- a/cpukit/rtems/src/intrbody.c +++ b/cpukit/rtems/src/intrbody.c @@ -2,7 +2,7 @@ * Bodies for Inlined Interrupt Manager Routines * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/mp.c b/cpukit/rtems/src/mp.c index a466ecce89..7d9f93c51c 100644 --- a/cpukit/rtems/src/mp.c +++ b/cpukit/rtems/src/mp.c @@ -2,7 +2,7 @@ * Multiprocessing Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/msg.c b/cpukit/rtems/src/msg.c index 5e37bdff0c..f49e1cac21 100644 --- a/cpukit/rtems/src/msg.c +++ b/cpukit/rtems/src/msg.c @@ -2,7 +2,7 @@ * Message Queue Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/msgmp.c b/cpukit/rtems/src/msgmp.c index 052fd64551..707aa94b44 100644 --- a/cpukit/rtems/src/msgmp.c +++ b/cpukit/rtems/src/msgmp.c @@ -2,7 +2,7 @@ * Multiprocessing Support for the Message Queue Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c index 87e9790027..0698f0db71 100644 --- a/cpukit/rtems/src/part.c +++ b/cpukit/rtems/src/part.c @@ -2,7 +2,7 @@ * Partition Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/partmp.c b/cpukit/rtems/src/partmp.c index d19ba044e9..17234974ef 100644 --- a/cpukit/rtems/src/partmp.c +++ b/cpukit/rtems/src/partmp.c @@ -2,7 +2,7 @@ * Multiprocessing Support for the Partition Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c index f5237feff6..ff9bb5bc21 100644 --- a/cpukit/rtems/src/ratemon.c +++ b/cpukit/rtems/src/ratemon.c @@ -2,7 +2,7 @@ * Rate Monotonic Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c index ea93711dbd..c238bf51c5 100644 --- a/cpukit/rtems/src/region.c +++ b/cpukit/rtems/src/region.c @@ -2,7 +2,7 @@ * Region Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/regionmp.c b/cpukit/rtems/src/regionmp.c index 23504d141f..0b833f8671 100644 --- a/cpukit/rtems/src/regionmp.c +++ b/cpukit/rtems/src/regionmp.c @@ -2,7 +2,7 @@ * Multiprocessing Support for the Region Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c index f011c4a271..8a1b6b56af 100644 --- a/cpukit/rtems/src/rtclock.c +++ b/cpukit/rtems/src/rtclock.c @@ -1,7 +1,7 @@ /* * Clock Manager * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c index a5d13c75aa..9d04686d40 100644 --- a/cpukit/rtems/src/rtemstimer.c +++ b/cpukit/rtems/src/rtemstimer.c @@ -2,7 +2,7 @@ * Timer Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/sem.c b/cpukit/rtems/src/sem.c index 01aa6db614..f1c1f1fbb9 100644 --- a/cpukit/rtems/src/sem.c +++ b/cpukit/rtems/src/sem.c @@ -15,7 +15,7 @@ * + acquire a semaphore * + release a semaphore * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/semmp.c b/cpukit/rtems/src/semmp.c index cff30d3ebb..01efdfca4e 100644 --- a/cpukit/rtems/src/semmp.c +++ b/cpukit/rtems/src/semmp.c @@ -2,7 +2,7 @@ * Multiprocessing Support for the Semaphore Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/signal.c b/cpukit/rtems/src/signal.c index f4bb0716d4..efdcf70eea 100644 --- a/cpukit/rtems/src/signal.c +++ b/cpukit/rtems/src/signal.c @@ -2,7 +2,7 @@ * Signal Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/signalmp.c b/cpukit/rtems/src/signalmp.c index bb2b3e9a88..f78e94d366 100644 --- a/cpukit/rtems/src/signalmp.c +++ b/cpukit/rtems/src/signalmp.c @@ -2,7 +2,7 @@ * Multiprocessing Support for the Signal Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/taskmp.c b/cpukit/rtems/src/taskmp.c index 01857e3556..5d5f3df763 100644 --- a/cpukit/rtems/src/taskmp.c +++ b/cpukit/rtems/src/taskmp.c @@ -2,7 +2,7 @@ * Multiprocessing Support for the RTEMS Task Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index bbd2c652f6..3d76782ce1 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -2,7 +2,7 @@ * RTEMS Task Manager * * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * -- cgit v1.2.3