[Gd-chatter] r10829 - trunk/src/d2c/compiler/main
gabor at gwydiondylan.org
gabor at gwydiondylan.org
Tue Jul 25 23:14:32 CEST 2006
Author: gabor
Date: Tue Jul 25 23:14:29 2006
New Revision: 10829
Modified:
trunk/src/d2c/compiler/main/main.dylan
Log:
Job: minor
we have 2006
Modified: trunk/src/d2c/compiler/main/main.dylan
==============================================================================
--- trunk/src/d2c/compiler/main/main.dylan (original)
+++ trunk/src/d2c/compiler/main/main.dylan Tue Jul 25 23:14:29 2006
@@ -4,7 +4,7 @@
//======================================================================
//
// Copyright (c) 1995, 1996, 1997 Carnegie Mellon University
-// Copyright (c) 1998 - 2004 Gwydion Dylan Maintainers
+// Copyright (c) 1998 - 2006 Gwydion Dylan Maintainers
// All rights reserved.
//
// Use and copying of this software and preparation of derivative
@@ -69,7 +69,7 @@
format(stream, "d2c (Gwydion Dylan) %s\n", $version);
format(stream, "Compiles Dylan source into C, then compiles that.\n");
format(stream, "Copyright 1994-1997 Carnegie Mellon University\n");
- format(stream, "Copyright 1998-2004 Gwydion Dylan Maintainers\n");
+ format(stream, "Copyright 1998-2006 Gwydion Dylan Maintainers\n");
end method show-copyright;
define method show-usage(stream :: <stream>) => ()
More information about the chatter
mailing list