From 6998a045983572ffe442ff405c732f93eed53c27 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 Mar 2000 07:05:51 +0000 Subject: 2000-03-28 Roland McGrath * csu/version.c: Add 2000 to copyright years. Remove Emacs local variables section. --- csu/version.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/csu/version.c b/csu/version.c index 8014c73..05c53b8 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: -*/ -- cgit v1.1