summaryrefslogtreecommitdiff
path: root/ghc/interpreter/dynamic.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/interpreter/dynamic.c')
-rw-r--r--ghc/interpreter/dynamic.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/ghc/interpreter/dynamic.c b/ghc/interpreter/dynamic.c
index be6fa5b53e..3718c443e5 100644
--- a/ghc/interpreter/dynamic.c
+++ b/ghc/interpreter/dynamic.c
@@ -2,13 +2,15 @@
/* --------------------------------------------------------------------------
* Dynamic loading (of .dll or .so files) for Hugs
*
- * 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: dynamic.c,v $
- * $Revision: 1.6 $
- * $Date: 1999/10/15 19:11:54 $
+ * $Revision: 1.7 $
+ * $Date: 1999/10/15 21:41:05 $
* ------------------------------------------------------------------------*/
#include "prelude.h"