[project @ 2002-03-06 10:25:22 by malcolm]
authormalcolm <unknown>
Wed, 6 Mar 2002 10:25:22 +0000 (10:25 +0000)
committermalcolm <unknown>
Wed, 6 Mar 2002 10:25:22 +0000 (10:25 +0000)
Copyright acknowledgement.

ghc/compiler/utils/Binary.hs

index 52e1bee..9aaea23 100644 (file)
@@ -3,6 +3,12 @@
 -- (c) The University of Glasgow 2002
 --
 -- Binary I/O library, with special tweaks for GHC
+--
+-- Based on the nhc98 Binary library, which is copyright
+-- (c) Malcolm Wallace and Colin Runciman, University of York, 1998.
+-- Under the terms of the license for that software, we must tell you
+-- where you can obtain the original version of the Binary library, namely
+--     http://www.cs.york.ac.uk/fp/nhc98/
 
 module Binary
   ( {-type-}  Bin,