diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-28 07:05:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-28 07:05:51 +0000 |
commit | 6998a045983572ffe442ff405c732f93eed53c27 (patch) | |
tree | a9d673f5976685622e0b867630c43284b59180af /csu | |
parent | 428bcea4c83ca3b29b69279f99079ed0546d73c6 (diff) | |
download | glibc-6998a045983572ffe442ff405c732f93eed53c27.tar glibc-6998a045983572ffe442ff405c732f93eed53c27.tar.gz glibc-6998a045983572ffe442ff405c732f93eed53c27.tar.bz2 glibc-6998a045983572ffe442ff405c732f93eed53c27.zip |
2000-03-28 Roland McGrath <roland@baalperazim.frob.com>
* csu/version.c: Add 2000 to copyright years.
Remove Emacs local variables section.
Diffstat (limited to 'csu')
-rw-r--r-- | csu/version.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/csu/version.c b/csu/version.c index 8014c732f5..05c53b8474 100644 --- a/csu/version.c +++ b/csu/version.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +/* Copyright (C) 1992,93,94,95,96,97,98,99,2000 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 @@ -24,7 +24,7 @@ static const char __libc_version[] = VERSION; static const char banner[] = "GNU C Library "RELEASE" release version "VERSION", by Roland McGrath et al.\n\ -Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.\n\ +Copyright (C) 1992,93,94,95,96,97,98,99,2000 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\ @@ -65,9 +65,3 @@ __libc_main (void) _exit (0); } #endif - -/* - Local Variables: - version-control: never - End: -*/ |