[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / System / Exit.hs
index 6d486c9..51f619f 100644 (file)
@@ -2,14 +2,12 @@
 -- |
 -- Module      :  System.Exit
 -- 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   :  provisional
 -- Portability :  portable
 --
--- $Id: Exit.hs,v 1.2 2002/04/24 16:31:45 simonmar Exp $
---
 -- Exiting the program.
 --
 -----------------------------------------------------------------------------