From ba9c4fb2a7c5c54ad3d4d673217f19a4bcf68588 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Wed, 26 Apr 2000 17:27:00 +0000 Subject: [PATCH] [project @ 2000-04-26 17:27:00 by rrt] Changed 1900 to 2000. Previously this was the oldest bit not just of GHC source, but any sort of source. --- ghc/rts/RtsDllMain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/RtsDllMain.c b/ghc/rts/RtsDllMain.c index 4c03082142cb..92c4474b3d8e 100644 --- a/ghc/rts/RtsDllMain.c +++ b/ghc/rts/RtsDllMain.c @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsDllMain.c,v 1.1 1999/09/16 08:29:01 sof Exp $ + * $Id: RtsDllMain.c,v 1.2 2000/04/26 17:27:00 rrt Exp $ * - * (c) The GHC Team 1999-1900 + * (c) The GHC Team 1999-2000 * * Entry point for RTS-in-a-DLL * -- GitLab