From: Roland McGrath Date: Tue, 28 Mar 2000 07:05:51 +0000 (+0000) Subject: 2000-03-28 Roland McGrath X-Git-Tag: cvs/glibc_2-1-91~772 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6998a045983572ffe442ff405c732f93eed53c27;p=thirdparty%2Fglibc.git 2000-03-28 Roland McGrath * csu/version.c: Add 2000 to copyright years. Remove Emacs local variables section. --- diff --git a/csu/version.c b/csu/version.c index 8014c732f5c..05c53b84749 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: -*/