diff options
Diffstat (limited to 'ghc/interpreter/compiler.c')
-rw-r--r-- | ghc/interpreter/compiler.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ghc/interpreter/compiler.c b/ghc/interpreter/compiler.c index e3d2d4c887..c70d56c926 100644 --- a/ghc/interpreter/compiler.c +++ b/ghc/interpreter/compiler.c @@ -4,14 +4,15 @@ * `kernel' language, elimination of pattern matching and translation to * super combinators (lambda lifting). * - * Hugs 98 is Copyright (c) Mark P Jones, Alastair Reid and the Yale - * Haskell Group 1994-99, and is distributed as Open Source software - * under the Artistic License; see the file "Artistic" that is included - * in the distribution for details. + * 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: compiler.c,v $ - * $Revision: 1.8 $ - * $Date: 1999/07/06 15:24:36 $ + * $Revision: 1.9 $ + * $Date: 1999/10/15 21:41:03 $ * ------------------------------------------------------------------------*/ #include "prelude.h" |