[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / System / Info.hs
index adcfe79..452cec5 100644 (file)
@@ -2,16 +2,14 @@
 -- |
 -- Module      :  System.Info
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Info.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $
---
 -- Misc information about the characteristics of the host 
--- architecture/machine lucky enough to run your program.
+-- architecture\/machine lucky enough to run your program.
 --
 -----------------------------------------------------------------------------