summaryrefslogtreecommitdiff
path: root/ghc/interpreter/subst.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/interpreter/subst.c')
-rw-r--r--ghc/interpreter/subst.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/ghc/interpreter/subst.c b/ghc/interpreter/subst.c
index c07738d8b8..e686924a6c 100644
--- a/ghc/interpreter/subst.c
+++ b/ghc/interpreter/subst.c
@@ -3,14 +3,15 @@
* Provides an implementation for the `current substitution' used during
* type and kind inference in both static analysis and type checking.
*
- * 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: subst.c,v $
- * $Revision: 1.5 $
- * $Date: 1999/04/27 10:07:07 $
+ * $Revision: 1.6 $
+ * $Date: 1999/10/15 21:40:59 $
* ------------------------------------------------------------------------*/
#include "prelude.h"