summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 23:46:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 23:46:28 +0000
commit60b791ada1b6fe870f7b1e76a5a80ad17c86a2e8 (patch)
treedd37c717a9e59a0a00ecad4b79d5d6461c1e46f1 /c/src/lib/libc
parentupdated copyright to 1998 (diff)
downloadrtems-60b791ada1b6fe870f7b1e76a5a80ad17c86a2e8.tar.bz2
updated copyright to 1998
Diffstat (limited to 'c/src/lib/libc')
-rw-r--r--c/src/lib/libc/__brk.c2
-rw-r--r--c/src/lib/libc/__gettod.c2
-rw-r--r--c/src/lib/libc/__times.c2
-rw-r--r--c/src/lib/libc/hosterr.c2
-rw-r--r--c/src/lib/libc/internal.h2
-rw-r--r--c/src/lib/libc/libcsupport.h2
-rw-r--r--c/src/lib/libc/malloc.c2
-rw-r--r--c/src/lib/libc/no_libc.c2
-rw-r--r--c/src/lib/libc/support.c2
-rw-r--r--c/src/lib/libc/syscalls.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/c/src/lib/libc/__brk.c b/c/src/lib/libc/__brk.c
index 30d8a92b68..4dab22c729 100644
--- a/c/src/lib/libc/__brk.c
+++ b/c/src/lib/libc/__brk.c
@@ -6,7 +6,7 @@
* NOTE: sbrk is BSP provided.
*
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/__gettod.c b/c/src/lib/libc/__gettod.c
index cbec1455be..218c49bb76 100644
--- a/c/src/lib/libc/__gettod.c
+++ b/c/src/lib/libc/__gettod.c
@@ -3,7 +3,7 @@
* RTEMS gettimeofday Implementation
*
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/__times.c b/c/src/lib/libc/__times.c
index 3a8812a8b3..635bf8e062 100644
--- a/c/src/lib/libc/__times.c
+++ b/c/src/lib/libc/__times.c
@@ -2,7 +2,7 @@
* RTEMS _times Implementation
*
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/hosterr.c b/c/src/lib/libc/hosterr.c
index a2703676be..a55e4a7e84 100644
--- a/c/src/lib/libc/hosterr.c
+++ b/c/src/lib/libc/hosterr.c
@@ -1,7 +1,7 @@
/*
* Routines to access a host errno
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/internal.h b/c/src/lib/libc/internal.h
index 90e98cbab6..75b9f29633 100644
--- a/c/src/lib/libc/internal.h
+++ b/c/src/lib/libc/internal.h
@@ -4,7 +4,7 @@
* for the RTEMS C library support which is needed across
* files.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/libcsupport.h b/c/src/lib/libc/libcsupport.h
index b48950f4c0..d007784526 100644
--- a/c/src/lib/libc/libcsupport.h
+++ b/c/src/lib/libc/libcsupport.h
@@ -3,7 +3,7 @@
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/malloc.c b/c/src/lib/libc/malloc.c
index 1c0c00b732..7973093545 100644
--- a/c/src/lib/libc/malloc.c
+++ b/c/src/lib/libc/malloc.c
@@ -2,7 +2,7 @@
* RTEMS Malloc Family Implementation
*
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/no_libc.c b/c/src/lib/libc/no_libc.c
index 6dd7c933e8..5a58ba761c 100644
--- a/c/src/lib/libc/no_libc.c
+++ b/c/src/lib/libc/no_libc.c
@@ -4,7 +4,7 @@
* This file contains stubs for the reentrancy hooks when
* an unknown C library is used.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/support.c b/c/src/lib/libc/support.c
index 3e711c188d..85e6bb363f 100644
--- a/c/src/lib/libc/support.c
+++ b/c/src/lib/libc/support.c
@@ -1,7 +1,7 @@
/*
* Routines to Access Internal RTEMS Resources
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libc/syscalls.c b/c/src/lib/libc/syscalls.c
index 5f4d552db1..a4eb726100 100644
--- a/c/src/lib/libc/syscalls.c
+++ b/c/src/lib/libc/syscalls.c
@@ -6,7 +6,7 @@
* has been implemented in terms of RTEMS services, it should be
* taken out of this file.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*