diff options
author | andy <unknown> | 1999-10-15 21:41:05 +0000 |
---|---|---|
committer | andy <unknown> | 1999-10-15 21:41:05 +0000 |
commit | ecd09ad02c4ef8e28eebef72cf6f99ab47059a5e (patch) | |
tree | 132e4dca92e635716e9484b1bd0f4d08fbb4f593 /ghc/interpreter/codegen.c | |
parent | 07a8980dbced907eb0a6f3c873dfc6be270ffbae (diff) | |
download | haskell-ecd09ad02c4ef8e28eebef72cf6f99ab47059a5e.tar.gz |
[project @ 1999-10-15 21:40:49 by andy]
Updating all copyright messages to the same as Hugs98.
Diffstat (limited to 'ghc/interpreter/codegen.c')
-rw-r--r-- | ghc/interpreter/codegen.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ghc/interpreter/codegen.c b/ghc/interpreter/codegen.c index 2b87d57418..4926de4a44 100644 --- a/ghc/interpreter/codegen.c +++ b/ghc/interpreter/codegen.c @@ -2,13 +2,15 @@ /* -------------------------------------------------------------------------- * Code generator * - * Copyright (c) The University of Nottingham and Yale University, 1994-1997. - * All rights reserved. See NOTICE for details and conditions of use etc... - * Hugs version 1.4, December 1997 + * The Hugs 98 system is Copyright (c) Mark P Jones, Alastair Reid, the + * Yale Haskell Group, and the Oregon Graduate Institute of Science and + * Technology, 1994-1999, All rights reserved. It is distributed as + * free software under the license in the file "License", which is + * included in the distribution. * * $RCSfile: codegen.c,v $ - * $Revision: 1.8 $ - * $Date: 1999/07/06 15:24:36 $ + * $Revision: 1.9 $ + * $Date: 1999/10/15 21:41:02 $ * ------------------------------------------------------------------------*/ #include "prelude.h" |