2000-03-28 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Tue, 28 Mar 2000 07:05:51 +0000 (07:05 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 28 Mar 2000 07:05:51 +0000 (07:05 +0000)
* csu/version.c: Add 2000 to copyright years.
Remove Emacs local variables section.

csu/version.c

index 8014c73..05c53b8 100644 (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
-\f
-/*
-   Local Variables:
-   version-control: never
-   End:
-*/