summaryrefslogtreecommitdiff
path: root/ghc/interpreter/output.c
diff options
context:
space:
mode:
authorandy <unknown>1999-10-15 21:41:05 +0000
committerandy <unknown>1999-10-15 21:41:05 +0000
commitecd09ad02c4ef8e28eebef72cf6f99ab47059a5e (patch)
tree132e4dca92e635716e9484b1bd0f4d08fbb4f593 /ghc/interpreter/output.c
parent07a8980dbced907eb0a6f3c873dfc6be270ffbae (diff)
downloadhaskell-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/output.c')
-rw-r--r--ghc/interpreter/output.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/ghc/interpreter/output.c b/ghc/interpreter/output.c
index dbd6cd124e..4a59efa7b2 100644
--- a/ghc/interpreter/output.c
+++ b/ghc/interpreter/output.c
@@ -3,14 +3,15 @@
* Unparse expressions and types - for use in error messages, type checker
* and for debugging.
*
- * 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: output.c,v $
- * $Revision: 1.5 $
- * $Date: 1999/04/27 10:06:57 $
+ * $Revision: 1.6 $
+ * $Date: 1999/10/15 21:40:53 $
* ------------------------------------------------------------------------*/
#include "prelude.h"