2000-03-28 Roland McGrath <roland@baalperazim.frob.com>

* csu/version.c: Add 2000 to copyright years.
	Remove Emacs local variables section.
This commit is contained in:
Roland McGrath 2000-03-28 07:05:51 +00:00
parent 428bcea4c8
commit 6998a04598

View File

@ -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:
*/