summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Array
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Data/Array')
-rw-r--r--libraries/base/Data/Array/Base.hs2
-rw-r--r--libraries/base/Data/Array/Diff.hs2
-rw-r--r--libraries/base/Data/Array/IArray.hs2
-rw-r--r--libraries/base/Data/Array/IO.hs2
-rw-r--r--libraries/base/Data/Array/MArray.hs2
-rw-r--r--libraries/base/Data/Array/ST.hs2
-rw-r--r--libraries/base/Data/Array/Storable.hs2
-rw-r--r--libraries/base/Data/Array/Unboxed.hs2
8 files changed, 8 insertions, 8 deletions
diff --git a/libraries/base/Data/Array/Base.hs b/libraries/base/Data/Array/Base.hs
index a1b4c3d19d..dee798fdb7 100644
--- a/libraries/base/Data/Array/Base.hs
+++ b/libraries/base/Data/Array/Base.hs
@@ -3,7 +3,7 @@
-- |
-- Module : Data.Array.Base
-- 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
diff --git a/libraries/base/Data/Array/Diff.hs b/libraries/base/Data/Array/Diff.hs
index 9c65e6cde0..515c2436fb 100644
--- a/libraries/base/Data/Array/Diff.hs
+++ b/libraries/base/Data/Array/Diff.hs
@@ -2,7 +2,7 @@
-- |
-- 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
diff --git a/libraries/base/Data/Array/IArray.hs b/libraries/base/Data/Array/IArray.hs
index 1c415cd444..3f1706ce10 100644
--- a/libraries/base/Data/Array/IArray.hs
+++ b/libraries/base/Data/Array/IArray.hs
@@ -2,7 +2,7 @@
-- |
-- Module : Data.Array.IArray
-- 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
diff --git a/libraries/base/Data/Array/IO.hs b/libraries/base/Data/Array/IO.hs
index 5c6e361a59..816d28ea92 100644
--- a/libraries/base/Data/Array/IO.hs
+++ b/libraries/base/Data/Array/IO.hs
@@ -3,7 +3,7 @@
-- |
-- Module : Data.Array.IO
-- 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
diff --git a/libraries/base/Data/Array/MArray.hs b/libraries/base/Data/Array/MArray.hs
index 4e214794a6..4178e0c6ee 100644
--- a/libraries/base/Data/Array/MArray.hs
+++ b/libraries/base/Data/Array/MArray.hs
@@ -3,7 +3,7 @@
-- |
-- Module : Data.Array.MArray
-- 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
diff --git a/libraries/base/Data/Array/ST.hs b/libraries/base/Data/Array/ST.hs
index e71dece303..e2b8465285 100644
--- a/libraries/base/Data/Array/ST.hs
+++ b/libraries/base/Data/Array/ST.hs
@@ -2,7 +2,7 @@
-- |
-- Module : Data.Array.ST
-- 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
diff --git a/libraries/base/Data/Array/Storable.hs b/libraries/base/Data/Array/Storable.hs
index 8c6fdf35b2..2ca8dde5da 100644
--- a/libraries/base/Data/Array/Storable.hs
+++ b/libraries/base/Data/Array/Storable.hs
@@ -2,7 +2,7 @@
-- |
-- Module : Data.Array.Storable
-- 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
diff --git a/libraries/base/Data/Array/Unboxed.hs b/libraries/base/Data/Array/Unboxed.hs
index 3eb01fe9c5..932a1c931b 100644
--- a/libraries/base/Data/Array/Unboxed.hs
+++ b/libraries/base/Data/Array/Unboxed.hs
@@ -2,7 +2,7 @@
-- |
-- Module : Data.Array.Unboxed
-- 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