diff options
Diffstat (limited to 'ghc/interpreter/machdep.c')
-rw-r--r-- | ghc/interpreter/machdep.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ghc/interpreter/machdep.c b/ghc/interpreter/machdep.c index 7bfa0d5092..56089a7c5b 100644 --- a/ghc/interpreter/machdep.c +++ b/ghc/interpreter/machdep.c @@ -6,14 +6,15 @@ * HaskellScript code and recursive directory search provided by * Daan Leijen (leijen@fwi.uva.nl) * - * 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: machdep.c,v $ - * $Revision: 1.7 $ - * $Date: 1999/10/11 12:15:12 $ + * $Revision: 1.8 $ + * $Date: 1999/10/15 21:40:52 $ * ------------------------------------------------------------------------*/ #ifdef HAVE_SIGNAL_H |