[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / System / Console / GetOpt.hs
index 2456df6..b8423df 100644 (file)
@@ -2,15 +2,13 @@
 -- |
 -- Module      :  System.Console.GetOpt
 -- Copyright   :  (c) Sven Panne Oct. 1996 (small changes Dec. 1997)
--- 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: GetOpt.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $
---
--- A Haskell port of GNU's getopt library 
+-- A Haskell port of the GNU getopt library 
 --
 -----------------------------------------------------------------------------