[project @ 2002-07-18 22:01:50 by sof]
[ghc-base.git] / Data / Array / Diff.hs
index 5bcaba5..515c243 100644 (file)
@@ -2,14 +2,12 @@
 -- |
 -- Module      :  Data.Array.Diff
 -- 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 :  non-portable
 --
--- $Id: Diff.hs,v 1.3 2002/04/24 16:31:43 simonmar Exp $
---
 -- Functional arrays with constant-time update.
 --
 -----------------------------------------------------------------------------