[commit: packages/primitive] ghc-head: Fix copyright (471ad2f)

git at git.haskell.org git at git.haskell.org
Thu Sep 26 11:44:22 CEST 2013


Repository : ssh://git@git.haskell.org/primitive

On branch  : ghc-head
Link       : http://git.haskell.org/packages/primitive.git/commitdiff/471ad2f5946e26c68c260ccca2d1247be4ddd52a

>---------------------------------------------------------------

commit 471ad2f5946e26c68c260ccca2d1247be4ddd52a
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date:   Tue Sep 25 15:11:26 2012 -0700

    Fix copyright


>---------------------------------------------------------------

471ad2f5946e26c68c260ccca2d1247be4ddd52a
 Data/Primitive.hs                     |    2 +-
 Data/Primitive/Addr.hs                |    2 +-
 Data/Primitive/Array.hs               |    2 +-
 Data/Primitive/ByteArray.hs           |    2 +-
 Data/Primitive/Internal/Compat.hs     |   11 +++++++++++
 Data/Primitive/Internal/Operations.hs |    2 +-
 Data/Primitive/MachDeps.hs            |    2 +-
 Data/Primitive/MutVar.hs              |    4 ++--
 Data/Primitive/Types.hs               |    2 +-
 primitive.cabal                       |    2 +-
 10 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/Data/Primitive.hs b/Data/Primitive.hs
index abd58c1..ccb4ea8 100644
--- a/Data/Primitive.hs
+++ b/Data/Primitive.hs
@@ -2,7 +2,7 @@
 {-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
 -- |
 -- Module      : Data.Primitive
--- Copyright   : (c) Roman Leshchinskiy 2009
+-- Copyright   : (c) Roman Leshchinskiy 2009-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/Data/Primitive/Addr.hs b/Data/Primitive/Addr.hs
index 9a8a077..2647110 100644
--- a/Data/Primitive/Addr.hs
+++ b/Data/Primitive/Addr.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      : Data.Primitive.Addr
--- Copyright   : (c) Roman Leshchinskiy 2009-2010
+-- Copyright   : (c) Roman Leshchinskiy 2009-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/Data/Primitive/Array.hs b/Data/Primitive/Array.hs
index a5b1f9f..1954857 100644
--- a/Data/Primitive/Array.hs
+++ b/Data/Primitive/Array.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      : Data.Primitive.Array
--- Copyright   : (c) Roman Leshchinskiy 2009-2010
+-- Copyright   : (c) Roman Leshchinskiy 2009-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/Data/Primitive/ByteArray.hs b/Data/Primitive/ByteArray.hs
index 753bf0d..2a47254 100644
--- a/Data/Primitive/ByteArray.hs
+++ b/Data/Primitive/ByteArray.hs
@@ -3,7 +3,7 @@
 
 -- |
 -- Module      : Data.Primitive.ByteArray
--- Copyright   : (c) Roman Leshchinskiy 2009-2010
+-- Copyright   : (c) Roman Leshchinskiy 2009-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/Data/Primitive/Internal/Compat.hs b/Data/Primitive/Internal/Compat.hs
index 5414765..2e650fd 100644
--- a/Data/Primitive/Internal/Compat.hs
+++ b/Data/Primitive/Internal/Compat.hs
@@ -1,3 +1,14 @@
+-- |
+-- Module      : Data.Primitive.Internal.Compat
+-- Copyright   : (c) Roman Leshchinskiy 2011-2012
+-- License     : BSD-style
+--
+-- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
+-- Portability : non-portable
+-- 
+-- Compatibility functions
+--
+
 module Data.Primitive.Internal.Compat (mkNoRepType) where
 
 #if MIN_VERSION_base(4,2,0)
diff --git a/Data/Primitive/Internal/Operations.hs b/Data/Primitive/Internal/Operations.hs
index 0e53024..4b1d0ba 100644
--- a/Data/Primitive/Internal/Operations.hs
+++ b/Data/Primitive/Internal/Operations.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      : Data.Primitive.Internal.Operations
--- Copyright   : (c) Roman Leshchinskiy 2011
+-- Copyright   : (c) Roman Leshchinskiy 2011-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/Data/Primitive/MachDeps.hs b/Data/Primitive/MachDeps.hs
index c35e89c..cb0e28d 100644
--- a/Data/Primitive/MachDeps.hs
+++ b/Data/Primitive/MachDeps.hs
@@ -1,7 +1,7 @@
 {-# LANGUAGE MagicHash #-}
 -- |
 -- Module      : Data.Primitive.MachDeps
--- Copyright   : (c) Roman Leshchinskiy 2009
+-- Copyright   : (c) Roman Leshchinskiy 2009-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/Data/Primitive/MutVar.hs b/Data/Primitive/MutVar.hs
index e77406d..9745ec7 100644
--- a/Data/Primitive/MutVar.hs
+++ b/Data/Primitive/MutVar.hs
@@ -2,10 +2,10 @@
 
 -- |
 -- Module      : Data.Primitive.MutVar
--- Copyright   : (c) Justin Bonnar 2011
+-- Copyright   : (c) Justin Bonnar 2011, Roman Leshchinskiy 2011-2012
 -- License     : BSD-style
 --
--- Maintainer  : Justin Bonnar <justinbonnar at gmail.com>
+-- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
 -- Portability : non-portable
 -- 
 -- Primitive boxed mutable variables
diff --git a/Data/Primitive/Types.hs b/Data/Primitive/Types.hs
index 0e9c385..7568f0c 100644
--- a/Data/Primitive/Types.hs
+++ b/Data/Primitive/Types.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      : Data.Primitive.Types
--- Copyright   : (c) Roman Leshchinskiy 2009-2010
+-- Copyright   : (c) Roman Leshchinskiy 2009-2012
 -- License     : BSD-style
 --
 -- Maintainer  : Roman Leshchinskiy <rl at cse.unsw.edu.au>
diff --git a/primitive.cabal b/primitive.cabal
index 19f6fa5..1d05746 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -4,7 +4,7 @@ License:        BSD3
 License-File:   LICENSE
 Author:         Roman Leshchinskiy <rl at cse.unsw.edu.au>
 Maintainer:     Roman Leshchinskiy <rl at cse.unsw.edu.au>
-Copyright:      (c) Roman Leshchinskiy 2009-2010
+Copyright:      (c) Roman Leshchinskiy 2009-2012
 Homepage:       http://code.haskell.org/primitive
 Category:       Data
 Synopsis:       Wrappers for primitive operations




More information about the ghc-commits mailing list