[project @ 2002-06-14 08:17:08 by simonpj]
[ghc-base.git] / System / Cmd.hs
index 7f7ca20..0be8008 100644 (file)
@@ -1,15 +1,13 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  System.Cmd
 -- 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: Cmd.hs,v 1.2 2002/04/24 16:09:12 simonmar Exp $
---
 -- Executing a command.
 --
 -----------------------------------------------------------------------------