[project @ 2002-05-29 13:28:36 by simonmar]
[ghc-base.git] / Text / Show.hs
index 87597c0..3f2e1a7 100644 (file)
@@ -3,14 +3,12 @@
 -- |
 -- Module      :  Text.Show
 -- 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: Show.hs,v 1.3 2002/04/24 16:31:46 simonmar Exp $
---
 -- The Show class and associated functions.
 --
 -----------------------------------------------------------------------------