about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-25 09:55:26 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-25 09:55:26 +0000
commit4d0bf81a305f88eae981ffe013880f9fc6239c78 (patch)
tree0e236b10c17eaee65cdbfb4b96f45a9e4ad4a84d
parent30817c3dc994575ef4eb80f6f02bb4ebcb674a16 (diff)
downloadglibc-4d0bf81a305f88eae981ffe013880f9fc6239c78.tar.gz
glibc-4d0bf81a305f88eae981ffe013880f9fc6239c78.tar.xz
glibc-4d0bf81a305f88eae981ffe013880f9fc6239c78.zip
Update copyright.
-rw-r--r--version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.c b/version.c
index 908558cf32..864b06114d 100644
--- a/version.c
+++ b/version.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -23,7 +23,7 @@ const char __libc_version[] = VERSION;
 static const char banner[] =
 "GNU C Library "RELEASE" release version "VERSION", by Roland McGrath et al.\n\
 Compiled by GNU CC version "__VERSION__".\n\
-Copyright (C) 1992, 93, 94, 95, 96, 97 Free Software Foundation, Inc.\n\
+Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n"